html, body {
    overflow-x: hidden;
}

body {
    color: #213546;
    background: #eeeeee;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #4c552c;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #00539C;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
}

.container {
    max-width: 1050px;
}


.header {
    position: relative;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

@media (min-width: 1200px) {
    .header .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.header .brand {
    position: relative;
}


.header .brand img {
    width: 100%;
    max-width: 100px;
    height: 100%;
    max-height: 100px;
}

.header .topbar {
    position: relative;
    text-align: right;
}

.header .topbar .topbar-col {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
}

.header .topbar-col a {
    color: #213546;
    font-size: 13px;
}

.header .topbar-col a i {
    margin-right: 10px;
    color: #141414;
}

.header .topbar-social {
    position: relative;
}

.header .topbar-social a {
    display: inline-block;
}

.header .topbar-social a i {
    margin-right: 10px;
    font-size: 18px;
    color: #ac2483;
}

.header .topbar-social a:last-child i {
    margin: 0;
}

.header .topbar-social a:hover i {
    color: #0c0c0c;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #bbbbbb;
}

.header .dropdown-menu a.active {
    color: #4F84C4;
}

@media (min-width: 992px) {
    .header .navbar {
        background: #ffffff !important;
    }
    
    .header .navbar-brand {
        display: none;
    }
    
    .header .navbar-light a.nav-link {
        position: relative;
        padding: 8px 10px;
        color: #ac2483;
        font-size: 16px;
        z-index: 1;
    }
    
    .header .navbar-light a.nav-link:hover,
    .header .navbar-light a.nav-link.active {
        color: #050505;
    }
}

@media (max-width: 992px) {
    .header .brand {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .topbar {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .topbar .topbar-col {
        margin: 0;
    }
    
    .header .topbar .topbar-social {
        margin-top: 5px;
    }
    
    .header .navbar {
        background: #ffffff !important;
        border: 1px solid #eeeeee;
        z-index: 1;
    }
    
    .header a.nav-link {
        padding: 5px 0;
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }
}

.header .navbar .btn {
    position: relative;
    margin-left: 15px;
    padding: 12px 25px 10px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.header .navbar .btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.header .navbar .btn i {
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .header .navbar .btn {
        margin: 15px 0 10px 0;
    }
}


/**Bloque 1**/

.bloque1 {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .bloque1 {
        padding: 45px 60px;
    }
}

.bloque1 h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 800;
    color: #ac2483;
}

.bloque1 h2 span {
    color: #000000;
    
}

.bloque1 p {
    margin: 10px 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.bloque1 a.btn {
    position: relative;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.bloque1 a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.bloque1 img {
    max-width: 100%;
    max-height: 600px;
}

@media (max-width: 767.98px) {
    .bloque1 img {
        margin-top: 30px;
    }
}


/** Sección Header**/

.section-header {
    position: relative;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 15px;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    left: calc(50% - 30px);
    bottom: 0;
    background: rgb(18, 221, 204);
    border-radius: 100%;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-header p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


/**Servicios**/

.servicios {
    position: relative;
    width: 100%;
    padding: 25px 0 15px 0;
}

@media (min-width: 768px) {
    .servicios {
        padding: 45px 60px 15px 60px;
    }
}

.servicios .service-item {
    position: relative;
    width: 100%;
    padding: 25px 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .03) 96%, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
    border-radius: 30px 30px 0 0;
    margin-bottom: 30px;
    border: 2px solid #ac2483;
}

.servicios .service-item:hover {
    background: linear-gradient(to bottom, rgba(180, 31, 31, 0.03) 96%, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4));
}

.servicios .service-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}

.servicios .service-item img {
    height: 80px;
    display: block;
    margin: auto;
    
}

.servicios .service-item p {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 16px;
    text-align: justify;
}


/**Nosotros**/

.nosotros {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .nosotros .container-fluid {
        padding: 0;
    }
    
    .nosotros .row {
        margin: 0;
    }
    
    .nosotros .col-md-6:first-child {
        padding: 0;
    }
    
    .nosotros .col-md-6:last-child {
        padding: 0 60px;
    }
}

.nosotros h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.nosotros h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: rgb(18, 221, 204);
    border-radius: 0 100% 100% 0;
}

.nosotros p {
    color: #213546;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}

.nosotros a.btn {
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: #ac2483;
    transition: .5s;
}

.nosotros a.btn:hover {
    background: black;
}

.nosotros img {
    max-width: 100%;
    border-radius: 0 30px 30px 0;
}

@media(max-width: 767.98px) {
    .nosotros img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}

/**Mision**/

.containermision{
    padding:0px 9%;
    padding-bottom: 40px;
}

.containermision .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
    
}

.containermision .box-container .box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 35px;
    background: #fff;
    text-align: center;
    padding:30px 20px;
    border: 2px solid #ac2483;
}

.containermision .box-container .box img{
    height: 80px;
}

.containermision .box-container .box h3{
    color:#444;
    font-size: 25px;
    padding:10px 0;
}

.containermision .box-container .box p{
    color:#777;
    font-size: 16px;
    line-height: 1.8;
    
}

.containermision .box-container .box:hover{
    letter-spacing: 1px;
}

.containermision .box-container .box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.03);
}

