@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,800;1,400&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}

body{
    background: #F5F5F5;
    line-height: 1.6;
}

header, main{
    
    height: 100px;
}


.contenedor_header{
    background: #353FF2;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 40px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    width: 70px;
    cursor: pointer;
}

.menu nav ul{
    display: flex;
}

.menu nav ul li{
    list-style: none;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.menu nav ul li a{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    transition: opacity 300ms;
}
.menu ul li::before {
    content: "";
    height: 3px;
    width: 0%;
    background: white;
    position: absolute;
    left: 0;
    bottom: -12px;
    transition: 0.4s ease-out;
}

.menu nav ul li:hover::before{
  width: 100%;
}

.btn_iniciar,
.btn_registro{
    border-radius: 15px;
    padding: 14px 50px;
    border: none;
    background: #9acd32;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background, color, 300ms;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}


.btn_iniciar:hover,
.btn_registro:hover{
    background: #ffff00;
    color: #000000;
}

#icon_menu{
    display: none;
}


main{
    height: 100%;
}
    

.contenedor{
    padding: 40px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 160px;
}

.titulo{
    width: 50%;
}

.titulo h1{
    font-size: 50px;
}

.titulo p{
    font-size: 18px;
    margin-top: 40px;
}

.btn_main{
    display: flex;
    margin-top: 40px;
}

.btn_leer{
    background-color: #c6c6d2;
    border-radius: 15px;
    padding: 14px 40px;
    border: 2px black solid;
    color: black;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    transition: background 300ms;
}

.btn_leer:hover{
  background-color: #c6c6d2;
}

.imagen{
    width: 50%;
}

.imagen img{
    width: 100%;
    margin-top: 30px;
}
.imgcenter{
    text-align: center;

}
.imgcenter img{
    width: 48%;
    margin-top: 10px;
}
.contenedor_int{
    
    background-color: #bfc1bf;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}
.contenedor_int_2{
    padding: 0 1.5em;
    background-color: #fff;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}
.contenedor_int_3{
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 160px;
    background-color: #fff;
}
.form{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}
.contenedor_second{
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}
.contenedor_third{
    padding: 60px 0;
    width: 90%;
    max-width: 1800px;
    margin: auto;
    overflow: hidden;
}
.titulo_int{
    color: #353FF2;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}
.titulo_int_2{
    color: #353FF2;
    font-size: 30px;
    text-align: center;
    margin: 50px 0px; 
}


main .sobre-nosotros{
    padding: 30px 0 60px 0;
}
.contenedor-sobre-nosotros{
  display: flex;
  justify-content: space-evenly;
}
.imagen-about-us{
  width: 480px;
}
.sobre-nosotros .contenido-textos{
  width: 48%;
}

.contenido-textos h3{
  margin-bottom: 15px;
}

.contenido-textos h3 span{
  background: #1e1e60;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
  margin-right: 5px;
}

.contenido-textos p{
  padding: 0px 0px 30px 15px;
  font-weight: 300;
  text-align: justify;
}

.cards{
    display: flex;
    justify-content: space-evenly;
}

.cards .card{
    margin: 20px;
    background: #353FF2;
    display: flex;
    width: 46%;
    height: 200px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cards .card img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.cards .card > .contenido-texto-card{
    width: 60%;
    color: #fff;
}

.cards .card > .contenido-texto-card p{
    font-weight: 300;
    padding-top: 5px;
}
/*descarga*/
.content {
    padding: 60px 0;
    width: 90%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.sau {
    padding: 30px;
    background: #bfc1bf;
}
.sau p{
    text-align: center;
}

.box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;

}

.box-container .box {
    height: 11rem;
    width: 17rem;
    background: #fff;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem 5rem rgba(0, 0 , 0, .5);
    margin: 2rem;   
}

.box-container .box i {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #000;
    font-size: 2rem;
    margin: 1rem 0;

}

.box-container .box h3 {
    font-size: 20px;
    color: #170d53;

}

.box-container .box p {
    padding: 0 15px;
    font-size: 16px;
}
/*formulario*/
ul {
    list-style: none;
    padding: 0;
}
.logo_1 {
    text-align: center;
    font-size: 3em;
}
.logo_1 span {
    color: #353FF2;
}
.contact-wrapper {
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, .3);
}
.contact-wrapper > * {
    padding: 1em;
}
.contact-form {
    background: #9b9c9b;
}
.contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact-form form label {
    display: block;
}
.contact-form form p {
    margin: 0;
    padding: 1em;
}
.contact-form form .block {
    grid-column: 1 / 3;
}

.contact-form form button,
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border-bottom: 1px solid #d63031;
}
.contact-form form button {
    background: #B70E21;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
}
.contact-form form button:hover,
.contact-form form button:focus {
    background: #d63031;
    color: #fff;
    transition: background-color 1s ease-out;
    outline: 0;
}
/* CONTACT INFO */
.contact-info {
    background: rgb(111, 111, 111);
}
.contact-info h4, .contact-info ul, .contact-info p {
    text-align: center;
    margin: 0 0 1rem 0;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}


@media (max-width: 1024px){
    .contenedor_header{
        padding: 20px;
    }
      /* Clientes */

   .cards{
       flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cards .card{
        width: 90%;
    }

    .cards .card:first-child{
        margin-bottom: 30px;
    }
    #icon_menu{
        display: block;
        cursor: pointer;
        font-size: 24px;
    }

    .registro_header{
        display: none;
    }

    .menu{
        height: 0px;
        position: absolute;
        right: 20px;
        top: 70px;
        overflow: hidden;
        z-index: 10;
        box-shadow: 0px 0px 30px -20px rgba(0,0,0,0.5);
        transition: all 300ms;
    }
    .menu nav ul{
        padding: 20px 0px;
        flex-direction: column;
        background: #000;
    }
    .menu nav ul li a{
      font-size: 16px;
      text-decoration: none;
      color: #fff;
      transition: opacity 300ms;
      -webkit-transition: opacity 300ms;
      -moz-transition: opacity 300ms;
      -ms-transition: opacity 300ms;
      -o-transition: opacity 300ms;
    }  
    .menu nav ul li{
        padding: 9px 40px;
    }
    .mostrar_menu{ /*CLASE MANIPULADA POR JS*/
        height: 235px;
    }
    
    .menu ul li::before {
        content: "";
        background: rgb(0, 0, 0);
    }
    
    .titulo h1{
        font-size: 40px;
    }

    .titulo p{
        font-size: 16px;
    }
}
@media screen and (max-width: 920px){
    .titulo{
        width: 100%;
    }

    .imagen{
        display: none;
    }
    .btn_main{
      justify-content: center;
      align-items: center;
    }
    .titulo h1{
        text-align: center;
    }       
    .titulo p{
        text-align: justify;
    }
    .contenedor{
      flex-direction: column;
      justify-content:center;
      align-items: center;
    }
    .contenedor-sobre-nosotros{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }


    .sobre-nosotros .contenido-textos{
      width: 90%;
    }

    .imagen-about-us{
     width: 90%;
   }

}
@media(min-width: 700px) {
    body {
        padding: 0 0em;
    }
    .contact-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .contact-wrapper > * {
        padding: 2em;
    }
    .contact-info h4,
    .contact-info ul,
    .contact-info p {
        text-align: left;
    }
}

/*responsive*/
@media(max-width: 767px){
   .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
@media screen and (max-width:500px){

    .imagen-about-us{
        margin-bottom: 60px;
        width: 99%;
    }

    .sobre-nosotros .contenido-textos{
        width: 95%;
    }
    .contenedor_third{
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    /*clients*/
    .cards .card{
        height: 450px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cards .card img{
        width: 90px;
        height: 90px;
    }

}
