/*=============================================
ESTILOS GENERALES
=============================================*/

@font-face {
    font-family: westmeathCustom;
    src: url("../fonts/Westmeath.otf");
}

@font-face {
    font-family: chinacatCustom;
    src: url("../fonts/chinrg_.ttf");
}

@font-face {
    font-family: snigletCustom;
    src: url("../fonts/Sniglet-Regular.ttf");
}

@font-face {
    font-family: bulgatti;
    src: url("../fonts/Bulgatti.ttf")
}

@font-face {
    font-family: "baloo";
    src: url("../fonts/Baloo_bold.ttf")
}
* {
    font-family: westmeathCustom, chinacatCustom, snigletCustom, "Open Sans", sans-serif;
}

ul,
ol {
    list-style: none;
}

a:visited,
a:link,
a:focus,
a:hover,
a:active {
    list-style: none;
    text-decoration: none;
}

h1 {
    font-family: westmeathCustom;
}

h2 {
    font-family: westmeathCustom;
}

h3 {
    font-family: chinacatCustom;
}

h4 {
    font-family: chinacatCustom;
}

h5 {
    font-family: chinacatCustom;
}
h6{
    font-family: snigletCustom;
}

p {
    font-family: snigletCustom;
}
span {
    font-family: chinacatCustom;
}

figcaption{
    font-family: snigletCustom;
    padding-top: 0em;
    margin-top: 0rem;
}
body{
    background: #ffffff;
}
.equis {
    position: absolute;
    top: -5%;
    left: 90%;
    border: none;
}

/***** colores insituciones para textos ****/
.texto-lila{
    color: #A078EF;
}
.texto-morado{
    color: #7301F4;
}
.texto-purpura{
    color: #82368C;
}
.texto-aguamarina{
    color: #52ebd1;
}
.texto-amarillo{
    color: #FCE578;
}
.texto-rosado{
    color: #EFA0A8;
}
.black-color {
    color: #000000;
}
/*******   colores de fondo intitucionales  ******/
.fondo-lila{
    background: #A078EF !important;
}
.fondo-amarillo{
    background: #FCE578 !important;
}
/*******   Efecto zoom para objetos   ******/
.zoom {
    transition: transform 0.2s;
    cursor: pointer;
}
.zoom:hover {
    transform: scale(1.1);
    cursor: pointer;
    
}
/********* Efecto sobreponer objetos *******/
.sobreponer{
    z-index: 1;
}

/********* Cambio de color  letra **********/
.transicion-text h2{
    color:#ffffff !important;
    background-color: rgba(138, 55, 55, 0);
    border: none;
    transition: all 0.3s ease;
  
  }
.transicion-text h2:hover{
    color:#FCE578;
    background-color: #ffffff00;
    transform: scale();
    border: none;
}
  
/* tarjetas card */
.card {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.25s;
  }
  .card:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
  }
  
  .style-header-card {
    font-family: westmeathCustom;
    background-color: #EFA0A8;
    text-align: center;
    color: #ffffff;
  }
  hr {
    height: 0.5em !important;
    background-color: #EFA0A8;
  }
  a {
    text-decoration: none;
  }
  .curve-img {
    overflow: hidden; 
    border-radius: 0 0 50% 50%/0 0 35% 35% !important;
    transform:before scaleX(1.5) !important;
  }
  .transicion{
    color:#A078EF;
    background-color: rgb(248, 248, 248);
    border: none;
    transition: all 0.3s ease;
  
  }
  .transicion:hover{
    color:#FFFFFF;
    background-color: #A078EF;
    transform: scale();
    border: none;
  }
  
  /* fin card */


/******   Division secciones   *******/
.div-seccion {
    background-color: #7301F4;
    text-align: center;
    color: #ffffff;
    

}
.div-seccion h1{
    padding-top: 0.5rem;
    font-size: 1.5rem;
}
.div-resaltar {
    background-color: #EFA0A8 ;
    color: #7301F4;
}
/* ****** Enlaces a correos (mailto) */
.mailto {
    font-family: snigletCustom; 
}

/***************iconos fa *****************/
.fa-icon{
    color: #FCE578;
    font-size: 1.5rem;
}
/*=============================================
*************        Heder      ***************
=============================================*/

header {
    z-index: 10;
    background: rgb(115, 0, 241);
    /* background: #52ebd1; */
    
    /* position: fixed; */
}


