body{
    margin: 0px;
    height: 100%;
    background-image: url('../images/back.jpg');
    /* background: rgb(25,29,136);
    background: linear-gradient(3deg, rgba(25,29,136,1) 0%, rgba(20,80,163,1) 37%, rgba(51,124,207,1) 73%); */
}

header{
    width: 100%;
    height: 135px;
    max-height: 200px;
    background-color: #F0F0F0;
    position: fixed;
    top: 0;
    z-index: 3;
    /* -webkit-box-shadow: 0px 15px 16px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 15px 16px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 15px 16px -11px rgba(0,0,0,0.75); */
}

a{
    text-decoration: none;
    color: black;
}

.line{
    background-color: #2A629A;
    opacity: .9;
    height: 15px;
}

.header-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    height: 120px;
    width: 100%;
}

.header-options{
    display: grid;
    grid-template-rows: 1fr 2fr;
    height: auto;
    max-height: 120px;
}

.logo{
    padding-left: 10%;
}

.logo img{
    width: auto;
    max-width: 85px;
    height: auto;
    max-height: 85px;
}

.logo-img{
    max-width: 105px;
    max-height: 105px;
}

.spinner-loading{
    margin-top: 50px;
}

.sp-margin{
    margin-top: 20px;
}

.header-menu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    align-items: center;
}

.header-menu a{
    font-size: large;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .6;
}

.header-menu a:hover{
    color: #2A629A;
    font-size: larger;
    font-weight: bolder;
    opacity: 1;
}
.client-options{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    align-items: center;
    margin-top: 10px;
}

.client-options a{
    width: auto;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    padding: 8px 15px 8px 15px;
    border-radius: 15px;
    background-color: #F0F0F0;
}

.client-options a:hover{
    background-color: #2A629A;
    color: #F0F0F0; 
}

.body-content{
    padding-top: 135px;
    display: flex;
    flex-direction: column;
}

.contact{
    height: 5px;
}

.slider-container{
    max-height: 75vh;
    width: 100%;
}

.imgC1{
    background-image: url('../images/Slider-web-01.jpg');
    background-size: cover;
    width: 100%;
    height: 75vh;
}

.imgC1 .p-title{
    font-size: 50px;
    font-weight: bolder;
    font-family: "Exo 2", sans-serif;
    color: #F0F0F0;
    text-align: center;
    padding-top: 50px;
}

.imgC1 .p-subtitle{
    font-size: 25px;
    font-weight: bolder;
    font-family: "Exo 2", sans-serif;
    color: #F0F0F0;
    text-align: center;
    padding-top: 5px;
}

.imgC2{
    background-image: url('../images/Slider-web-02.jpg');
    background-size: cover;
    width: 100%;
    height: 75vh;
    padding-right: 10%;
    padding-top: 7%;
    background-repeat: no-repeat;
}

.C2Text{
    padding-left: 61%;
    text-align: center;
    height: 75vh;
}

.imgC2 .p-title{
    width: auto;
    color: #1c2bb3;
    font-family: "Exo 2", sans-serif;
    font-weight: bolder;
    font-size: 55px;
    padding-bottom: 50px;
}

.imgC2 .p-subtitle{
    width: auto;
    color: #F0F0F0;
    font-family: "Exo 2", sans-serif;
    font-weight: bolder;
    font-size: 45px;
}

.imgC3{
    background-image: url('../images/Slider-web-03.jpg');
    background-size: cover;
    width: 100%;
    height: 75vh;
    
}

.C3Text{
    padding: 10%;
    text-align: center;
    max-width: 1300px;
    max-height: 75vh;
}

.imgC3 .p-title{
    width: auto;
    color: #dde031;
    font-family: "Exo 2", sans-serif;
    font-weight: bolder;
    font-size: 55px;
    padding-bottom: 45px;
}

.imgC3 .p-subtitle{
    width: auto;
    color: #F0F0F0;
    font-family: "Exo 2", sans-serif;
    font-weight: bolder;
    font-size: 40px;
}

.product-options{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    height: auto;
    margin-bottom: 50px;
}

