*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #917D26;
}
a:hover{
	color: #c1c1c1;
}


/*BOTONES FLOTANTES*/
#botones{
	display: none;
}
.icono > svg {
	width: 100%;
    height: 100%;
    display: flex;
    fill: #223a73;
}
.container-mas{
	position: fixed;
	top: 15vh;
}
.btns a, .fas{
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
    background-color:rgb(230 230 230);
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
	font-weight: 300;
    transition: all 600ms ease 0s;
}
.fas:nth-child(1):after{
	content: "Diccionario Sonoro";
	width: max-content;
	left: -300px;
    background-color: #1111115e;
	background: rgba(34, 58, 115, 0.9);
    height: 30px;
    transition: all 600ms ease 0s;
    opacity: 0;
    color: #fff;
    margin: 0;
    display: flex;
    position: relative;
    top: -30px;
    z-index: -1;
    align-content: center;
    align-items: center;
}
.fas:nth-child(1):hover:after{
	opacity: 1;
    left: 30px;
    text-align: left;
    width: max-content;
    margin-left: 1.5px;
    font-size: 15px;
    z-index: -1;
    padding: 5px;
	/* box-shadow: 0px 0px 4px 1px #6c6c6c; */
}
.fas:nth-child(2):hover:after{
	left: 30px;
    opacity: 1;
    font-size: 18px;
    width: 240px;
    height: auto;
    padding: 2.5px;
    margin-left: 2px;
    font-weight: 900;
    text-align: left;
	z-index: -1;
}
.fab:after{
	width: max-content;
	left: -300px;
    background-color: #1111115e;
	background: rgba(34, 58, 115, 0.9);
    height: 30px;
    transition: all 600ms ease 0s;
    opacity: 0;
    color: #fff;
    margin: 0;
    display: flex;
    position: relative;
    top: -30px;
    z-index: -1;
    align-content: center;
    align-items: center;
}
.fab:hover:after{
	opacity: 1;
    left: 30px;
    text-align: left;
    width: max-content;
    margin-left: 1.5px;
    font-size: 14px;
	font-weight: bold;
    z-index: -1;
    padding: 5px;
	/* box-shadow: 0px 0px 4px 1px #6c6c6c; */
}

.fab:nth-child(1):after{
	content: "Producto de comunicaciones";
}
.fab:nth-child(2):after{
	content: "¿Cómo y con quién lo hicimos?";
}
.fab:nth-child(3):after{
	content: "Descargar cápitulo PDF";
}
.fab:nth-child(4):after{
	content: "Descargar cápitulo PDF";
}
.fab:nth-child(5):after{
	content: "Descargables";
}
.fab:nth-child(6):after{
	content: "Anexos";
}
.fab:nth-child(7):after{
	content: "Otras lenguas e idiomas";
}
.fab:nth-child(8):after{
	content: "Accesibilidad";
}
.fab:nth-child(9):after{
	content: "Compartir";
}
.btns a{
	margin-bottom: 2px;
    padding: 2px;
    margin-left: -50px;
}

.flechas {
    padding: 2px;
}

#botones:checked~ .btns a{
	margin-left: 0px;
    margin-bottom: 2px;
}


.fas{
	cursor: pointer;
    font-size: 15px;
	padding: 2px;
}
/*FIN BOTONES FLOTANTES*/

body {
	font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
	overflow-x: hidden;
	font-weight: normal;
	min-height: 75rem;
	padding-top: 0rem !important;
	background: linear-gradient(93deg, rgb(68 45 75),rgb(67 80 89), rgb(36 48 55));
}




.unset{
    width :16%;
    background-color: #ddd !important;
    
}

.small>.card-body{
    opacity: 1;
}
.small>.card-body>.row>.col-12>.card-title{
  opacity:1;
}
.small>.card-body>.row>.col-12>.card-text{
  opacity:0;
}

.unset > div > p{
    opacity: 0;
    
}

.expand > card-body {
    transition-delay:  200ms;
    opacity: 1;
    
}




h1 {
	font-size: 25px;
}