/*******        Logo       *******/

#logotype {
    height: 4rem;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    background-size: cover;
}

#logotype:hover {
    transform: rotate(-15deg);
    transition-duration: 0.5s;
    background-color: #EFA0A8;
    -webkit-transform: rotate(-15deg);
}


/*******        Menu      *******/

#navbar {
    text-align: center;
    height: 2rem;
}

#navbar-frase {
    margin-left: 10px;
}

.navbar-brand {
    line-height: 2rem;
    font-size: 1.2rem;
}

.nav-link {
    font-size: 0.7rem;
    color: rgb(0, 0, 0);
}

.nav-link:hover {
    color: #ffffff;
    background-color: rgb(56, 41, 36, 0.3);
}

.navbar-toggler-icon {
    height: 1rem;
    width: 1.2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(240,115,13, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    background: rgb(138, 193, 245);
}

.dropdown-menu {
    background: #9ee2d7;
    padding: 0;
    margin-top: 0;
}

.dropdown-item {
    font-size: 0.7rem;
    background: #52ebd1;
    color: black;
    width: auto;
}

.dropdown-item:hover {
    color: #FFFFFF;
    background-color: rgb(56, 41, 36, 0.3);
}

#switchIdioma {
    display: block;
    position: fixed;
    right: 0.2rem;
    top: 0.2rem;
    z-index: 11;
}
/******  portales  *******/
/* #go-platforms{
    padding-top: 9.5rem;
} */

/*=============================================
**************      VIDEOS      ***************
=============================================*/
.prev-video{
    width: 1.5rem;
    height: auto;
    position: absolute;
    bottom: 45%;
    left: 1rem;
    cursor: pointer;
}

.next-video{
    width: 1.5rem;
    height: auto;
    position: absolute;
    bottom: 45%;
    right: 1rem;
    cursor: pointer;
}
/*=============================================
*************      impacto      ***************
=============================================*/

.sliders-impacto h3{
    font-size: 1.2rem;
}

/*=============================================
*************   patrocinadores  ***************
=============================================*/
.sec-sponsor{
    height: auto;
}
.sponsor-item{
    margin: 1rem;
    height: 7rem;
}

.sec-sponsor .slick-slide img {
    width: 11rem !important;
    height: 6rem;
}

.prev-flechita{
    width: 1.5rem;
    height: auto;
    position: absolute;
    bottom: 45%;
    left: -1rem;
    cursor: pointer;
}

.next-flechita{
    width: 1.5rem;
    height: auto;
    position: absolute;
    bottom: 45%;
    right: -1rem;
    cursor: pointer;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -12px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #52EBD1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #52EBD1;   
}


/*=============================================
*************   Carrusel Fotos  ***************
=============================================*/

.home-carousel-next {
    right: 26% !important;
}

.first-slider {
    background-color: #92f9e8;

    background: linear-gradient(135deg, #5cf1d655 25%, transparent 25%) -13px 0/ 26px 26px, linear-gradient(225deg, #5cf1d6 25%, transparent 25%) -13px 0/ 26px 26px, linear-gradient(315deg, #5cf1d655 25%, transparent 25%) 0px 0/ 26px 26px, linear-gradient(45deg, #5cf1d6 25%, #92f9e8 25%) 0px 0/ 26px 26px;
}

.second-slider {
    background-color: #a881f7;
    opacity: 1;
    background: linear-gradient(135deg, #b28cff55 25%, transparent 25%) -15px 0/ 30px 30px, linear-gradient(225deg, #b28cff 25%, transparent 25%) -15px 0/ 30px 30px, linear-gradient(315deg, #b28cff55 25%, transparent 25%) 0px 0/ 30px 30px, linear-gradient(45deg, #b28cff 25%, #a881f7 25%) 0px 0/ 30px 30px;
}

.third-slider {
    background-color: #EFA0A8;
    opacity: 1;
    background: linear-gradient(135deg, #e6919a55 25%, transparent 25%) -15px 0/ 30px 30px, linear-gradient(225deg, #e6919a 25%, transparent 25%) -15px 0/ 30px 30px, linear-gradient(315deg, #e6919a55 25%, transparent 25%) 0px 0/ 30px 30px, linear-gradient(45deg, #e6919a 25%, #EFA0A8 25%) 0px 0/ 30px 30px;
}

.text-slider {
    color: #7301F4 !important;
}

.img-arrow-control {
    width: 40%;
    transition: 1s transform;
}

.img-arrow-control:hover {
    transform: scale(1.2);
}


@media screen and (max-width: 991px) {
    .carousel-control-next {
        right: 0% !important;
    }
}


#container-carrusel {
    color: white;
    background: #a077ef;
}

#fle-izq-carrusel {
    height: 70%;
    width: 70%;
    margin-left: 10%;
}

#fle-der-carrusel {
    height: 70%;
    width: 70%;
    margin-right: 50%;
}

