@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600;700;800&display=swap');

/*
font-family:'Bebas Neue', sans-serif;
font-family:'Poppins', sans-serif;
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;

}

.header {
    background: linear-gradient(rgba(29, 30, 35, 0.8),
            rgba(29, 30, 35, 0.8)),
        url(imagen/iconoA.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 80px 0 0 0;
}
.primerseccion{
    background: linear-gradient(rgba(29, 30, 35, 0.8),
            rgba(29, 30, 35, 0.8)),
        url(imagen/medicos1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 40vh;
    padding: 80px 0 0 0;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    color: #F56349;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 20px;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #ffffff;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover {
    color: #F56349;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-txt {
    text-align: justify;
    padding: 0 200px;
}

.header-txt h1 {
    font-size: 70px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    font-family: 'Bebas Neue', sans-serif;
}
.header-txt h2{
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #f2e9e9;
    font-family: 'Bebas Neue', sans-serif;
}
p {
    font-size: 17px;
    color: #D4D4D4;
    margin-bottom: 35px;

}
.txtprimerseccion{
    font-size: 90px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    font-family: 'Bebas Neue', sans-serif;
}
.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    text-transform: uppercase;
    background: linear-gradient(90deg,
            rgba(245, 99, 72, 1) 0%,
            rgba(254, 140, 31, 1) 100%);
}

.about {
    padding: 100px 0;
    background-color: #24272E;

}

.about-content {
    display: flex;
    align-items: center;
}

.about-txt {
    flex-basis: 50%;
    padding-right: 35px;
}
.about li{
    color: #49b0e6;
}

span {
    font-size: 14px;
    text-transform: uppercase;
    color: #F56349;
}

h2 {
    font-size: 35px;
    color: #ffffff;
    margin: 15px 0;
    line-height: 1;
}

hr {
    border: 1px solid #F56349;
    width: 10%;
    margin-bottom: 30px;
}

.about-img {
    flex-basis: 50%;
}
.about img{
    width: 500px;
}
.about-img img {
    border-radius: 15px;
}
/*seccion uno*/
.misionvision{
    padding:10px 40px ;
    text-align: justify;
    align-items: center;
}
.misionvision-contenido{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
}
.misionvision h2{
    color: #f2e9e9;
    margin-left: 50px;
}
.misionvision-1 {
    flex-basis: calc(50%-25px);
   /* background-color: #ffffff;*/
    border-radius: 15%;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);

}

.misionvision-1 h4 {
    color: #141414;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.misionvision-1 p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    
}

/*fin seccion uno*/
.testimotial {
    padding: 10px 50px;
    background-color: #f4f4f8;
    text-align: center;
    align-items: center;
}

.testimotial-content {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.testimotial-dentro{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.testimotial h2{
    color: #000080;
}
.testimotial-1 {
    flex-basis: calc(50%-25px);
    background-color: #ffffff;
    border-radius: 15%;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);

}

.testimotial-1 h4 {
    color: #141414;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.testimotial-1 p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    
}
.testimotial-1 h5{
    font-size: 10px;
    margin: 20px;
    text-align: justify;
    color: #560384;
}
.testimotial li{
    padding-left: 2rem;
  background-image: url(imagen/icV.png);
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  text-align: left;
  color: #3b5998;
}

/*colaboradores*/
.colaboradores {
    padding: 10px 50px;
    background: linear-gradient(rgba(243, 244, 248, 0.8),
            rgba(29, 30, 35, 0.8));
    text-align: center;
    align-items: center;
}

.colaboradores-content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.colaboradores h2{
    color: #000080;
}
.colaboradores-1 {
    flex-basis: calc(50%-25px);
    background-color: #ffffff;
    width: 30%;
    border-radius: 8%;
    padding: 10px;
    box-shadow: 0 0 20px #000080;

}

.colaboradores-1 h4 {
    color: #141414;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.colaboradores-1 p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
    color: #000080;
    
}
.colaboradores-1 h5{
    font-size: 10px;
    margin-bottom: 10px;
    text-align: justify;
    color: #c90c6e;
}
/**/




.borde{
    
    border-radius: 10%;
    
    border: 4px solid #F56349;
}
.face {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #F56349;
    margin-bottom: 1px;
    align-items: center;
}

.start {
    width: 100px;

}

.plans {
    padding: 0px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #24272E;
}

.plans hr {
    width: 5%;
}

.plans-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
}