@media (max-width:768px){
    .containermision{
        padding:20px;
    }
}


/**Bloque 2**/

.bloque2 {
    position: relative;
    width: 100%;
    padding: 20px 0 20px 0;
}

@media (min-width: 768px) {
    .bloque2 .container-fluid {
        padding: 0;
    }
    
    .bloque2 .row {
        margin: 0;
    }
    
    .bloque2 .col-md-6:first-child {
        padding: 0;
    }
    
    .bloque2 .col-md-6:last-child {
        padding: 0 60px;
    }
}

.bloque2 h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.bloque2 h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: rgb(18, 221, 204);
    border-radius: 0 100% 100% 0; 
}

.bloque2 p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}

.bloque2 img {
    max-width: 100%;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 767.98px) {
    .bloque2 img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}


/**Alianzas**/

.alianzas {
    position: relative;
    width: 100%;
    padding: 0px 0;
}

@media (min-width: 768px) {
    .alianzas {
        padding: 45px 60px;
    }
}

.alianzas h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.alianzas h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: rgb(18, 221, 204);
    border-radius: 0 100% 100% 0; 
}

.alianzas p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}


.alianzas img {
    max-width: 100%;
    max-height: 600px;
}

@media (max-width: 767.98px) {
    .alianzas img {
        margin-top: 30px;
    }
}


/**Bloque 3**/

.bloque3 {
    position: relative;
    width: 100%;
    padding: 30px 0 10px 0;
}

@media (min-width: 768px) {
    .bloque3 .container-fluid {
        padding: 0;
    }
    
    .bloque3 .row {
        margin: 0;
    }
    
    .bloque3 .col-md-6:first-child {
        padding: 0;
    }
    
    .bloque3 .col-md-6:last-child {
        padding: 0 60px;
    }
}

.bloque3 h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.bloque3 h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: rgb(18, 221, 204);
    border-radius: 0 100% 100% 0; 
}

.bloque3 p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}

.bloque3 img {
    max-width: 100%;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 767.98px) {
    .bloque3 img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}


/**Bloque 4**/

.bloque4 {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

@media (min-width: 768px) {
    .bloque4 .container-fluid {
        padding: 0;
    }
    
    .bloque4 .row {
        margin: 0;
    }
    
    .bloque4 .col-md-6:first-child {
        padding: 0;
    }
    
    .bloque4 .col-md-6:last-child {
        padding: 0 60px;
    }
}

.bloque4 h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.bloque4 h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: rgb(18, 221, 204);
    border-radius: 0 100% 100% 0; 
}

.bloque4 p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}

.bloque4 img {
    max-width: 100%;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 767.98px) {
    .bloque4 img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}


/**Escribenos**/

.escribenos {
    position: relative;
    padding: 50px 0;
    background: rgb(218, 230, 229);
}

.service-page .escribenos {
    margin-top: 45px;
}

.escribenos h2 {
    color: #070707;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.escribenos p {
    margin: 0;
    color: #020202;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.escribenos a {
    float: right;
    padding: 10px 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e9ecf0;
    background: #ac2483;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .escribenos a {
        float: left;
        margin-top: 30px;
    }
}


/**Equipo**/

.equipo {
    position: relative;
    width: 100%;
    padding: 45px 0 0px 0;
    

}

@media (min-width: 768px) {
    .equipo {
        padding: 45px 60px 60px 60px;
    }
}


.equipo .team-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(0, 0, 0, .05);
    border-radius: 300px 300px 5px 5px;
}

.equipo .team-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.equipo .team-img img {
    width: 100%;
    border-radius: 300px;
}