#container-carousel {
    display: inline-flexbox;
    width: 100%;
}

.slides-item {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.slides-item>img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.container-arrows {
    padding: 0;
    padding: 0%;
}

#container-carousel>.carousel-indicators>li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    background-color: #9d9d9d;
    border: 2px solid black;
}

#container-carousel>.carousel-indicators>.active {
    background-color: yellow;
}

.text-titulo {
    color: white;
    font-size: 1.5rem;
    padding-left: 3%;
}

#id-tit-slide {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}


/********* carusel medio *********/

#container-carrusel-medio {
    background: rgb(83, 235, 210);
}

.slider {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    border-radius: 20px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}


/*=============================================
*************   Libro Portafolio  ***************
=============================================*/
/* #book-portfolio{
    background: #7301F4 !important;
} */

.btn-download {
    padding: 10px 15px;
    color: #fff;
    background-color: #7301F4;
    border-radius: 100px;
    transition: 0.5s padding;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-download:hover {
    padding: 10px 30px;
    background-color: #8f33f8;
    color: #fff;
}

.download-icon {
    font-size: 22px;
}

/*=============================================
****************   NOSOTROS  ******************
=============================================*/
.icono-habilidad{
    margin-left: 0px;
    width:auto;
    height:80px;
}

.post {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.img-team {
    cursor: pointer;
}

.blockquote {
    position: static;
}

.img-team:hover ~ .post>.post-back {
    width: 100%;
    padding: 15px;
}

.post-front {
    padding: 20px;
}

.card-title {
    font-size: 1.5rem;
}

.card-subtitle {
    text-align: center;
    color: #000000;
    padding: 20px 0;
}

.post:hover .post-back {
    width: 100%;
    padding: 15px;
}

.post-back {
    width: 0px;
    height: 100%;
    background: #FCE578;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 1s ease;
}

/* ========== ROTACION TARJETAS============= */



#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
  
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
   
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
     
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    /* -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); */
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 450px;
}
.frontside .fila-uno,
.backside .fila-uno {
    min-height: 708px;
    box-shadow: none;
    transition: none;
}
.frontside .fila-dos,
.backside .fila-dos {
    min-height: 600px;
    box-shadow: none;
    transition: none;
}
.frontside .fila-tres,
.backside .fila-tres {
    min-height: 620px;
    box-shadow: none;
    transition: none;
}

.frontside .fila-cuatro,
.backside .fila-cuatro {
    min-height: 520px;
    box-shadow: none;
    transition: none;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #82368C !important;
    font-size: 1.5rem;
}

.frontside .card .card-subtitle,
.backside .card .card-subtitle {
    color: #000000 !important;
    font-family: bulgatti;
    margin: 1rem;
}
/* dar forma circular a foto */
.frontside .card .card-body .img-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}


/*=============================================
*****************   LIBROS  *******************
=============================================*/
.icon-libro img{
    margin-left:45%;
    width: 50px;
    height: 50px;
}
.titular-libros h1{
    font-size: 2rem;
}
.titular-libros h3{
    font-size: 1.2rem;
}
.slider-libros .slick-slide img {
   border-radius: 0px; 
}

