*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}




@font-face{
    font-family: 'Billabong';
    src: url('../font/FontsFree-Net-Billabong.ttf');
}

.burbuja-800 {
    font-family: 'Exo', sans-serif;
    position: fixed;
    top: 50%;
    right: 50px; /* Ajusta la posición lateral según tus preferencias */
    transform: translateY(-50%);
    background-color: #FF7E00;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}
.cont-bur-800 img{
    width: 50%;
}

.burbuja-800 h2 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.burbuja-800 h3 {
    color: #fff;
    font-size: 36px;
    margin: 5px 0;
}

.burbuja-800 .btn-800 a {
    display: inline-block;
    background-color: #fff;
    color: #FF7E00;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.burbuja-800 .btn-800 a:hover {
    background-color: #FFA637;
    color: #fff;
}





:root{
    --first: #00365f;
    --orange: #EC6907;
}

body{
    font-family: 'Exo', sans-serif;
    background-color: #fff;
}

header{
        display: block;
        z-index: 999;
        margin-bottom: 100px;
}

.container{
    width: 100%;
    font-family: 'Exo', sans-serif;

}

.text-tittle{

   font-size: 45px;
   text-transform: uppercase;
   color: #707070;
   justify-content: center; 
   text-align: center;
}

.numero{
    text-decoration: none;
    cursor: pointer;
    

}


nav{
    padding-right: 20%;
    padding-left: 20%;
    z-index: 10000;
    top: 0;
    display: flexbox;
    background: #fff;
    height: 120px;
    width: 100%;
    position: fixed;
    
}
.segunda-barra{
    display: inline-flex;
    float: right;
    position: absolute;
    top: 40px;
    margin-left: 50px;
}
.segunda-barra li{
    margin: 0 25px;
}

.bt-fb{
    min-width: 400px;
    background-color: #034686;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
}
.bt-ins{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); 
    padding: 10px;
    border-radius: 15px;
    color: #fff;
}

nav span{
    font-size: 20px;
}

.logo{
    margin-left: 40px;
    margin-top: 20px;
    align-items: center;
    height: 45px;
}
nav ul{
    font-weight: 600;
    text-decoration: none;
    float: right;
    margin-right: 10px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 auto;
}
nav ul li a{
    color: #000;
    font-size: 16px;
    padding: 7px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}
li a.active, li a:hover{
    z-index: 999;
    background: var(--orange);
    transition: .5s;
    color: #fff;
    text-decoration: none;
}
.checkbtn{
    font-size: 30px;
    color: #000;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
#checks{
    display: none;
}




/*-----------------------------------------
CAROUSEL
-----------------------------------------*/
#carrusel{
    width: 100%;
    line-height: 0;
  

}
.carousel{
    z-index: 2000;
}


/*-------------------------------------------
BARRA
-------------------------------------------*/
#barra{
    top: 0%;
    background: rgb(2,0,36);
    background: linear-gradient(120deg,#034686 10%,#083056 30%,#083056 50%,#083056 90%);
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 500px;
    display: inline-block; 
    
    
}
.barra-z{
    z-index: 1000;
}

.texto{
    text-align: left;
    float: left;
}

.boton{
    margin-top: 50px;
    float: right;
}

.texto h2{
    margin-bottom: 0%;
    padding: 20px 5px;
    text-align: left;
    font-size: 45px;
    color: var(--orange);
    font-weight: 700;
}
.texto span{
    text-align: left;
    margin-top: 5px;
    padding: 5px 5px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
#barra .button{
    border-radius: 10px;
    font-weight: 800;
    background-color: var(--orange);
    color: #fff;
    font-size: 25px;
    padding: 10px ;
    text-decoration: none;
    margin-right: 60px;
    border: none;
}
#barra .button:hover{
    color: var(--first);
    background-color: #fff;
    text-decoration: none;
    color: var(--orange);
}

.redes{
    display: none;
}


@media (max-width: 858px){
    .burbuja-800 {
        display: none;
    }
    #barra{
        min-height: 150px;

    }
    #barra .boton{
        align-content: center;
        position: absolute;
        text-align: center;
        align-items: center;
        left: 58%; 
        font-size: 30px;
        margin-top: 10px;
        transform: translate(-50%, -50%);       
    }
    .segunda-barra{
        display: block;

    }
    .redes{
        display: block;
    }
    nav{
        height: 70px;
    }
  
}
@media (max-width: 1366px){
    .logo{
        height: 40px;
    }
}