.scrollbar {
	position: relative;
	border-radius: 25px;
	color: white;
	background-color: #333;
	width: 150px;
	height: 10px;
	top: calc(2vh + 2px);
	left: 10px;
	text-align: center;
	cursor: pointer;
}

::-webkit-scrollbar {
	border-radius: 25px;
	color: rgb(38 52 59 / 91%),;
	background-color: transparent;
	cursor: pointer;
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: rgb(95 72 102 / 76%); 
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.7s ease;
  }
  ::-webkit-scrollbar-thumb:hover {
	background:  rgb(95 72 102 / 10%); ; 
	cursor: pointer;
  }


.wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: flex-start;
    justify-content: flex-start;
	margin-right: 10px;
}
.choice{
	transition: all 0.2s ease;
}


.thumbnail {
	width: 200px;
    height: 99vh;
    position: relative;
    display: inline-block;
    color: white;
    padding: 0px;
    font-weight: normal;
    border-radius: 0px;
    margin-right: 0px;
    -webkit-box-shadow: inset 10px 0px 10px -8px #222121;
    box-shadow: inset 10px 0px 10px -8px #222121;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transition: all 0.7s ease-out;
}
.expand {
    width: calc(170px * 2) !important;
}

.thumbnail:nth-child(1) {
	background-color:#14394C;
	background-image: url("../img/ondas1.png");
}
.thumbnail:nth-child(2) {
	background-color:#1C465F;
	background-image: url("../img/ondas2.png");
}

.thumbnail:nth-child(3) {
	background-color:#194E6A;
	background-image: url("../img/ondas3.png");
}

.thumbnail:nth-child(4) {
	background-color: #155677;
	background-image: url("../img/ondas4.png");
}

.thumbnail:nth-child(5) {
	background-color: #106084;
	background-image: url("../img/ondas5.png");
}

.thumbnail:nth-child(6) {
	background-color: #0D6992;
	background-image: url("../img/ondas6.png");
}

.thumbnail:nth-child(7) {
	background-color: #176189;
	background-image: url("../img/ondas7.png");
}

.thumbnail:nth-child(8) {
	background-color: #24587E;
	background-image: url("../img/ondas8.png");
}

.thumbnail:nth-child(9) {
	background-color: #2E5076;
	background-image: url("../img/ondas9.png");
}

.thumbnail:nth-child(10) {
	background-color: #39486D;
	background-image: url("../img/ondas10.png");
}

.thumbnail:nth-child(11) {
	background-color: #3D4F71;
	background-image: url("../img/ondas11.png");
}

.thumbnail:nth-child(12) {
	background-color: #415674;
	background-image: url("../img/ondas12.png");
}

.thumbnail:nth-child(13) {
	background-color: #455D78;
	background-image: url("../img/ondas13.png");
}	

.thumbnail:nth-child(14) {
	background-color: #49657C;
	background-image: url("../img/ondas14.png");
}	

.thumbnail:nth-child(15) {
	background-color: #4C6C7F;
	background-image: url("../img/ondas15.png");
}	

.thumbnail:nth-child(16) {
	background-color: #476172;
	background-image: url("../img/ondas16.png");
}	

.thumbnail:nth-child(17) {
	background-color: #3F5362;
	background-image: url("../img/ondas17.png");
}	

.thumbnail:nth-child(18) {
	background-color: #394854;
	background-image: url("../img/ondas18.png");
}	

.thumbnail:nth-child(19) {
	background-color: #2E404C;
	background-image: url("../img/ondas19.png");
}	

.thumbnail:nth-child(20) {
	background-color: #243138;
	background-image: url("../img/ondas20.png");
}


.thumbnail:last-child {
	margin-right: 0px;
}
.thumbnail .card-body .row>* {
    padding-left: calc(var(--bs-gutter-x)/ 1.5);
}

.full {
	width: calc(100vw - 20px - 20px);
}

.inner-anchor {
    position: absolute;
    top: 0;
    left: calc(50% - 50px - 10px);
    height: calc(100% - 10px*2);
    width: 100px;
    padding: 10px;
    background-color: red;
}

#masthead {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	padding: 0.5rem 2rem;
	border-radius: 0 0 0.5rem 0.5rem;
}

