*{
    border: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body{
    scroll-behavior: smooth;
    font-family: 'Oswald', sans-serif;
}

.container-main{
    margin-left: 10%;
    margin-right: 10%;
}

h4{
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.font{
    font-size: 3.3rem;
}

h6{
    font-size: 2.5rem;
}

.btn-principal{
    background-color: #00437F;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    width: 150px;
    text-align: center;
    border-radius: 10px;
}
.btn-principal:hover{
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #00437F;
    color: #00437F;
}

/* navbar */

.logo-ra{
    width: 100px;
}
.navbar{
    box-shadow: 5px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.navbar-nav{
    margin-left: auto;
}
.active{
    color: #00A0EE !important;
}
.nav-item a{
    color: #00437F !important;
    font-size: 20px;
    margin-left: 20px;
}

/* navbar */

#banner{
    padding: 40px;
}
.cont-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 0 auto;

}
.cont-banner img{
    width: 50%;
}
.txt-banner{
    width: 70%;
}
.txt-banner h1{
    font-size: 3rem;
    color: #000;
    width: 70%;
    line-height: 1.1;
    font-weight: 400;
}
.big-title{
    font-size: 5.5rem;
    color: #00A0EE;
    font-weight: 700;
    text-transform: uppercase;
}
.precio-int{
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}
.precio-int p{
    font-size: 2.5rem;
    color: #00A0EE;
}



/* nosotros */

#nosotros{
    background: rgb(0,181,233);
    background: linear-gradient(90deg, rgba(0,181,233,1) 44%, rgba(255,255,255,1) 100%);
}
.cont-us{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-us img{
    width: 30%;
}

.txt-us h4{
    color: #fff;
}

.barra-us{
    width: 100px;
    height: 5px;
    background-color: #fff;
}

.txt-us p{
    color: #fff;
    font-size: 22px;
    width: 60%;
}

/* residencial */

#residencial{
    background-image: url(../images/fondo-residencial.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
}

.cont-res{
    top: 35%;
    position: absolute;
    right: 0;  
}

.cont-res h6{
    color: #00A0EE;
}

.cont-res h4{
    color: #fff;
    font-size: 4.5rem;
    width: 70%;
    line-height: 1;
}

.cont-res p{
    color: #fff;
    font-size: 22px;
    width: 60%;
    font-weight: 300;
}
.cont-res .precio-int{
    width: 60%;
}
.cont-res .precio-int p{
    font-size: 3rem;
    color: #00A0EE;
    font-weight: 700;
}

.cont-res .btn-principal{
    background-color: #fff;
    color: #00437F;
    border: 2px solid #00A0EE;
    border-radius: 10px;
    font-size: 22px;
    width: 150px;
    text-align: center;
}

.cont-res .btn-principal:hover{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

/* fichas */
#fichas{
    background: rgb(0,181,233);
    background: linear-gradient(90deg, rgba(0,181,233,1) 44%, rgba(255,255,255,1) 100%);
    height: 100vh;
    position: relative;
    
}
.cont-fichas{
   position: absolute;
   top: 35%;
   width: 25%;

}
.fichero{
    position: absolute;
    bottom: 0;
    right: 0;
}

.cont-fichas h4{
    color: #00437F;
    font-size: 5rem;
    line-height: 1.1;
}
.cont-fichas p{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

/* planes de internet */


#planes{
   background-image: url(../images/fondo-planes.jpg);
   padding: 40px;
   height: 100vh;
   background-size: cover;
}
.titulos{
    padding-top: 50px;
    text-align: center;
}
.titulos h5{
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #00A0EE;
}

.titulos h3{
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.grid-planes{
    display: flex;
    justify-content: center;
    margin: 50px auto;
    gap: 50px;
    
}

.item-plan{
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 1px 11px 29px -12px rgba(0,0,0,0.44);
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;

    
}

.item-plan h4{
    margin-bottom: 20px;
}
.item-plan h4 span{
    color: #00A0EE;
}
.item-plan img{
    width: 50%;
    margin-bottom: 20px;
}

.item-plan h3{
    font-size: 5rem;
    font-weight: 600;
    color: #00A0EE;
    margin-bottom: 20px;
}

.item-plan p{
    font-size: 3rem;
    margin-bottom: 30px;
}

.btn-plan{
   
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    background-color: #00A0EE;
    color: #fff;
    font-size: 20px;
    margin-top: auto;
}

.btn-plan:hover{
    background-color: transparent;
    border: 2px solid #00A0EE;
    color: #00A0EE;
    text-decoration: none;
}



/* comercial */
#comercial{
    background-image: url(../images/fondo-comercial.jpg);
    background-size: cover;
    height: 100vh; 
    position: relative;
 }
 

#comercial .precio-int{
    width: 100%;
}

