@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@500&display=swap');
body .container{
    font-family:'Arvo', serif;
}
.container{
    max-width: 1100px;
}
/* apartado de iconos de redes sociales */
.container-icons{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.container-icons{
    position:fixed;
    bottom: 10px;
    right: 15px;
    z-index: 1;
}
.bi-plus-circle-fill{
    font-size: 70px;
    transition: all 300ms;
    color: rgb(179, 51, 19);
}
.container-icons:hover .bi-plus-circle-fill{
    transform: rotate(180deg);
}
.row-icon{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    transition: all 300ms;
    opacity: 0;
}
.container-icons:hover .row-icon{
    opacity: 1;
}
.row-icon h4{
    transform: translate(-10px, 18px);
    background: rgba(0, 0, 0, 0.6);
    height: 30px;
    font-weight: 350;
    padding: 3px, 3px;
    color: white;
    border-radius: 5px;
}
.row-icon label{
    font-size: 40px;
    font-weight: 35px;
    cursor: pointer;
}

.icon-1{
    transform: translate(-133px, -50px)scale(0);
}
.icon-2{
    transform: translate(-57px, -102px)scale(0);
}
.icon-3{
    transform: translate(-106px, -151px)scale(0);
}
.icon-4{
    transform: translate(-56px, -200px)scale(0);
}
.icon-5{
    transform: translate(-95px, -252px)scale(0);
}


.container-icons:hover .icon-1{
    transform: translate(-85px, -50px)scale(1);
}
.container-icons:hover .icon-2{
    transform: translate(-87px, -102px)scale(1);
}
.container-icons:hover .icon-3{
    transform: translate(-52px, -147px)scale(1);
}
.container-icons:hover .icon-4{
    transform: translate(-86px, -192px)scale(1);
}
.container-icons:hover .icon-5{
    transform: translate(-43px, -236px)scale(1);
}

.label1{
    color: #2143d8;
}
.label2{
    color: #033b0a;
}
.label3{
    color: #1b96dd;
}
.label4{
    color: #8b41d0;   
}
.label5{
    color: #0d1e2e;
}
/* termina apartado de iconos de redes sociales */
/* Apartado de barra de navegacion */
#rehabilitando-medd a{
    color: rgb(5, 17, 128);
    font-weight: 900;
}
#rehabilitando-medd a:hover{
    color: rgb(241, 245, 43);
}
.navbar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 2;
}
.navbar-nav{
    font-size: 20px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
}
.navbar-nav a{
    color: rgb(36, 51, 184);
}
.logo{
    width: 130px;
}
.navbar{
    position: fixed;
    background-color: #0093E9;
    background-image: linear-gradient(-30deg, #0093E9 0%, #80D0C7 100%);
    width: 100%;
    opacity: 0.9;

}
.navbar a{
    text-decoration: none;
}
/* Apartado de inicio de pagina */
header{
    background-image: url('../img/png/rehabilitando-med.png');
    background-size: cover;
    height: 800px;
    position: relative;
    opacity: 0.8;
}
header .container{
    display: flex;
}
.title{
    color:#fdfdfd;
    font-size: 50px;
    position: absolute;
    transform: translate(25%,350%);
}
@media screen and (max-width:500px){
    header{
        background-size: cover;
    }
    header{
        height: 90vh;
    }
    .title{
        color:#fdfdfd;
        font-size: 13px;
        position: absolute;
        transform: translate(10%,150%);
    }
    .title{
        background-color: #0093FB;
        background-image: linear-gradient(129deg, #0093FB 0%, #44C19D 54%);
        opacity: 0.7;
        width: 85.5vw;
    }
}

/* Estilos para tarjetas */
.card{
    border-radius: 20%;
    width:90vw ;
    height: 400px;
}
.card-img-top{
    width: 6vw;
    height: 15vh;
}
@media screen and (max-width:500px) {
    .card{
        border-radius: 20%;
        width:70vw ;
        height: 350px;
    }
    .card h5{
        font-size: 30px;
    }
    .card p{
        font-size: 15px;
    }
    .card-img-top{
        width: 18vw;
        height: 18vh;
    }
}
@media screen and (max-width:360px) {
    .card{
        border-radius: 20%;
        width:90vw ;
        height: 400px;
    }
    .card h5{
        font-size: 15px;
    }
    .card p{
        font-size: 15px;
    }
    .card-img-top{
        width: 10vw;
        height: 13vh;
    }
}


/* Estilos de cada seccion de la pagina */
#row-quienes-somos{
    background-color: #0093FB;
    background-image: linear-gradient(129deg, #0093FB 0%, #44C19D 54%);
    /* background-color:#44C19D ; */
}
.row{
    margin: 0;
}
#row-quienes-somos img {
    border-radius: 0%;
    width: 85%;
    height: 182px;
}
#row-que-ofrecemos{
    background-color: #52ACFF;
    background-image: linear-gradient(130deg, #01bbff -12%, #f5dd4382 100%);
}
#row-Pacientes-Covid-19{
    background-color: #0093FB;
    background-image: linear-gradient(129deg, #0093FB 0%, #44C19D 54%);
}
#row-Pacientes-Covid-19 img{
    border-radius: 20%;
}
#row-lineamientos{
    background-color: #52ACFF;
    background-image: linear-gradient(130deg, #01bbff -12%, #f5dd4382 100%);
}
#row-lineamientos img{
    border-radius: 20%;
    width: 100%;
    height: 500px;
}
#row-nuestras-bases{
    background-color: #0093FB;
    background-image: linear-gradient(129deg, #0093FB 0%, #44C19D 54%);
}
#row-cobertura-servicios-carousel{
    background-color: #52ACFF;
    background-image: linear-gradient(130deg, #01bbff -12%, #f5dd4382 100%);
}
/* carousel */
.slide{
    margin-top:10px ;
    font-size: 25px;
}
.slide img{
    height: 80vh;
    width: 70vw;
}
@media screen and (max-width:500px){
    .slide img{
        height: 32vh;
        width: 35vw;
    }
}
#carouselcopenhague .slide img{
    height: 20vh;
    width: 30vw;
}




