*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
    margin-right: 20px;
}
a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
a:hover {
  color: white;
}
p{
    color: black;
}
span{
    color: #8a8a8a;
    font-size: 14px;
    margin: 0px 15;
    color: #777;
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    max-width: 100%;
    padding: 50px 0;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.btn{
    display: inline-block;
    background: #ff523b;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.btn:hover{
    background: #563434;
}
.header{
   /* background-image: linear-gradient(20deg, #b2eaff 0, #5389f2 50%, #003265 100%);
    
      /*background-image: url("/images/plazaC.jpg");*/
    
    background-image: radial-gradient(circle at 50% 120.71%, #a3a7ff 0, #7a8ffc 25%, #3c78f2 50%, #0063e8 75%, #0051de 100%);
}
.header .row{
    margin-top: 70px;
}



.col-3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}

.col-3 img{
    width: 100%;
}

.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.rating{
    color: #ff523b;
}


.title{
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
}
.title::after{
    content: '';
    background: #418BFB;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    border: 0;
    left: 50%;
    transform: translateX(-50%);   
}



/*-------------------  INFO -------------*/

.informacion{
    padding-top: 100px;
}
.informacion .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgb(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.informacion .col-3 img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}
.informacion .col-3:hover{
    transform: translateY(-10%);
}
.fa.fa-quote-left{
    font-size: 34px;
    color: #ff523b;
}
.col-3 p{
    font-size: 12px;
    margin: 12px 0;
    color: #777;
}
.informacion .col-3 h3{
    font-weight:600;
    color: #555;
    font-size: 16px;
}
.informacion .title{
    
    padding: 10px
    
}


/*-------------------  PROMOCIONES -------------*/
.promociones{
    margin: 70px 0;
}

.promociones .col-3{
    flex-basis: 30%;
    min-width: 450px;
    margin-bottom: 20px;
    
}

.promociones .col-3 img{
    width: 100%;
    border-radius: 20px;
}

.promociones .title{
    
    padding: 10px
    
}


/*------------------ FOOTER ------------*/

.footer{
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
}
.footer p{
    color: #8a8a8a;
}
.footer h3{
    color: #fff;
    margin-bottom: 20px;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    min-width: 250px;
    margin-bottom: 20px;
}
.footer-col-1{
    flex-basis: 30%;
}
.footer-col-2{
    flex:1;
    text-align: center;
}
.footer-col-2 img{
    width: 180px;
    margin-bottom: 20px;
}
.footer-col-3, .footer-col-4{
    flex-basis: 12%;
    text-align: center;
    cursor: pointer;
}
ul{
    list-style-type: none;
}
.app-logo{
    margin-top: 20px;
}
.app-logo img{
    width: 140px;
}
.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}
.copyright{
    text-align: center;
}


.footer-col-3, .footer-col-4, .footA{
    text-decoration: none;
    color: #8a8a8a;
}
.footA:hover {
  color: white;
}


/*------------------ PAGINA CONTACTOS ------------*/

/*----------------- CONTACTO INFORMACION -----------*/
.contac-info{
    padding-top: 100px;
}
.contac-info .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgb(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.contac-info .col-3 img{
    width: 150px;
    margin-top: 20px;
    border-radius: 10%;
}
.contac-info .col-3:hover{
    transform: translateY(-1%);
}

.contac-info .col-3 h3{
    font-weight:600;
    color: #555;
    font-size: 16px;
}
.contac-info .title{
    
    padding: 10px
    
}
.contac-info .fa-solid {
    color: #418BFB;
    margin: 12px 0%; 
}

/*-------------------  VISITA -------------*/
.visitar{
   /* background-image: radial-gradient(circle at 9.44% 107.92%, #cbe7e1 0, #cae7e3 6.25%, #c9e7e6 12.5%, #c9e7e8 18.75%, #c9e7eb 25%, #c9e7ed 31.25%, #cae6ef 37.5%, #cbe6f1 43.75%, #cde5f2 50%, #cfe4f3 56.25%, #d1e4f4 62.5%, #d4e3f5 68.75%, #d7e2f5 75%, #dae1f5 81.25%, #dde0f4 87.5%, #e0e0f4 93.75%, #e3dff2 100%);*/
    
    margin-top: 80px;
    padding: 30px 0;  
}
.col-2 .visitar-img{
    padding: 20px;
    border-radius: 20%
}
small{
    color: #555;
}

.visitar .title{
    
    padding: 10px
    
}

/*--------------------- TERMINOS ---------------*/
.terminos-info .col-3{
    flex-basis: 30%;
    min-width: 70%;
    margin-bottom: 30px;
}
/*--------------------- TERMINOS ---------------*/
.terminos-info .col-3 img{
    width: 20%;
}
.terminos-info{
    padding-top: 100px;
}
.terminos-info .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgb(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.terminos-info p {
    text-align: left;
}

/*--------------------- COVERTURA ---------------*/
.cobertura-info{
    padding-top: 100px;
}
.cobertura-info .col-3{
    
    min-height:350px;
    text-align:left;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgb(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.cobertura-info .col-3 img{
    width: 150px;
    margin-top: 20px;
    border-radius: 10%;
}

.cobertura-info .fa-solid  {
    color: #418BFB;
    margin: 12px 0%;
    
}
.cobertura-info .centro  {
    text-align:center;
}

.linea{
  /*background-color: yellowgreen;*/
  width: 100%;
  color: #2c2b2b;
  text-align: center;
  font-size: 2.5em;
  padding: 1%;
}
.mensaje {
  display: none;
 }
 .linea:hover .mensaje {
  display: block;
}
/*------------------ ####### ------------*/

.menu-icon{
    width: 30px;
    margin-left: 20px;
    display: none;
}
.cobertura-info .titu  {
    
    font-weight: bold;
    color: #555;
    font-size: 18px;

}
.cobertura-info p  {
    
    font-weight: bold;
    color: #418BFB;
    font-size: 12px;
    text-align: justify;
}

/*------------------ PREGUNTAS ------------*/
.preguntas-info .col-3{
    flex-basis: 30%;
    min-width: 70%;
    margin-bottom: 30px;
}
.preguntas-info .col-3 img{
    width: 20%;
}
.preguntas-info{
    padding-top: 100px;
}
.preguntas-info .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgb(0,0,0,0.1);
    /*cursor: pointer;
    transition: transform 0.5s;*/
}
.preguntas-info p {
    text-align: left;
}
.preguntas-info .resaltar {
    color: #515A5A;
    font-weight: bold;
}


    

/*------------------ MEDIA QR MENU ------------*/

@media only screen and (max-width: 800px){
    
    nav ul{
        position: absolute;
        top: 70px;
        left: 0;
        background: #333;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }
    nav ul li{
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color: wheat;
    }
    .menu-icon{
        display: block;
        cursor: pointer;
    }
    .col-2 h1{
    font-size: 43px;
    line-height: 60px;
    margin: 25px 0;
    }
}