.plans-1 {
    flex-basis: calc(33.3%-20px);
    border: 1px solid #51515179;
    padding: 30px 50px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.plans-1 span {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
}

.plans-1 h3 {
    padding: 8px;
    font-size: 25px;
    color: #ffffff;
    margin: 25px 0 35px 0;
    background: linear-gradient(90deg,
            rgba(245, 99, 72, 1)0%,
            rgba(254, 140, 32, 1) 100%);
}

.plans-1 p {
    margin-bottom: 20px;
}
.plans img{
    width: 200px;
    height: 250px;
    flex-basis: calc(50%-25px);
    background-color: #720c0c;
    border-radius: 15%;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.plans li{
    text-align: justify;
}
.plans ul li img{
    width: 40px;
    height: 40px;
}
.information {
    background-color: #191A1F;
}

.information-content {
    display: flex;
}

.information-txt {
    flex-basis: 50%;
    max-width: 500px;
    margin: 0 auto;
    padding: 80px 0 10px 0;
}

input {
    display: block;
    padding: 17px;
    background-color: transparent;
    border: 1px solid #979797;
    width: 350px;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 25px;
}

::placeholder {
    color: #898989;
}

.information-img {
    flex-basis: 50%;
}

.information-img img {
    height: 100%;
}

.service {
    margin: 50px 0;
    display: flex;
    align-items: center;

}

.service h3 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 15px;
}

.blog {
    padding: 100px 0;
    text-align: center;
    background-color: #24272E;
}

.blog-content {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.blog-1 {
    flex-basis: calc(33.3%-25px);
    background-color: #191A1F;
}

.blog-1 img {
    margin-bottom: 15px;
}

.blog-txt {
    padding: 20px;
}

.blog-txt h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 15px 0;
}

.contact {
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.7)),
    url(imagen/logoblanco.png);
    background-position: top center;
    background-size: cover;  

}
.contact-content {
    text-align: center;
}
.footer{
    padding: 100px 0;
    background-color: #191A1F;
}
.footer-content{
    display: flex;
    justify-content: space-between;
}
.footer img{
    width: 100px;
    height: 60px;
}
.link h3{
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.link a{
    font-size: 17px;
    color: #D4D4D4;
    display: block;
    margin-bottom: 10px;
}
.link a:hover{
    color: #F56349;
}


.contenedor-bar {
    width: 100%;
    max-width: 40px;
    position: fixed;
    left: 0;
    top: 25%;
  }
  .contenedor-bar a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    transition: all 500ms ease;
    color: #fff;
  }
  .contenedor-bar a:hover {
    background: #1c1c1c;
  }
  .contenedor-bar .fa-facebook {
    background: #3b5998;
    border-radius: 0px 5px 0px 0px;
   /* url(imagen/iconoA.png);*/
  }
  .contenedor-bar .fa-youtube {
    background: #e52a23;
  }
  .contenedor-bar .fa-instagram {
    background: #8943B5;
  }
  .contenedor-bar .fa-whatsapp {
    background: #0B6B44;
  }
  .contenedor-bar .fa-pinterest {
    background: #c8232c;
    border-radius: 0px 0px 5px 0px;
  }
  .contenedor-bar #title {
    position: absolute;
    background: #1c1c1c;
    padding: 0px 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    top: 12px;
    left: 0px;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .contenedor-bar a:hover #title {
    opacity: 1;
    visibility: visible;
    left: 64px;
  }
  .contenedor-bar #title:after {
    position: absolute;
    content: "";
    border-left: 7px solid transparent;
    border-right: 6px solid #1c1c1c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: 100%;
    top: 8px;
  }
  #btn-social {
    display: none;
  }
  .fa-play {
    cursor: pointer;
    transition: all 0.4s;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    transform: rotate(180deg);
    color: #49b0e6;
  }
  #btn-social:checked ~ .fa-play {
    transform: rotate(0deg);
  }
  .icon-social {
    transition: all 0.4s;
    transform: translateX(0%);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  }
  #btn-social:checked ~ .icon-social {
    transform: translateX(-100%);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0);
  }


@media(max-width:991px){
    .menu{
        padding-left: 20px;
    }
    .menu label{
        display: initial;
    }
    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #FF7838;
        display: none;
    }
    .menu .navbar ul li{
        width: 100%;

    }

    .menu .navbar ul li a:hover{
        color: #191A1F;
    }
    #menu:checked ~ .navbar{
        display: initial;
    }

    .header{
        min-height: 0vh;
        padding: 100px 30px;
    }

    .header-txt{
        text-align: center;
        padding: 0;
    }

    .about{
        padding: 30px;
    }

    .about-content{
        flex-direction: column;
    }
    
    .misionvision{
        padding: 30px;
    }
    .misionvision-content{
        flex-direction: column;
    }
    .misionvision-1{
        margin-bottom: 30px;
    }
    .testimotial{
        padding: 30px;
    }
    .testimotial-content{
        flex-direction: column;
    }
    .testimotial-1{
        margin-bottom: 30px;
    }

    .colaboradores{
        padding: 30px;
    }
    .colaboradores-content{
        flex-direction: column;
        text-align: center;
    }
    .colaboradores-1{
        margin-bottom: 30px;
    }

    .plans{
        padding: 30px;
    }
    .plans-content{
        flex-direction: column;
        margin-top: 5px;
    }

    .plans-1{
        margin-bottom: 30px;
    }
    .information{padding: 30px;}

    .information-content{
        flex-direction: column;
    }

    .information-txt{
        order: -2;
        padding: 0;
        margin: 30px 0;
    }

    .blog{
        padding: 30px;
    }
    .blog-content{
        flex-direction: column;
    }
    .blog-1{
        margin-bottom: 30px;
    }

    .contact{
        padding: 100px 30px;
    }
    .footer{
        padding: 30px;
    }
    .footer-content{
        flex-direction: column;
        text-align: center;
    }

   

}