/* Contacto */

.cont-cont{
    display: flex;
    justify-content: space-between;
   
}

.datos-cont{
    width: 50%;
    padding: 40px;
}

.formulario{
    width: 50%;
    background-color: #00A0EE;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.datos-cont h5{
    font-size: 4rem;
    color: #00437F;
    font-weight: 600;
}

.datos-cont p{
    font-size: 2rem;
    font-weight: 600;
}

.icono-cont{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px auto;
}

.icono-cont p{
    font-size: 1.5rem;
    line-height: 0.9;
    font-weight: 400;
}

.circulo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00A0EE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circulo i {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.datos-cont a{
    font-size: 20px;
}

form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}
.controls{
    display: flex;
    align-items: center;
    gap: 20px;
}

input{
    padding: 10px;
    border-radius: 25px;
    margin: 10px auto;
    width: 100%;
    font-size: 20px;
}
textarea{
    padding: 10px;
    border-radius: 15px;
    margin: 10px auto;
    width: 100%;
    font-size: 20px;
}

input::placeholder, textarea::placeholder{
    color: #00A0EE;

}

.formulario button{
    background-color: #fff;
    color: #00A0EE;
    border-radius: 25px;
    text-align: center;
    width: 40%;
    padding: 10px;
    cursor: pointer;   
    font-size: 20px;
}
footer{
    background-color: #E0E1E1;
}
.cont-foo{
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-foo img{
    width: 150px;
}
.item-foo h4{
    font-size: 2rem;
}

.item-foo li{
    list-style: none;
    color: #00437F;
    font-size: 20px;
}
.redes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    gap: 20px;
}
.circulo-redes{
    width: 40px;
    height: 40px;
    background-color: #00A0EE;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.circulo-redes a{
    color: #fff;
}

.circulo-redes a:hover{
    text-decoration: none;
    color: #fff;
}


.creditos{
    background-color: #00437F;
    padding: 15px;
    height: fit-content;
}
.creditos p{
    color: #00A0EE;
    font-size: 1rem;
    padding-top: 10px;
    text-align: center;
}


  /*--------------------------------
              Whatsapp
  --------------------------------*/
  .float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color:#25d366;
    color:#fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
     z-index: 100;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
  background-color:#fff;
}

.my-float{
    margin-top:16px;
}




