* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';

}



#iniciarsesion {
    width: 30%;

}

#principal {
    display: grid;
    gap: 3px;
    grid-template-rows: repeat(8 1fr);
    width: 75%;
    margin: 7% 5% 5% 20%;
    box-sizing: border-box;


}

#principal div {

    box-sizing: border-box;

}


.izquierda {
    display: grid;
    grid-template-columns: 210px 70%;

}

.derecha {
    display: grid;
    grid-template-columns: 70% 210px;
}

.izquierda h2 {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    float: right;
    margin-right: 45%;
    color: #f1f1f1f5;


}

.derecha h2 {
    float: left;
    margin-left: 45%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    color: #ffffff;

}

.izquierda p {
    float: left;
    margin: 1% 1% 3% 3%;
    color: #f1f1f1f5;
    text-align: justify;


}

.derecha p {
    float: right;
    margin: 1% 3% 3% 1%;
    color: #ffffff;
    text-align: justify;
}

.imgnosotrosi {
    width: 210px;
    height: 210px;
    float: right;
    border-radius: 5px;


}

.imgnosotrosd {
    width: 210px;
    height: 210px;
    float: right;
    border-radius: 5px;

}

#principal div h2 {
    text-align: center;
    width: 30%;



}

#principal div p {
    font-size: 120%;


}

.izquierda {
    background: linear-gradient(330deg, rgba(187, 205, 211, 0), rgba(129, 151, 207, 0.281));

}

.derecha {
    background: linear-gradient(330deg, rgba(187, 205, 211, 0), rgba(129, 151, 207, 0.281));

}


/*estructura*/
#contenedor {
    display: grid;
    -moz-column-gap: 5px;
    column-gap: 5px;
    grid-template-columns: 70% 25%;
}




#propaganda {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 5px;
}



#propaganda img {
    max-width: 100%;
    border-radius: 4px;

}

#publicidad2 {
    margin: -80px 0% 0% 0%;
}

/*carrucel*/
.carrucel {
    margin: -180px 0% 7% 0%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.slide {
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: all 200ms;
    -webkit-animation-name: autoplay;
    animation-name: autoplay;
    -webkit-animation-duration: 16.5s;
    animation-duration: 16.5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    /*para que la animacion comience por la primera imagen*/
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

}

.item-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;

}

.pagination {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagination-item {
    display: flex;
    flex-direction: column;
    border: 1px solid white;
    width: 23px;
    height: 23px;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 10px;
    transition: all 300ms;
    margin-top: -10%;


}

.pagination-item img {
    border-radius: 2px;
}

.pagination-item:hover {
    transform: scale(2);
}

.pagination-item:hover img {
    opacity: 1;
    transform: scale(1);


}

input[id="1"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    transform: translate3d(0, 0, 0);
}

input[id="1"] :checked~.pagination .pagination-item[for="1"] {
    background: #fff;

}

input[id="2"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    transform: translate3d(calc(-100% * 1), 0, 0);
}

input[id="2"] :checked~.pagination .pagination-item[for="2"] {
    background: #fff;

}

input[id="3"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    transform: translate3d(calc(-100% * 2), 0, 0);
}

input[id="3"] :checked~.pagination .pagination-item[for="3"] {
    background: #fff;

}

input[id="4"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    transform: translate3d(calc(-100% * 3), 0, 0);
}

input[id="4"] :checked~.pagination .pagination-item[for="4"] {
    background: #fff;

}

input[id="5"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    transform: translate3d(calc(-100% * 4), 0, 0);
}

input[id="5"] :checked~.pagination .pagination-item[for="5"] {
    background: #fff;

}

input[id="6"]:checked~.slide {
    -webkit-animation: none;
    animation: none;
    transform: translate3d(calc(-100% * 5), 0, 0);
}

input[id="6"] :checked~.pagination .pagination-item[for="6"] {
    background: #fff;

}

@-webkit-keyframes autoplay {
    16% {
        transform: translate3d(calc(-100% * 0), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 1), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 2), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 3), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 4), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 5), 0, 0);
    }
}

@keyframes autoplay {
    16% {
        transform: translate3d(calc(-100% * 0), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 1), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 2), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 3), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 4), 0, 0);
    }

    16% {
        transform: translate3d(calc(-100% * 5), 0, 0);
    }
}

.carrucel h2 {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 68, 255, 0.185);
}

.carrucel h2 a {
    color: #fff;

}

.carrucel h2 a:hover {
    color: rgb(12, 24, 194);

}

/*formulariodecontacto*/
.container.contactenos {
    text-align: center;
    font-size: 130%;
    font-family: 'Helvetica', Arial, serif;
}

.container.contactenos h2 {
    margin-bottom: 25px;


}

.container.contactenos h5 {
    font-size: 100%;
}

#nombre {
    width: 80%;
    height: 35px;
    margin-bottom: 30px;
    border-radius: 4px;
    max-width: 550px;
    padding-left: 10px;
    font-family: 'Helvetica', Arial, serif;
}

#telefono {
    width: 80%;
    height: 35px;
    margin-bottom: 30px;
    border-radius: 4px;
    max-width: 550px;
    padding-left: 10px;
    font-family: 'Helvetica', Arial, serif;
}

#email {
    width: 80%;
    height: 35px;
    margin-bottom: 30px;
    border-radius: 4px;
    max-width: 550px;
    padding-left: 10px;
    font-family: 'Helvetica', Arial, serif;
}

#mensaje {
    width: 80%;
    height: 145px;
    margin-bottom: 30px;
    border-radius: 4px;
    max-width: 550px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: 'Helvetica', Arial, serif;
}

#boton {
    background-color: rgb(34, 112, 202);
    width: 25%;
    max-width: 200px;
    border-radius: 4px;
    border-color: rgba(10, 10, 100, 0.521);
    font-size: 100%;
    cursor: pointer;
    color: #fff;
    height: 40px;
}

#boton:hover {
    background-color: rgba(8, 144, 185, 0.795);
    border-color: rgb(77, 118, 231);
}
.g-recaptcha {
    margin-bottom: 4vh;
    display: grid;
    justify-content: center !important;
}




/*tamaño compu o tele*/
@media screen and (min-width:1350px) {}

/*tamaño tablet*/
@media screen and (min-width:800px) and (max-width:1350px) {


    #propaganda {
        display: none;
    }

    #principal {
        width: 100%;
        margin: 0;
    }

    #contenedor {
        display: grid;
        -moz-column-gap: 1px;
        column-gap: 1px;
        grid-template-columns: 95%;
        margin: 8% 5% 2% 5%;
        box-sizing: border-box;
    }

    .imgnosotrosi {
        width: 200px;
        height: 200px;


    }

    .imgnosotrosd {
        width: 200px;
        height: 200px;

    }

    .izquierda {
        display: grid;
        grid-template-columns: 200px 70%;

    }

    .derecha {
        display: grid;
        grid-template-columns: 70% 200px;
    }


}

/*para tamaño telefono*/
@media screen and (max-width:800px) {


    #propaganda {
        display: none;
    }

    #principal {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    #contenedor {
        display: grid;
        -moz-column-gap: 1px;
        column-gap: 1px;
        grid-template-columns: 100%;
        margin: 15% 0% 2% 0%;
        box-sizing: border-box;
    }

    #principal {
        font-size: 70%;
    }

    .imgnosotrosi {
        display: none;

    }

    .imgnosotrosd {
        display: none;

    }

    .izquierda {
        display: block;

    }

    .derecha {
        display: block;

    }



}