.product{
    margin-top: 1px;
    width: 500px;
    height: 665px;
    margin-left: 45px;
    opacity: .8;
    cursor: pointer;
    border-radius: 35px;
}

.hogar{
    background-image: url('../images/internet-hogar.jpg');
    background-size: cover;
    font-family: "Varela Round", sans-serif;
}

.rural{
    background-image: url('../images/internet-rural.jpg');
    background-size: cover;
    font-family: "Varela Round", sans-serif;
}

.soluciones{
    background-image: url('../images/soluciones-medida.jpg');
    background-size: cover;
    font-family: "Varela Round", sans-serif;
}

.product:hover{
    opacity: 1;
    -webkit-box-shadow: 0px 0px 99px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 99px -30px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 99px -30px rgba(0,0,0,0.75);
    background-size: 700px 931px;
    background-position: center;
    -webkit-transition: 1s linear;
    transition: 1s linear;
    color: black;
}

.text-product{
    color:#ffffff;
    font-weight: bolder;
    margin-top: 50px;
    margin-left: 30px;
}



/* PAGES */

.product-section-header{
    height: 600px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.home-header{
    max-height: 600px;
}

.home-header video{
  z-index: 0;
  position: absolute;
}

.home-header .section-title{
    z-index: 1;
    text-align: center;
    position: relative;
}

.section-title{
    padding-top: 60px;
}

.title-h{
    font-size: 55px;
    font-weight: bold;
    color: #ebebeb;
}

video.fillWidth {
    width: 100%;
}

.plans-detailer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.products-options{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
}

@keyframes plan-effect {
	0% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}

.plan{
    width: 800px;
    height: 424px;
    border-width: 2px;
    border-style: solid;
    border-color: #c0c0c0;
    border-radius: 50px;
    margin: 15px;
    background-image: url('../images/plan-background.jpg');
    background-size: cover;
    animation: plan-effect 2s ease 0s 1 normal forwards;
}

.plan-title{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding-top: 3%;
    width: 100%;
    height: 30%;
    text-align: center;
    align-items: center;
}

.plan-details{
    display: grid;
    grid-template-columns: 8fr 3fr;
    height: 70%;
    width: 100%;
}

.plan-included{
    display: grid;
    grid-template-columns: 5fr 1fr 5fr;
    grid-template-rows: 2fr 2fr 1fr;
}

.title-plan{
    font-size: 30px;
    font-weight: bold;
}

.subtitle-plan{
    font-size: 22px;
}

.plan-included-detail{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.plan-included-detail img{
    height: 50px;
    width: 50px;
}
.plan-included-detail p{
    padding-left: 15px;
    width: 120px;
}

.plus{
    opacity: .7;
}

.plan-contact-options{
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-contact-options p{
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    padding: 20px;
    border-radius: 15px;
    background-color: #F0F0F0;
}

.plan-contact-options p:hover{
    background-color: #2A629A;
    color: #F0F0F0;
}

/* FOOTER */

footer{
    margin-top: 25px;
}

.footer-content{
    width: 100%;
    height: auto;
    max-height: 250px;
    background-color: #F0F0F0;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr;
    padding: 15px;
}

.footer-logo{
    border-right: 1px solid black;
}

.footer-logo img{
    margin: 30px;
    margin-top: 15px;
    width: 120px;
    height: 120px;
}

.business-data{
    display: flex;
    flex-direction: row;
    height: 90%;
}

.social-media{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}


.icons-social-media{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.icons-social-media img{
    margin-top: 25px;
    width: 50px;
    height: 50px;
}

.data-fiscal{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    padding-right: 35px;
    align-items: center;
}

.data-fiscal img{
    width: 66px;
    height: 90px;
}

.footer-options{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-data{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-self: flex-start;
    margin-left: 15px;

}

.whatsapp{
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 14px;
}

.whatsapp-icon{
    height: 14px;
    width: 14px;
}

.footer-menu{
    display: flex;
    flex-direction: column;
}

.footer-menu a{
    padding-bottom: 10px;
}

.footer-menu a:hover{
    font-weight: bold;
    color: #2A629A;
    font-weight: bolder;
    text-transform: uppercase;
}


.section-title-footer{
    font-size: 17px;
    font-weight: bold;
}

.public-options{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public-options p{
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .6;
}

.public-options p:hover{
    color: #2A629A;
    font-size: large;
    font-weight: bolder;
    opacity: 1;
}

/* RURAL */

.line-rural{
    background-color: #dac657;
    opacity: .9;
    height: 15px;
}

.plan-rural{
    background-image: url('../images/plan-background-rural.jpg');
}

.title-rural{
    color:black;
    opacity: .7;
}

.a-rural a:hover{
    color: #dac657;
}

.a-rural p:hover{
    color: #dac657;
}

.button-rural p:hover{
    background-color: #dac657;
    color: #F0F0F0;
}

.button-rural a:hover{
    background-color: #dac657;
    color: #F0F0F0;
}

/* SOLUCIONES */

.line-soluc{
    background-color: #125a12;
    opacity: .9;
    height: 15px;
}

.title-soluc{
    -webkit-text-stroke: 2px grey;
    opacity: .8;
}

.a-soluc a:hover{
    color: #125a12;
}

.a-soluc p:hover{
    color: #125a12;
}

.button-soluc a:hover{
    background-color: #125a12;
    color: #F0F0F0;
}

.button-soluc p:hover{
    background-color: #125a12;
    color: #F0F0F0;
}


.products-summary{
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.description{
    margin-left: 40px;
    margin-right: 40px;
    display: grid;
    grid-template-columns: 1fr 4fr;
    justify-content: center;
}

.description img{
    margin-right: 30px;
    height: 600px;
    width: 800px;
}

.description-content{
    text-align: center;
    align-items: center;
    display: grid;
    grid-template-rows: 2fr 1fr;
}

.description-content{
    font-family: "Exo 2", sans-serif;
    font-size: 17px;
}

.modalOrder{
    display: flex;
    justify-content: center
}

@media only screen and (max-width: 600px) {
    .logo img{
        width: 65px;
        height: 65px;
    }

    header{
        width: auto;
    }
    .header-menu a{
        font-size: 10px;
        margin-right: 10px;
    }

    .header-menu a:hover{
        font-size: 12px;
    }

    .client-options {
        display: flex;
        justify-content: center;
        font-size: 10px;
        margin-bottom: 5px;
        opacity: .5;
    }

    .product-section-header{
        height: 200px;
    }

    .section-title{
        padding-top: 20px;
    }

    .title-h{
        font-size: 25px;
    }

    .products-options{
        display: flex;
        flex-direction: column;
        width: 100vw;
        align-items: center;
    }

    .slider-container{
        max-height: 60vh;
    }

    .imgC1{
        height: 60vh;
    }

    .imgC1 .p-title{
        font-size: 32px;
    }

    .imgC1 .p-subtitle{
        font-size: 27px;
    }

    .imgC2{
        height: 60vh;
    }

    .imgC3{
        height: 60vh;
    }

    .product-options{
        display: flex;
        flex-direction: column;
    }

    .title-plan{
        margin-top: 10px;
        font-size: 15px;
    }

    .subtitle-plan{
        font-size: 13px;
    }

    .plans-detailer{
        text-align: center;
    }

    .plan-included{
        display: flex;
        flex-direction: column;
    }
    
    .product{
        display: flex;
        flex-direction: column;
        width: auto;
        height: 180px;
        justify-content: center;
        margin: 15px;
    }

    .plan{
        width: 75vw;
        height: auto;
        font-size: 75%;
        justify-content: center;
    }

    .plan-details{
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .plan-included-detail img{
        height: 40px;
        width: 40px;
    }

    .C2Text{
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .imgC2 .p-title{
        font-size: 32px;
    }
    .imgC2 .p-subtitle{
        font-size: 27px;
    }

    .C3Text .p-title{
        font-size: 32px;
    }

    .C3Text .p-subtitle{
        font-size: 27px;
    }

    .description{
        display: flex;
        flex-direction: column;
        width: auto;
        text-align: center;
    }

    .description img{
        height: auto;
        width: 75vw;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .description-content{
        display: flex;
        flex-direction: column;
    }

    .plan-contact-options{
       padding: 5px;
    }

    .footer-content{
        display: flex;
    }

    .business-data{
        display: none;
    }

    .footer-options{
        font-size: 65%;
    }

    .data-fiscal{
        display: none;
    }

    .section-title-footer{
        font-size: small;
    }

    .public-options p:hover{
        font-size: 14px;
    }

    .icons-social-media img{
        height: 35px;
        width: 35px;
    }
}

@media screen and (max-width: 1025px) and (min-width: 601px){
    .header-menu a{
        font-size: small;
        margin-right: 10px;
    }

    .product-section-header{
        height: 300px;
    }

    .section-title{
        padding-top: 30px;
    }

    .title-h{
        font-size: 35px;
    }

    .client-options{
        display: flex;
        flex-direction: row-reverse;
    }

    .client-options a{
        font-size: small;
        margin-right: 10px;
    }

    .product-options{
        width: 100%;
        justify-content: space-evenly;
    }

    .product{
        width: 30vw;
        margin-left: 0;
    }

    .text-product{
        font-size: 75%;
    }

    .products-options{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .plan{
        width: 75%;
        height: 75%;
    }

    .description{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .description img{
        margin: 0;
        margin-bottom: 20px;
    }

    .imgC2 .p-title{
        font-size: 30px;

    }
    .imgC2 .p-subtitle{
        font-size: 25px;
    }

    .C3Text{
      width: 50vw;  
    }

    .imgC3 .p-title{
        font-size: 30px;

    }
    .imgC3 .p-subtitle{
        font-size: 25px;
    }

    .footer-logo img{
        width: 100px;
        height: 100px;

    }

    .contact-data{
        font-size: 75%;
    }

    .footer-options{
        font-size: 75%;
        text-align: center;
    }

    .section-title-footer{
        font-size: small;
    }

    .social-media{
        font-size: 75%;
    }

    .icons-social-media img{
        height: 35px;
        width: 35px;
    }

    .whatsapp{
        font-size: small;
    }
}

@media screen and (max-width: 1382px) and (min-width: 1026px){
    .header-menu a{
        font-size: small;
        margin-right: 10px;
    }

    .header-menu a:hover{
        font-size: medium;
    }

    .product-section-header{
        height: 75vh;
    }

    .slider-container{
        max-height: 75vh;
    }

    .client-options{
        display: flex;
        flex-direction: row-reverse;
    }

    .client-options a{
        font-size: small;
        margin-right: 30px;
    }

    .title-h{
        font-size: 45px;
    }

    .title-plan{
        font-size: 25px;
    }

    .subtitle-plan{
        font-size: 18px;
    }

    .product-options{
        width: 100%;
        justify-content: space-evenly;
    }

    .product{
        width: 420px;
        margin-left: 0;
    }
    .description{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .description img{
        margin-bottom: 25px;
    }

    .products-options{
        width: 100%;
    }

    .plan{
        width: 90%;
        height: 90%;
    }

    .imgC2 .p-title{
        font-size: 30px;

    }
    .imgC2 .p-subtitle{
        font-size: 25px;
    }

    .imgC1{
        height: 65vh;
    }
    
    .imgC2{
        height: 65vh;
    }
    
    .imgC3{
        height: 65vh;
    }

    .C3Text{
      width: 50vw;  
    }

    .imgC3 .p-title{
        font-size: 30px;

    }
    .imgC3 .p-subtitle{
        font-size: 25px;
    }

    .plan-included-detail{
        padding-left: 20px;
    }

    .plan-included-detail p{
        font-size: 15px;
    }

    .plan-contact-options p{
        padding: 15px;
        font-size: 13px;
    }

    .footer-logo img{
        width: 110px;
        height: 110px;

    }

    .section-title-footer{
        font-size: 14px;
    }

    .contact-data{
        font-size: 80%;
        width: 100%;
        justify-content: center;
    }

    .footer-options{
        font-size: 80%;
        text-align: center;
    }

    .public-options p{
        font-size: small;
    }

    .public-options p:hover{
        font-size: medium;
    }

    .social-media{
        font-size: 80%;
    }

    .icons-social-media img{
        height: 40px;
        width: 40px;
    }

}