body{
    font-family: "Ubuntu", sans-serif;
}
.divisor-header{
    width: 100%;
}


/*Estilos del blog*/
.subir-icon{
    color: #fff;
    font-weight: bold;
    background-color: #FF6E1D;
    border-radius: 20px;
    -webkit-box-shadow: 4px 9px 7px -6px rgba(0,0,0,0.24);
-moz-box-shadow: 4px 9px 7px -6px rgba(0,0,0,0.24);
box-shadow: 4px 9px 7px -6px rgba(0,0,0,0.24);
padding: 10px;
}


.regresar{
  margin: 10px;
}

.subir {
    
    position: fixed;
    bottom: 120px;
    right: 23px;
}
.bg-color-fondo{background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 12%, rgba(242,242,242,1) 26%, rgba(242,242,242,1) 82%, rgba(255,255,255,1) 100%);
}
.mobile{display: none;}

.escritorio{
    display: block;
}
.divisor-header-blog {
    position: absolute;
    z-index: -9;
    width: 100%;
    transform: rotate(0deg);
}

.img-blog-backround{
    background-image:  image('images/blog-header.jpg');
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
 
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.cards-blog{
    background-color: #fff;
    padding: 0px;
    border-radius: 14px;
    -webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
-moz-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
margin-bottom: 14px;
opacity: 0.6;
}

.cards-blog:hover{
    background-color: #fff;
    padding: 0px;
    border-radius: 14px;
    -webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
-moz-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
margin-bottom: 14px;
opacity: 1;
}

/*fin de estilos del blog*/


.icon-whatsapp{    position: fixed;
    width: 66px;
    z-index: 2;
    bottom: 10px;
    right: 10px;}

    .iconos-redes-sociales{
        width:81%;
        margin-top: 25px;

     }

     .iconos-redes-sociales:hover{
       opacity: 0.7;

     }
footer{
    background-color: #e2e2e2;
    padding: 30px  7px;
}
.espacio{
    text-align: center;
    padding: 0px 10%;}

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 28px;
        height: 28px;
        background: 50% / 61% 100% #FF6E1D no-repeat;
  
        border-radius: 22px;

    }

    .logo-gris{
        width: 140px;
        margin-top: 10px;
    }

    .scrollss::-webkit-scrollbar-track {
        background-color: #fff; /* Color de fondo de la barra de desplazamiento */
    }

    .scrollss::-webkit-scrollbar-thumb {
        background-color: #FDA818 !important; /* Color de la barra de desplazamiento */
        border-radius: 6px; /* Radio de la esquina del thumb */
    }
    

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
    }
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    }

    
    .carousel-indicators .active {
        opacity: 1;
        background-color: #FF6E1D;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -41px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FDA818;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 90px;
    /* color: #dd141d; */
}


.color-form{
    background-color: #F2f2f2 !important;
    padding: 40px!important;
    margin: 20px 0px 0px;
    color: #686868!important;
    font-weight: bold;
}
.border-icon{
    border: 1px solid #FDA818;
    padding: 8px 5px;
    border-radius: 20px;
    font-size: 18px;
    color: #FDA818;
    margin-top: 10px;
}

.personaje3{width: 100%;}

.fondo-img2{background-size: cover;
    background-repeat: no-repeat;
}