#row-tratamientos-integrales{
    background-color: #0093FB;
    background-image: linear-gradient(129deg, #0093FB 0%, #44C19D 54%);
}
#row-tratamientos-integrales img{
    border-radius: 20%;
}

#row-visitanos{
    background-color: #52ACFF;
    background-image: linear-gradient(130deg, #01bbff -12%, #f5dd4382 100%);
}
/* media screen para los mapas */
@media screen and (max-width:500px) {
    #row-visitanos iframe{
        height: 35vh;
        width: 75vh;
    }
}
@media screen and (max-width:411px) {
    #row-visitanos iframe{
        height: 35vh;
        width: 40vh;
    }
}
@media screen and (max-width:360px) {
    #row-visitanos iframe{
        height: 25vh;
        width: 45vh;
    }
}
@media screen and (max-width:375px) {
    #row-visitanos iframe{
        height: 25vh;
        width: 40vh;
    }
}
/* Animaciones de transicion */
.js-scroll{
    visibility: hidden;
}
.js-scroll-scrolled{
    
    animation-name: scrollingcrd;
    animation-duration: 3s;
    animation-fill-mode: forwards;   
}
@keyframes scrollingcrd {
    from{visibility: hidden;opacity: 0.1;}
    to{visibility: visible;opacity: 1;}
}
.js-left{
    visibility: hidden;
}
.js-left-scrolled{
    animation: slide-in-left 3000ms ease-in-out both;
}
@keyframes slide-in-left{
    0%{
        transform: translateX(-100px);
        visibility: hidden;
        opacity: 0.1;
    }
    100% {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
}
.js-right{
    visibility: visible;
}
.js-right-scrolled{
    animation: slide-in-right 3000ms ease-in-out both;
}
@keyframes slide-in-right{
    0%{
        transform: translateX(100px);
        visibility: hidden;
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
}
/* estilo del footer */
footer{
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 70px;
    padding-bottom: 70px;
}
/* loding */
#contenedor_carga{
    background-color: rgba(250, 240, 245, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition:all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}
#carga{
    border: 15px solid #ccc;
    border-top-color: #2697f4;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite; 
    animation: girar 1.5 linear infinite;
}
/* animacion del loading */
@keyframes girar{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
@media screen and (max-width:360) {
    #carga{
        border: 10px solid #ccc;
        border-top-color: #2697f4;
        border-top-style: groove;
        height: 50px;
        width: 50px;
        border-radius: 100%;
    
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-animation: girar 1.5s linear infinite;
        -o-animation: girar 1.5s linear infinite; 
        animation: girar 1.5 linear infinite;
    }
}