.equipo .team-text {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.equipo .team-text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.equipo .team-text p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.equipo .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


/**Sensunte**/

.sensunte {
    position: relative;
    width: 100%;
    padding: 0px 0;
}

@media (min-width: 768px) {
    .sensunte {
        padding: 45px 60px;
    }
}

.sensunte h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sensunte h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: rgb(18, 221, 204);
    border-radius: 0 100% 100% 0; 
}

.sensunte p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}


.sensunte img {
    max-width: 100%;
    max-height: 600px;
}

@media (max-width: 767.98px) {
    .sensunte img {
        margin-top: 30px;
    }
}


/**Contacto**/

.contacto {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.contacto h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
    padding-bottom: 15px;
}

.contacto h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: rgb(18, 221, 204);
    border-radius: 0 100% 100% 0;
}

.contacto .contact-info {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.contacto .contact-info iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.contacto .contact-info h3 {
    color: #3f4b5a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contacto .contact-info h3 span {
    font-weight: 400;
    padding-left: 5px;
}

.contacto .contact-info p {
    color: #5a4b3f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contacto .editor-info {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

@media (min-width: 992px) {
    .contacto .editor-info {
        padding-left: 30px;
    }
}

.contacto .editor-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.contacto .editor-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.contacto .editor-img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.contacto .editor-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.contacto .editor-text {
    width: auto;
}

.contacto .editor-text h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ac2483;
}

.contacto .editor-text a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: #070707;
}

/**Footer**/

.footer {
    position: relative;
    padding-top: 90px;
    background: #2c3035;
}

.footer .footer-about,
.footer .footer-link {
    position: relative;
    margin-bottom: 45px;
}

@media(min-width: 992px) {
    .footer .container:first-child {
        max-width: 960px;
        margin-bottom: 30px;
    }
    
    .footer .footer-about,
    .footer .footer-link {
        padding: 0 30px;
    }
}

.footer .footer-about h2,
.footer .footer-link h2 {
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999999;
}

.footer .footer-about h2::after,
.footer .footer-link h2::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #999999, #ffffff, #999999);
    border-radius: 0 100% 100% 0; 
}

.footer .footer-about p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #999999;
}

.footer .footer-about p i {
    width: 20px;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999999;
    
}

.footer .footer-link a::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #ffffff;
}

.footer .copyright {
    padding: 15px;
    border-top: 1px solid #3b3e43;
}

.footer .copyright p {
    margin: 0;
    font-size: 14px;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #999999;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

.footer .priva{
            text-decoration: none;
            color: #999999;
            display: inline-block;
            margin: 5px;
            font-size: 15px;
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }

     .footer .priva{
        margin: 5px 0;
        text-align: center;
        display: block;
        
    }
}

/**BotonArriba**/


#btnArriba {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #ac2483;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

#btnArriba:hover {
    background: #333;
    transform: translateY(-5px);
}

#btnArriba i {
    pointer-events: none;
}


/**Privacidad**/

    .privacy-container{
      width:100%;
      min-height:100vh;
      padding:60px 20px;
      display:flex;
      justify-content:center;
      align-items:flex-start;
    }

    .privacy-content{
      width:100%;
      max-width:1000px;
      background:#f3f0f0;
      padding:50px;
      border-radius:15px;
      box-shadow:0 5px 20px rgba(0,0,0,0.08);
    }

    .privacy-content h1{
      font-size:3rem;
      margin-bottom:30px;
      color:#0c0c0c;
      text-align:center;
    }

    .privacy-content h2{
      font-size:1.5rem;
      margin-top:35px;
      margin-bottom:15px;
      color:#000000;
    }

    .privacy-content p{
      margin-bottom:15px;
      font-size:1rem;
      text-align: justify;
    }

    .privacy-content ul{
      margin-left:25px;
      margin-bottom:20px;
    }

    .privacy-content ul li{
      margin-bottom:10px;
    }

    @media(max-width:768px){

      .privacy-content{
        padding:30px 25px;
      }

      .privacy-content h1{
        font-size:2.2rem;
      }

      .privacy-content h2{
        font-size:1.3rem;
      }

      .privacy-content p,
      .privacy-content li{
        font-size:0.95rem;
      }

    }


    /**Bloque5**/

    .bloque5{
    width: 100%;
    padding: 18px 20px;
}

.galeria-instalaciones{
    max-width: 1000px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.img-box{
    overflow: hidden;
    border-radius: 20px;
}

.img-box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: .4s;
}

.img-box img:hover{
    transform: scale(1.05);
}

/* Responsive */

@media(max-width:768px){

    .galeria-instalaciones{
        grid-template-columns: 1fr;
    }

    .img-box img{
        height: 220px;
    }

}