/*=============================================
************  SALA DE PRENSA  *****************
=============================================*/
.degradado{
    width: 100%;
    position: relative;
    background-image: linear-gradient(90deg, rgba(39, 27, 54, 0)45%,rgba(94, 6, 200, 1));

}
.titular{
    font-size: 1.8rem;
}
.titular-noticia{
    font-size: 1.3rem;
}
#sec-historia{
    background: #52EBD1 ;

}
.sala-historias{
    background: #EFA0A8 ;
}
.frase-historia{
    font-family: bulgatti;
}
.titulo-historia{
    width: 100%;
    position: relative;
    background: linear-gradient(#FCE578 80%,  #ffffff 20%);
    /* background-color:#FCE578; */
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin: 0;
}
.curve-right-img{
    overflow: hidden; 
    border-radius: 0 0  50%/0 0 100% 0 !important;
    transform:before scaleX(1.5) !important;
    margin-left: -15px;
    margin-right: 0;
    
    
}
.titulo-noticia{
    background-color:#52EBD1;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin: 0;

}
.titulo-noticia h6{
    color: #7301f4 ;
}
.titular-card{
    font-size: 1.5rem; 
}
.cuerpo-noticia > p, h2{
    color:#82368C ;
    margin-top:10px ;
}

/*=============================================
****************  DONACIONES  *****************
=============================================*/
.card-donation {
    background-color: #e7dcfc;
opacity: 1;
background-image:  radial-gradient(#ca9ffa 0.8500000000000001px, transparent 0.8500000000000001px), radial-gradient(#ca9ffa 0.8500000000000001px, #e7dcfc 0.8500000000000001px);
background-size: 34px 34px;
background-position: 0 0,17px 17px;
    border: 5px solid #7301F4;
    border-radius: 35px;
    box-shadow: 7px 7px 15px rgb(53, 4, 94), 0 0 25px rgb(61, 61, 68), 0 0 5px rgb(2, 2, 117);
    transition: transform 1s;
}

.card-donation:hover {
    transform: translateY(-10px);
}


#sec-donaciones{
    background: #A078EF ;

}
#sec-postulacion{
    background:#52EBD1;
}

.icono-donacion{
    height: 80px;
}
.icono-otras{
    height: 3.5rem;
}
.icono-kit{
    height: 5rem;
}
.img-donaciones div, h2, h5, p{
    color: #ffffff;
    font-size: 1rem;
}
#unica p, h5{
    color: #7301F4;
}
#mensual p, h5{
    color: #7301F4;
}
.btn-outline-primary {
    color: #7301F4;
    border-color: #FCE578;
}
.donacion .nav-item {
    width: 50%;
}
.donacion .nav-link {
    font-size: 1rem;
}

.donacion .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #7301F4;
    background-color: #FCE578;
    border-color: #dee2e6 #dee2e6 #fff;
   
} 
.form-voluntariado input, textarea{
    font-family: snigletCustom !important;
}
.form-voluntariado label{
    font-family: snigletCustom !important;
    /* color: blueviolet !important; */
}
.style-file{
    border-radius: 0px 30px 30px 0px;
    background-color: #ffffff;
}
.ml-negative{
    margin-left: -18px; 
}
.titular-acordeon{
    font-family: snigletCustom !important;
    color: #FFFFFF;
}
.icono-areas{
    height: 4rem;
}
.texto-enlace{
    font-family: snigletCustom !important;
}
.progress {
    background-color: #A078EF;
}
.progress-bar{
    background-color:#7301F4;
}
/*******   Efecto zoom para libros   ******/
.zoom-kit {
    transition: transform 0.6s;
}
.zoom-kit:hover {
    transform: scale(1.4);
}
/* boton donaciones */
.btn-secondary{
    background-color:rgba(255, 255, 255, 0.5);
    color:#7301F4 ;
    border-color: #7301F4 ;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #FCE578;
    border-color: #39a0d4;
}
/*=============================================
****************   COMPARTIR  *****************
=============================================*/
#sec-compartir{
    background:#52EBD1;
  }
.compartir img{
    height: auto;
    width: 2.5rem;
    padding-top: 130px;
    padding-bottom: 0px;
  }