/*-----------------------------------
            Nosotros
-----------------------------------*/
#nosotros{
    width: 100%; 
}
.content-box{
    
    position: relative;
    margin-top: 300px; 
    align-items: center; 
    display: flex; 
    top: 0; 
    width: 800px; 
    height: 350px; 
    background-color: var(--orange); 
    border-radius: 60px; 
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.descripcion p{
    font-size: 25px; 
    float: right;
    text-align: right;
    justify-content: right;
    color: #fff;
    font-weight: 500;
    top: 50%;
    width: 70%;
    right: 10%;
    padding: 20px 20px 20px 40px;
}

.content-box img{
    position: absolute;
    width: 50%;
    height: auto;
    top: 36%;
    left: 12%;
    transform: translate(-50%, -50%);
}

.burbuja {
    font-size: 18px;
    float: right;
    position: absolute;
    transform: translate(50%, -50%);
    border-radius: 30px;
    background-color: #083056;
    width: 200px;
    height: 100px;
    padding: 25px;
    text-align: center;
    top: 100%;
    right: 50%;
    color: #fff;
    font-weight: 700;
}

.burbuja-2{
    font-size: 18px;
    float: right;
    position: absolute;
    transform: translate(50%, -50%);
    border-radius: 30px;
    background-color: #083056;
    width: 200px;
    height: 100px;
    padding: 25px;
    text-align: center;
    top: 100%;
    left: 52%;
    color: #fff;
    font-weight: 700;
    z-index: 1000;
}

@media (max-width: 858px){
    .content-box{
        margin-top: 150px;
        padding: 2px;
        width: auto;
        height: auto;
        border-radius: 20px;
        
        height: 200px;
     
    }
    .content-box img{
        display: none;
    }    
    .descripcion p{
        text-align: justify;
        width: 100%;
        font-size: 18px;
    }
    .burbuja{
     padding: 5px; 
     width: 150px;
     height: 70px;
     margin: 0 100px 0 0;
    }
    .burbuja p{
        margin: 5px;
        font-size: 15px;
    }
    .burbuja-2{
        position: absolute;
        padding: 5px; 
        width: 150px;
        height: 70px;
        right: 50%;
        margin: 0px 90px;
        transform: translate(-50%, -50%);
    }
    .burbuja-2 p{
        margin: 5px;
        font-size: 15px;
    }
}



/*----------------------------------
            Planes
----------------------------------*/

#planes {
    text-align: center;
    margin-bottom: 100px;    
}
#planes-movil{
    text-align: center;
    margin-bottom: 100px; 
    display: none;
}

.encabezado-plans p{
    font-size: 30px;
    color: rgba(112, 112, 112, 0.5);
}

.cards-planes{
   text-decoration: none;
   text-align: center;
   background-color: var(--first);
   width: auto;
   max-width: 280px;
   padding: 20px;
   border-radius: 20px;
   border: none;
   margin: 13px 12px 12px 10px;
}

.card-encabezado h3{
    color: #fff;
    font-size: 25px;

}

.card-encabezado h2{
    font-size: 4rem;
    font-weight: 800;
    color: yellow;
}

.card-encabezado span, p{
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
}
.card-precio h3{
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}

.wrapper-plans{
    text-align: center;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: auto;
}

.btn-price{
    margin-top: 20px;
    width: 200px;
    border-radius: 50px;
    background-color: var(--orange);
    padding: 10px;
   
}
.btn-price a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.btn-price:hover, .btn-price a:hover {
    background-color: #fff;
    color: var(--first);
}



.btn-first{
    padding: 10px;
    border-radius: 50px;
    background-color: #FF972C;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
}

.mi-enlace {
    display: inline-block;
    width: 200px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background-color:  #FF972C;
    border-radius: 20px;
  }
  
  .mi-enlace:hover {
    background-color: white;
    color: #00365f;
    text-decoration: none;
  }

  .activo{
    background-color: #00365f;
  }


.instalacion{
    font-size: 25px;
    color: rgba(112, 112, 112, 0.5);
    font-weight: 300;
}

/* plan antena */

#antena{
    top: 0%;
    background: rgb(2,0,36);
    background: linear-gradient(120deg,#034686 10%,#083056 30%,#083056 50%,#083056 90%);
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 700px;
    display: inline-block; 
    margin-bottom: 100px;
}

.plan-antena{
    margin: 50px auto;
}
.plan-antena h3{
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.datos-antena{
    margin: 30px auto;
    display: flex;
    gap: 10rem;
    justify-content: center;
    align-items: center;
}
.megas{
    float: left;   
    color: #fff; 
    text-align: center;
}
.caracteristicas-antena{
    float: right;
    color: #fff;
    text-align: center;
}
.megas h6{
    font-size: 20px;
}

.megas h5{
    color: #FF972C;
}

.negrita{
    font-weight: 800;
    font-size: 30px;
}

.caracteristicas-antena li{
    margin: 10px auto;
    font-size: 20px;
}

.recta{
    background-color: #FF972C;
    border-radius: 20px;
    padding: 5px;
}


@media (max-width: 858px){

    .text-tittle{
        font-size: 30px;
    }
    .encabezado-plans p{
        font-size: 20px;
    }
    #planes-movil{
        display: block;
    }
    #planes{
        display: none;
    }
    .instalacion{
        font-size: 18px;
    }
    .promociones a{
        display: block;
        font-size: 16px;
    }
    .datos-antena{
        flex-direction: column;
        gap: 20px;
    }


}
/*-------------------------------------
            Contratación
-------------------------------------*/