.scrollss {
    width: 100%;
    position: relative;
    overflow: auto;
    margin-top: 51px;
    margin-bottom: 44px;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.border-icon2{
    border: 1px solid #FDA818;
    padding: 8px 8px;
    border-radius: 20px;
    font-size: 18px;
    color: #FDA818;
    margin-top: 10px;
}



.valor-text{
    font-weight: bold;
    color: #686868;
}

.titular-identidad{
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 3px;
}

.subtitulo-identidad{
    text-align: left;
    font-size: 15px;
    padding: 0px 19px;
}

.gris-bg {
    background-color: #f2f2f2;
    padding-bottom: 16px;
}
p{
    margin-bottom: 0px;
    font-size: 15px;

}

.p-lados{
    padding: 20px 40px 0px 0px;
}


.fondo-images-naranja{
    position: absolute;
    width: 100%;

}

.btn-warning {
    color: #fff;
    background-color: #686868;
    border-color: #444;
    margin-top: 25px;
    font-size: 20px;
    border-radius: 35px;
    padding: 8px 44px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #FDA818;
    border-color: #ffc107;
    margin-top: 25px;
    font-size: 20px;
    border-radius: 35px;
    padding: 8px 44px;
}

.subida-card {
 
margin-top: 30px;margin-bottom: 30px;
   
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:#FDA818;
    border-radius: 20px;
    -webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
    -moz-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
    box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
    margin-bottom: 10px;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 20px;
    background-color: #686868;
    color: #f2f2f2;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
    -moz-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
    box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
}

.cards{
    background-color: #fff;
    padding: 15px;
    border-radius: 14px;
    -webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
-moz-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
margin-bottom: 14px;
}


.cards2{
    background-color: #fff;
    padding: 15px;
    border-radius: 14px;
    -webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
    -moz-box-shadow: -3px 7px 12px -8px rgba(0, 0, 0, 0.26);
    box-shadow: -3px 5px 12px -9px #FF6E1D;
margin-bottom: 14px;
}


.aliados{
    width: 100%;
    margin: 20px 0px;
}

.agrandar{
    -webkit-box-shadow: -1px 0px 4px 5px rgba(0,0,0,0.1);
-moz-box-shadow: -1px 0px 4px 5px rgba(0,0,0,0.1);
box-shadow: -1px 0px 4px 5px rgba(0,0,0,0.1);
border-radius: 20px;
background-color: #fff;
width: 80%;

margin-top: 30px;
}

.agrandar:hover{
    -webkit-box-shadow: -1px 0px 4px 5px rgba(0,0,0,0.1);
-moz-box-shadow: -1px 0px 4px 5px rgba(0,0,0,0.1);
box-shadow: -1px 0px 4px 5px #ff701d42;
border-radius: 20px;
background-color: #fff;
width: 100%;

margin-top: 30px;
}
.cards2:hover {
    background-color: #fff;
    padding: 15px;
    border-radius: 14px;
    -webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
    -moz-box-shadow: -3px 7px 12px -8px rgba(0, 0, 0, 0.26);
    box-shadow: -3px 5px 12px -9px #FF6E1D;
    margin-bottom: 14px;
}

.cambio-color{
color: #FF6E1D;
}


.foto-medicamento{
    width: 100%;
}

.titulo-medicamentos{
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    color: #FDA818;
}

.cambio-color:hover{
    color: #fff;
}

.titulo-medico{
    font-size: 15px;
    color: #686868;
    text-align: center;
}

.text-mision{
    font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}

.descripcion-mision{
    font-size: 14px;
    padding-bottom: 24px;
}

.icon-cards{
    font-size: 27px;
  
    padding: 10px 0px;
    
}

.icon-cards:hover{
    font-size: 45px;
 
    padding: 10px 0px;
    
}

.cards{
    color: #686868;
}

.cards:hover{
    background-color: #FDA818;
    padding: 15px;
    border-radius: 14px;
    -webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
-moz-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
color: #fff!important;
}

.segunda-imagen{
    width: 86%;
    padding-top: 39px;
}

.tamano-icon{
    font-size: 34px;
    color: #686868;
    padding-bottom: 4px;
    padding-right:10px;
}

.tamano-icon:hover{
    font-size: 34px;
    color: #FF6E1D;
}

.p-top{
    padding-top: 15%;
}

.font-menor{
    font-size: 2.5rem;
}

.h1, h1 {
    font-size: 3.1rem;
    padding-top: 40px;
}

h3{
    font-size: 1.3rem;
    font-style: italic;
    color: #444;
    margin-top: 40px;
}

h2{
    font-size: 1.7rem;
    margin-bottom: 0px;
}

.person-icemediss{
    width: 100%;
    z-index: 3;
    margin-top: 40px;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#686868;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link:hover {
    color:#FF6E1D;
    
}
.mr-auto, .mx-auto {
    margin-left: auto !important;
    margin-right: revert !important;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #FF6E1D;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    text-align: right;
}

.navbar-light .navbar-nav .nav-link:hover {

    border-bottom: 0.5px solid #FF6E1D;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 15px;
}

.bg-light {
    background-color: #fff !important;
}
.color-gris{
    color: #686868;
}

.color-blanco{
    color: #D5D5D5;

}

.color-amarillo{
    color: #FDA818;
}
.color-naranja{
  color: #FF6E1D;
}

.text-menu{
    font-size: 15px;
}



.logo-principal{
    width: 170px;
}

.menu-escritorio{width: 48%;
background-color: #fff;
border-radius: 25px;
margin-top: 3%;
-webkit-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
-moz-box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
box-shadow: -3px 7px 12px -8px rgba(0,0,0,0.26);
padding: 9px;
position: fixed;
z-index: 4;
}



.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-left: 0px solid #fff;
}