.icon-compartir{
    height: 2.3rem;
    width: 2.3rem;
    cursor: pointer;
}
.icon-correVoz, .icon-galeria{
    height: 2.8rem;
    width: auto;    
}
/*=============================================
*****************   FOOTER  *******************
=============================================*/
.form-contacto input, textarea{
    font-family: snigletCustom !important;
}
.form-contacto label{
    font-family: chinacatCustom !important;
}
.fondo-redes {
 
    width: 100%;  
    height: auto;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
    
}
.datos-contacto{
    margin-left: 15%;
}
.icono-contacto {
    background: #52EBD1;
    color: #7301F4;
    font-size: 20px;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.sec-suscripcion h3{
    font-size: 1.3rem;
}
.form-suscripcion input{
    font-family: snigletCustom;
}
.copyright a{
    font-family: chinacatCustom; 
}



/*=============================================
*************   MEDIAS  ***************
=============================================*/

/* x small  */
/* @media (min-width: 375px) {
    #go-platforms{
        padding-top: 8rem;
    }
} */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #logotype {
        height: 4.5rem;
        width: 4.5rem;
        margin-top: 0.4rem;
        margin-bottom: 0.2rem;
    }
    .navbar-brand {
        font-size: 1.3rem;
    }
    .nav-link {
        font-size: 0.75rem;
    }
    .dropdown-item {
        font-size: 0.75rem;
    }
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #logotype {
        height: 4.8rem;
        width: 4.8rem;
        margin-top: 0.4rem;
        margin-bottom: 0.2rem;
    }
    .navbar-brand {
        font-size: 1.4rem;
    }
    .nav-link {
        font-size: 0.78rem;
    }
    .dropdown-item {
        font-size: 0.78rem;
    }
    .logo_plataforma{
        width: 90%;
    }
    .div-seccion h1{
        padding-top: 0.5rem;
        font-size: 1.7rem;
    } 
    .sliders-impacto h3{
        font-size: 1.3rem;
    }
    .sponsor-item{
        height: 8rem;
    }
    .sec-sponsor .slick-slide img {
        width: 100%  !important;
        height: 7rem;
    }
    .datos-contacto{
        margin-left: 0%;
        text-align: left;
    }
    .sec-suscripcion h3{
        font-size: 1.5rem;
    }
    .icon-libro img{
        margin-left:0%;
        width: 140px;
        height: 140px;
    }
    .titular-libros h1{
        font-size: 2.3rem;
    }
    .titular-libros h3{
        font-size: 1.4rem;
    }
    #sec-historia{
        background: linear-gradient(-90deg,#52EBD1 80%,  #ffffff 20%);
    
    }
    .icon-correVoz .icon-galeria{
        height: 3.8rem;
        width: auto;    
    }
    .icono-otras{
        height: 4.2rem;
    }
    .icono-areas{
        height: 5.5rem;
    }
    .icono-kit{
        height: 5.5rem;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #logotype {
        height: 5rem;
        width: 5rem;
    }
    .navbar-brand {
        font-size: 1.6rem;
    }
    #collapsibleNavbar {
        padding-top: 2.8rem;
        height: 5rem;
    }
    .nav-link {
        font-size: 0.81rem;
    }
    .dropdown-item {
        font-size: 0.7rem;
    }
    /* #go-platforms{
        padding-top: 6rem;
    } */
    .div-seccion h1{
        padding-top: 0.5rem;
        font-size: 2rem;
    }
    .logo_plataforma{
        width: 90%;
      } 
    .sliders-impacto h3{
        font-size: 1.4rem;
    }
    .datos-contacto{
        margin-left: 0%;
        text-align: center;
    }
    .icon-libro img{
        margin-left:0%;
        width: 160px;
        height: 160px;
    }
    .titular-libros h1{
        font-size: 3rem;
    }
    .titular-libros h3{
        font-size: 1.5rem;
        margin-right: 10%;
        
    }
    .icon-compartir{
        height: 2.8rem;
        width: 2.8rem;
        cursor: pointer;
    }
    .icon-correVoz .icon-galeria{
        height: 4.8rem;
        width: auto;    
    }
    .icono-otras{
        height: 4.5rem;
    }
    .icono-areas{
        height: 6rem;
    }
    .icono-kit{
        height: 6rem;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #logotype {
        height: 5.3rem;
        width: 5.3rem;
    }
    #navbar {
        height: 5.3rem;
    }
    .navbar-brand {
        line-height: 5.3rem;
        font-size: 2rem;
    }
    #collapsibleNavbar {
        padding-top: 3rem;
        height: 5.3rem;
    }
    .nav-link {
        font-size: 1rem;
    }
    .logo_plataforma{
        width: 90%;
    }
    .div-seccion h1{
        padding-top: 0.5rem;
        font-size: 2.2rem;
    } 
    .sliders-impacto h3{
        font-size: 1.5rem;
    }
    .icon-compartir{
        height: 3rem;
        width: 3rem;
        cursor: pointer;
    }
}