#contratacion{
    position: relative;
    align-content: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    background-color: var(--orange);
    height: 500px;
    padding: 50px;
    margin-bottom: 100px;
}
.contenido{
    left: 50px;
    margin-top: 20px;
    float: left;
}
.contenido h2{
    
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;

}
.imagen-cont img{
    position: absolute;
    width: 20%;
    top: 50%;
    left: 72%;
    transform: translate(-50%, -50%);
}
.wrapper{
    text-align: center;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: auto;
}
.cards-2{
    
    left: 10px;
    background-color: white;  
    width: 200px; 
    min-width: 180px;
    max-width: 240px;
    height: auto;
    max-height: 200px;
    padding: 20px;
    border-radius: 18px;
    border: none;
    margin: 13px 12px 12px 10px;
}
.cards-2 p{
    color: #FF7E00;
    font-size: 20px;
    font-weight: 500;
}
.cards-2 i{
    font-size: 50px;
    color: #FF7E00;
}

@media (max-width: 858px){
    #contratacion{
        align-items: center;
        text-align: center;
        width: 100%;
        height: 800px;
      

    }
    .contenido{
        margin: 0 auto;

    }
    .contenido h2{
        width: 100%;
        text-align: center;
        font-size: 25px;
    }
    .imagen-cont img{
        display: none;
    }
    .cards-2{
        margin: 20px auto;
        width: 100px;
    }
    .cards-2 p{
        font-size: 15px;
    }
    .cards-2{
        font-size: 25px;
    }
    .wrapper{
        display: block;

    }

}


/*--------------------------------------
            Formulario
--------------------------------------*/

#contacto{
    margin-bottom: 0px;
}

.contenido-form{
    display: flex;
}

.contenido-form img{
    position: relative;
    width: 60%;
    left: 10px;
    margin-bottom: -20px;
}

form{
    display: block;
    flex-direction: column;
    margin-top: 30px; 
    left: 80px; 
    width: 100%; 
    
}
.controls{
    border: 1px solid #707070;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 16px;
    font-size: 20px;
    color: #707070;
    font-weight: 500;
}

.btn-form{
    cursor: pointer;
    background-color: var(--orange);
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 25px;
    font-size: 25px;
    padding: 10px;
}
.btn-form:hover{
    background: transparent;
    border: 1px solid #FF7E00;
    color: #FF7E00;
    text-decoration: none;
}

#google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
}
@media (max-width: 858px){
    .contenido-form img{
        display: none;
    }
    form{
        margin-bottom: 50px;
    }
}

/*---------------------------------
            FOOTER
---------------------------------*/
footer{
    width: 100%;
    background-color: #404040;
    height: auto;
    min-height: 400px;
    padding: 30px;
}
footer p{
    text-align: justify;
}

.cards-footer{
    margin: 50px 25px;
    margin-top: 50px;
}

.cards-footer img{
    
    width: auto;
    max-width: 500px;
    margin-bottom: 30px;
    align-items: left;
    height: 40px;
}

.cards-footer p{
    
    font-size: 20px;
    position: relative;
    margin-top: 50px;
    text-align: left;
}
.cards-footer h3{
    margin-bottom: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.cards-footer span{
    font-size: 20px;
   
    margin-top: 50px;
    text-align: center;
    color: #Fff;
}
.cards-footer a{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.cards-footer a:hover{
    text-decoration: none;
    color: var(--orange);
}
footer h4{
    text-align: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
}   
.enlaces{
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-bottom: 30px;
}
.enlaces a{
    color: #fff;
    text-decoration: none;
}
.enlaces a:hover{
    text-decoration: none;
    color: var(--orange);
}
@media (max-width: 858px){
    footer{
        height: auto;
        min-height: 800px;
    }
}



/*--------------------------------
            Whatsapp
--------------------------------*/
.float{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	left: 20px;
	background-color:#25d366;
	color:#fff;
	border-radius: 50px;
	text-align: center;
    font-size: 30px;
	box-shadow: 2px 2px 3px #999;
    z-index: 10000;
}

.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.my-float{
	margin-top: 16px;
}

.float-800{
    display: none;   
}


/*---------------------------------
            Responsive
---------------------------------*/

@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

@media (max-width: 858px){
    nav{
        padding-left: 0px;
        padding-right: 0px;
    }
    

    .float-800{
        display: block;
        margin-bottom: 10px;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 80px;
        left: 20px;
        background-color:#00365f;
        color:#fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 10000;
    }
   
    .numero800{
        width: 60px;;
    }
    

    .checkbtn{
        display: block;
    }
   
    ul{
        margin-top: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #FF7E00;
        top: 70px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 10005;
    }
    #checks:checked  ~ ul{
        left: 0;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: white;
    }
    #check:checked ~ ul{
        left:0;
    }
    #barra{
        align-items: center;
        text-align: center;
        max-height: 200px;
        display: block;
        justify-content: center;
    }
    .texto {
        float: none;
        width: 100%;
    }
    .texto h2{
        
        text-align: center;
        font-size: 20px;
    }
    .texto span{
        font-size: 15px;

    }
    #barrar .boton{
        text-align: center;
        justify-content: center;
        transform: translate(50%, 0);
    }
    #barra .button{
        
        float: none;
        font-size: 15px;
        text-align: center;
        justify-content: center;

    }
}