@media (min-width: 320px) and (max-width: 720px){
    h6{
        font-size: 1.5rem;
    }

    h4{
        font-size: 2.5rem;
    }
    
    .font{
        font-size: 2rem;
    }

    .logo-ra{
        width: 60px;
    }

    .g-recaptcha{
        transform: scale(0.8);
        display: flex;
        justify-content: left;
        text-align: left;
    }

    #banner{
        padding: 20px;
    }
    .container-main{
        margin-left: 5%;
        margin-right: 5%;
    }
    .cont-banner{
        flex-direction: column;
    }
    .cont-banner img{
        width: 100%;
    }
    .txt-banner{
        width: 100%;
        text-align: left;
    }
    .txt-banner h1{
        font-size: 2rem;
        width: 100%;
    }
    .big-title{
        font-size: 3.5rem;
    }
    .precio-int{
        width: 50%;
        width: 100%;
    }

    .precio-int p{
        font-size: 2rem;
    }

    .btn-principal{
        font-size: 20px;
        width: 100px;
    }

    /* nostros */
    #nosotros{
        padding: 20px 20px 0 20px;
        background: rgb(0,181,233);
        background: linear-gradient(177deg, rgba(0,181,233,1) 0%, rgba(255,255,255,1) 100%);
    }
    .cont-us{
        flex-direction: column;
    }
    .cont-us img{
        width: 100%;
    }
    .cont-us p{
        width: 100%;
        font-size: 18px;
    }

     /* residencial */
     #residencial{
        background-image: url(../images/fondo-residencial-movil.jpg);
        position: unset;
        padding: 20px;
        height: fit-content;
    }
    .cont-res, .cont-fichas{
        
        position: unset;
        width: 100%;
    }
    .cont-res h4, .cont-fichas h4{
        font-size: 2.5rem;
        width: 100%;
    }
    .cont-res p, .cont-fichas p{
        width: 100%;
        font-size: 18px;
    }
    .cont-res .precio-int{
        width: 90%;
    }
    .cont-res .precio-int p{
        font-size: 25px;
    }
    .cont-res .btn-principal{
        font-size: 20px;
        width: 100px;
    }

    /* fichas */
    #fichas{
        padding: 20px 20px 0 20px;
        position: unset;
        height: fit-content;
    }

    .cont-fichas{
        position: unset;
    }
    .fichero{
        position: unset;
        width: 100%;
    }

    /* planes de internet */
    #planes{
        height: fit-content;
    }
    .titulos h5{
        font-size: 1.8rem;
    }
    .titulos h3{
        font-size: 2.5rem;
    }
    .grid-planes{
        flex-direction: column;
    }
    .item-plan img{
        width: 100%;
    }
    .item-plan h3{
        font-size: 2.5rem;
    }
    .item-plan p{
        font-size: 2rem;
    }

    /* comercial */
    #comercial{
        padding: 20px;
        background-image: url(../images/fondo-comercial-movil.jpg);
        height: fit-content;
    }

    .cont-cont{
        flex-direction: column;
    }

    .datos-cont{
        width: 100%;
    }
    .datos-cont a{
        font-size: 16px;
    }

    .formulario{
        width: 100%;
    }
    form{
        width: 100%;
    }

    .cont-foo{
        flex-direction: column;
        padding: 10px;
    }

    .item-foo{
        margin: 50px auto;
    }

    .creditos p{
        font-size: 1.1rem;
    }

}

    @media (min-width: 767px) and (max-width: 997px){
        h6{
            font-size: 1.5rem;
        }
    
        h4{
            font-size: 2.5rem;
        }
        
        .font{
            font-size: 2rem;
        }
    
        .logo-ra{
            width: 60px;
        }
    
     
        #banner{
            padding: 20px;
        }
        .container-main{
            margin-left: 5%;
            margin-right: 5%;
        }
        
        .cont-banner img{
            width: 50%;
        }
        .txt-banner{
            width: 100%;
            text-align: left;
        }
        .txt-banner h1{
            font-size: 1.3rem;
            width: 65%;
        }

        .big-title{
            font-size: 2.4rem;
        }

        .precio-int{
            gap: 20px;
            width: 100%;
        }

        .precio-int p{
            font-size: 2rem;
        }
        .btn-principal{
            font-size: 18px;
            width: 100px;
        }
    
        /* nostros */
        #nosotros{
            padding: 20px 20px 0 20px;
            background: rgb(0,181,233);
            background: linear-gradient(177deg, rgba(0,181,233,1) 0%, rgba(255,255,255,1) 100%);
        }
       
        .cont-us img{
            width: 50%;
        }
        .cont-us p{
            width: 100%;
            font-size: 18px;
        }
        
    
         /* residencial */
         #residencial{
            
            position: unset;
            padding: 20px;
            height: 50vh;
        }

        .cont-res{
            padding-top: 15% !important;
            width: 50% !important;
            margin-left: auto;
        }

        .cont-res, .cont-fichas{
            position: unset;
            width: 100%;

        }

        .cont-res h4, .cont-fichas h4{
            font-size: 2.5rem;
            width: 100%;
        }

        .cont-res p, .cont-fichas p{
            width: 100%;
            font-size: 18px;
        }
        .cont-res .precio-int{
            width: 90%;
        }
        .cont-res .precio-int p{
            font-size: 25px;
        }
        .cont-res .btn-principal{
            font-size: 20px;
            width: 100px;
        }
    
        /* fichas */
        #fichas{
            padding: 20px 20px 0 20px;
            position: relative;
            height: 30vh;
        }
    
        .cont-fichas{
            position: absolute;
            width: 50%;
        }
        .cont-fichas p{
            width: 100% !important;
        }
        .fichero{
            position: absolute;
            width: 30%;
            right: 2%;
        }
    
        /* planes de internet */
        #planes{
            height: fit-content;
        }
        .titulos h5{
            font-size: 1.8rem;
        }
        .titulos h3{
            font-size: 2.5rem;
        }
       
        .item-plan img{
            width: 100%;
        }
        .item-plan h3{
            font-size: 2.5rem;
        }
        .item-plan p{
            font-size: 2rem;
        }
    
        /* comercial */
        #comercial{
            padding: 20px;
            height: fit-content;
        }
    
        .cont-cont{
            flex-direction: column;
        }
        .datos-cont{
            width: 100%;
        }
        .formulario{
            width: 100%;
        }
        form{
            width: 100%;
        }
    
        .cont-foo{
            
            padding: 10px;
        }
    
        .item-foo{
            margin: 50px auto;
        }
    
        .creditos p{
            font-size: 1.1rem;
        }

    }


    @media (min-width: 1180px) and (max-width: 1267px){
        h6{
            font-size: 2rem;
        }
    
        h4{
            font-size: 3rem;
        }
        .font{
            font-size: 2.5rem;
        
        }
        
        .logo-ra{
            width: 60px;
        }
    
     
        #banner{
            padding: 20px;
        }
        .container-main{
            margin-left: 5%;
            margin-right: 5%;
        }
        
        .cont-banner img{
            width: 60%;
        }
        .txt-banner{
            width: 100%;
            text-align: left;
        }
        .txt-banner h1{
            font-size: 1.8rem;
            width: 80%;
        }

        .big-title{
            font-size: 3.5rem;
        }

        .precio-int{
            gap: 20px;
            width:80%;
        }

        .precio-int p{
            font-size: 2rem;
        }
        .btn-principal{
            font-size: 18px;
            width: 100px;
        }
    
        /* nostros */
        #nosotros{
            padding: 20px 20px 0 20px;
            background: rgb(0,181,233);
            background: linear-gradient(177deg, rgba(0,181,233,1) 0%, rgba(255,255,255,1) 100%);
        }
       
        .cont-us img{
            width: 50%;
        }
        .cont-us p{
            width: 100%;
            font-size: 18px;
        }
        
    
         /* residencial */
         #residencial{
            
            position: unset;
            padding: 20px;
            height: 50vh;
        }

        .cont-res{
            padding-top: 10% !important;
            width: 50% !important;
            margin-left: auto;
        }

        .cont-res, .cont-fichas{
            position: unset;
            width: 100%;

        }

        .cont-res h4, .cont-fichas h4{
            font-size: 2.5rem;
            width: 100%;
        }

        .cont-res p, .cont-fichas p{
            width: 100%;
            font-size: 18px;
        }
        .cont-res .precio-int{
            width: 90%;
        }
        .cont-res .precio-int p{
            font-size: 25px;
        }
        .cont-res .btn-principal{
            font-size: 20px;
            width: 100px;
        }
    
        /* fichas */
        #fichas{
            padding: 20px 20px 0 20px;
            position: relative;
            height: 50vh;
        }
    
        .cont-fichas{
            position: absolute;
            width: 50%;
        }
        .cont-fichas p{
            width: 100% !important;
        }
        .fichero{
            position: absolute;
            width: 30%;
            right: 2%;
        }
    
        /* planes de internet */
        #planes{
            height: fit-content;
        }
        .titulos h5{
            font-size: 1.8rem;
        }
        .titulos h3{
            font-size: 2.5rem;
        }

        .item-plan{
            width: fit-content;
        }
       
        .item-plan img{
            width: 100%;
        }
        .item-plan h3{
            font-size: 4rem;
        }
        .item-plan p{
            font-size: 1.5rem;
        }
    
        /* comercial */
        #comercial{
            padding: 20px;
            height: 60vh;
        }
    
       
        .datos-cont{
            width: 100%;
        }
        .formulario{
            width: 100%;
        }
        form{
            width: 100%;
        }
    
        .cont-foo{
            
            padding: 10px;
        }
    
        .item-foo{
            margin: 50px auto;
        }
    
        .creditos p{
            font-size: 1.1rem;
        }

    }

    

    @media (min-width: 1300px) and (max-width: 1440px){
        h6{
            font-size: 2rem;
        }
    
        h4{
            font-size: 3rem;
        }
        .font{
            font-size: 2.5rem;
        
        }
        .logo-ra{
            width: 60px;
        }
    
     
        #banner{
            padding: 20px;
        }
        .container-main{
            margin-left: 10%;
            margin-right: 10%;
        }
        
        .cont-banner img{
            width: 60%;
        }
        .txt-banner{
            width: 100%;
            text-align: left;
        }
        .txt-banner h1{
            font-size: 2rem;
            width: 80%;
        }

        .big-title{
            font-size: 3.5rem;
        }

        .precio-int{
            gap: 20px;
            width:80%;
        }

        .precio-int p{
            font-size: 2rem;
        }
        .btn-principal{
            font-size: 18px;
            width: 100px;
        }
    
        /* nostros */
        #nosotros{
            padding: 20px 20px 0 20px;
            background: rgb(0,181,233);
            background: linear-gradient(177deg, rgba(0,181,233,1) 0%, rgba(255,255,255,1) 100%);
        }
       
        .cont-us img{
            width: 35%;
        }
        .cont-us p{
            width: 100%;
            font-size: 18px;
        }
        
    
         /* residencial */
         #residencial{
            
            position: unset;
            padding: 20px;
            height: 60vh;
        }

        .cont-res{
            padding-top: 10% !important;
            width: 50% !important;
            margin-left: auto;
        }

        .cont-res, .cont-fichas{
            position: unset;
            width: 100%;

        }

        .cont-res h4, .cont-fichas h4{
            font-size: 2.5rem;
            width: 100%;
        }

        .cont-res p, .cont-fichas p{
            width: 100%;
            font-size: 18px;
        }
        .cont-res .precio-int{
            width: 90%;
        }
        .cont-res .precio-int p{
            font-size: 25px;
        }
        .cont-res .btn-principal{
            font-size: 20px;
            width: 100px;
        }
    
        /* fichas */
        #fichas{
            padding: 20px 20px 0 20px;
            position: relative;
            height: 50vh;
        }
    
        .cont-fichas{
            position: absolute;
            width: 30% !important;
        }
        .cont-fichas h4{
            width: 60%;
        }
        .cont-fichas p{
            width: 100% !important;
        }
        .fichero{
            position: absolute;
            width: 30%;
            right: 2%;
        }
    
        /* planes de internet */
        #planes{
            height: fit-content;
        }
        .titulos h5{
            font-size: 1.8rem;
        }
        .titulos h3{
            font-size: 2.5rem;
        }

        .item-plan{
            width: fit-content;
        }
       
        .item-plan img{
            width: 50%;
        }
        .item-plan h3{
            font-size: 3.5rem;
        }
        .item-plan p{
            font-size: 2.5rem;
        }
    
        /* comercial */
        #comercial{
            padding: 20px;
            height: 60vh;
        }
    
       
        .datos-cont{
            width: 100%;
        }
        .formulario{
            width: 100%;
        }
        form{
            width: 100%;
        }
    
        .cont-foo{
            
            padding: 10px;
        }
    
        .item-foo{
            margin: 50px auto;
        }
    
        .creditos p{
            font-size: 1.1rem;
        }

    }