#masthead a {
	padding: 1rem 2rem;
	color: white;
	text-decoration: none;
	transition: color 0.3s;
}

#masthead a:hover {
	color: goldenrod
}		
.card-body{
	padding: 0px;
}	
.card-text{
	padding: 0px;
    text-align: right;
	opacity: 0;
	transition: all 2s;
	font-size: 0.9rem;
}
.card-title{
	font-style: italic;
    padding: 0px;
    padding-right: 0px;
    font-size: 1.25rem;
}
.card-subtitle{
    padding: 0px;
    text-align: left;
    transition: all 2s;
    font-size: 1rem;
    font-style: italic;
}
.card-body{
	margin-top: 150px;
	padding: 10px;
}


h4.card-title{
	font-size: calc(1rem + .0vw);
	font-family: obliqua, sans-serif;
	font-style: normal;
} 
h4.card-title.peq{
    font-size: calc(0.8rem + .2vw);
}




.text-dark {
	margin-top: 10px;
}





#searchform {
	display: inline;
	font-size: 1em;
	border-radius: 8em;
	border: 0.1em solid #dad0be;
	box-shadow: 0 0 0.3em rgba(60,60,60,0.4);
	padding: 0.3em;
	background: white;
}
#s {
	transition: all 0.2s ease-out;
	width: 1px;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	opacity: 0;
}
#s:focus {
	width: 8em;
	opacity: 1;
}
#searchform label {
	padding-left: 1px;
	display: inline-block;
	margin-top: 0.3em;
	color: #dad0be;
	text-shadow: 0 0 0.1em rgba(60,60,60,0.3);
	position: relative;
	left: 0.1em;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none !important;
    background-position: 0% 0%;
    background-repeat: repeat;
}
.fixed-bottom {
    padding-top: 0;
}


.icon::before{
	content: '';
    background-size: cover !important;
    background-repeat-y: no-repeat !important;
    display: inline-block;
    position: relative;
    background-repeat-x: no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
    max-width: 70%;
    width: 40px;
    height: 20px;
}

.lenguas::before{
	background: url('../assets/ico8-lenguas.svg');
}
.discapacidad::before{
	background: url('../assets/ico9-acceso.svg');
}
.descargas::before{
	background: url('../assets/ico5-descargar-offline.svg');
}

svg:hover{
	fill: #917d26;;
}

.btnCap{
	background-color: #917d26;
    width: 100%;
    color: #fff;
    font-weight: bold;
    box-shadow: -5px 8px 8px -5px rgb(34 33 33);
	margin: 10px 0px;
    display: inline-block;
    text-align: center;
    padding: 4px;
    border-radius: 2px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    user-select: none;
    border: 1px solid transparent;
    /* transition: all .2s ease; */
    font-family: inherit;
	cursor: pointer !important;
	z-index: 3;
}
.btnCap:hover{
	color: #fff;
	margin: 10px 5px;
}



@media all and (min-width: 768px) and (max-width: 817px){
	 .card-body > .row > .col-12 >.card-title{
		margin: auto;
		margin-top: 100px;
	}
	 .card-body > .row > .col-12 >.card-text{
		margin: auto;
		text-align: left;
	}
	
}
@media all and (min-width: 816px) and (max-width: 900px){
	.card-body > .row > .col-12 >.card-title{
		margin: auto;
		margin-top: 100px;
	}
	.card-body > .row > .col-12 >.card-text{
		margin: auto;
		text-align: left;
	}
	
}
@media all and (min-width: 900px) and (max-width: 1024px){	
	.card-body > .row > .col-12 >.card-title{
		margin: auto;
		margin-top: 100px;
	}
	.card-body > .row > .col-12 >.card-text{
		margin: auto;
		text-align: left;
	}
}
@media all and (max-width:768px){
	/* .container2.mx-0 {
		width: 100vw;
		height: 100vh;
	}
	.wrapper {
		display: inline-flex;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
		height: 100%;
		width: 100vw;
		overflow: auto;
	} */
	body{
		min-height:100vh;
	}
	
}