@media (max-width: 1440px) {
   
    .navbar-expand-lg .navbar-collapse {
        position:static;
       
        flex-basis: auto;
    }

    p {
        margin-bottom: 0px;
        font-size: 15px;
        margin-top: 14px;
    }

    .h1, h1 {
        font-size: 2.7rem;
    }

    .font-menor {
        font-size: 2rem;
    }

    .iconos-redes-sociales{
        width:81%;
        margin-top: 25px;

     }

  }


  @media (max-width: 1024px) {
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: column;
    }

    .personaje3 {
        width: 100%;
    }

    .navbar-nav .nav-link {
 
        border-left: 0px solid #e1e1e1;
    }

    .navbar-nav {
 
        font-size: 16px;
    }

    .navbar-expand-lg .navbar-collapse {
        position: relative;
        left: 2%;
        flex-basis: 100%;
       
    }

    .mr-auto, .mx-auto {
        margin-left: revert!important;
        margin-right: revert !important;
    }


    .navbar-nav{
        text-align: left;
    }
    .logo-principal {
        width: 144px;
    }
  }

  @media (min-width: 992px) {
    .collapse:not(.show) {
        display: none!important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: column;
        width: 100%;
    }

    .navbar-expand-lg .navbar-collapse {

        flex-basis: 100%;
    
    
    }
        .navbar-nav {
        text-align: left;
    }
}
  @media (max-width:768px){

    .espacio {
        text-align: center;
        padding: 0px 2%;
    }
    .menu-escritorio {
        width: 91%;
    }
    .mobile{display: block;}
    .escritorio{
        display: none;
    }

    .personaje3 {
        width: 100%;
    }
    .btn-warning {
        width: 100%;
    }
    .iconos-redes-sociales {
        width: 60%;
        margin-top: 20px;
        margin-bottom: 13px;
    }
  }

  @media (max-width:465px){
    .foto-medicamento {
        width: 69%;
    }

    .iconos-redes-sociales {
        width: 58%;
        margin-top: 13px;
    }
    p {
        margin-bottom: 0px;
        font-size: 14px;
        margin-top: 14px;
    }
    .espacio{
        text-align: center;
        padding: 0px 0%;}

        .tamano-icon {
            font-size: 34px;
            color: #686868;
            padding-bottom: 16px;
            padding-right: 10px;
            margin-top: 0px;
        }
        .font-menor {
            font-size: 1.7rem;
        }
        .navbar-nav{
            width: 161% !important;
        }

        .navbar-expand-lg .navbar-collapse {
            position: relative;
            left: 2%;
            flex-basis: 100%;
        }

        .logo-principal {
            width: 142px;
        }

        .h1, h1 {
            font-size: 2rem;
            margin-top: 72px;
            text-align: center;
        }
        .btn-warning {
            color: #fff;
            background-color: #686868;
            border-color: #444;
            margin-top: 25px;
            font-size: 15px;
            border-radius: 35px;
            padding: 8px 44px;
            margin-bottom: 10px;
            width: 97%;
        }

        .valor-text {
            margin-left: 16px;
            font-weight: bold;
            color: #686868;
        }

        .fondo-img2{
            position: relative;
            top: -46px;
        }

        .tx-center{
            text-align: center;
        }
        .p-lados {
            padding: 0px 8px;
        }

        .text-center-align{
            text-align: center;
        }
  }