/* Depuración (No tocar)*/
* {
	margin: 0;
	padding: 0;
	border:0;
}

/*scrol configuracion*/
html::-webkit-scrollbar{
	width: 10px;
}

html::-webkit-scrollbar-track{
	background-color:#dde4eb;
}

html::-webkit-scrollbar-thumb{
	background-color:#3A75C4 ;
}
html {
	scroll-behavior:smooth ;
}

/*------------------- Banner pag.principal(index)------------------*/
.cabecera{
	display: flex;
	justify-content: center;
	padding-top: 3px;
	height: 138px;
}



/*------------------ Cuerpo -----------------*/
body {
	background-color: #fff ;
	overflow-x: hidden;
}

/*------------------ Accesos a demás paginas ---------------*/
/* Esto sirve para permitir la organizacion de los accesos en la pagina */
.nav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left: 5%;
	column-gap: 5px;
	justify-content: center;
}
.navv{
	display: grid;
	grid-template-columns: 1fr 1fr;
	
	margin-left: 20%;
	
	
	justify-content: center;
}


 .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap:15px;
	margin-top: 20px;
	margin-bottom: 20px;
}



 .box-container .box p{
    height: 5px;
    border-radius:100px ;
    box-shadow: 0 5px 10px rgba(213, 166, 166, 0.2);

    background: #F2F4F5 ;
    text-align: left;
    padding-top: 40px;
    padding-right: 15%;
    padding-bottom: 50px;
    padding-left: 15%;

   
}

  

  .service-icon {
    float: left;
	
	height: 90px;
    padding: 0px;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid #ffffffc4;
    margin-left: 20px;
	margin-right: 20px;
   	margin-top: 0.4%;

  }

  
  #service .box:hover > .service-icon {
    border:#fff ;
  }
 
.container .box-container .box p{
    color:#777;
    font-size: 16px;
    line-height: 1.8;
}

a{
	text-decoration: none;
	color: black;
}


form {
	width: 50%;
	background: #3A75C4;
	padding: 20%;
	border-radius: 30%;
	font-size: 50px;
}

.box {
	cursor: pointer;
}

button {
	background: #ffffff;
}

/*boton2*/
.box-3{
	background: #F8F6F6 ;
    height: 85px;
    text-align: center;
    padding-top: 15px; 
}

.Volver{
  display: inline-block;
  width: 85px;
  height: 50px;
  background: #f3812d;
  border-radius: 100px;
  cursor: pointer;
  position: relative; 
  margin-top: 15px;
  color: #F8F6F6;
}

.Volver::after{
  color: #efab79;
}
.Volver:hover {
  background: #efab79;
  color:#ae0606;
}



/*BOTON1*/
.box-2{
    background: #F8F6F6 ;
    height: 85px;
    text-align: center;
    padding-top: 15px; 


    
}



.Volver{
  display: inline-block;
  width: 85px;
  height: 50px;
  background: #f3812d;
  border-radius: 100px;
  cursor: pointer;
  position: relative; 
  margin-top: 15px;
  color: #F8F6F6;
}

.Volver::after{
  color: #efab79;
}
.Volver:hover {
  background: #efab79;
  color:#ae0606;
}











footer {
    width: 100%;
	background:#3A75C4;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* Esto es para organizar los contenidos del footer */
footer .grupo1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    padding: 20px 0px;
}
footer .grupo1 .box figure {
    width: 100%;
    height: 100%;
    display: flex;
    /*justify-content: left;*/
    align-items: left;
    flex-direction: column;
}
footer .grupo1 .box figure img {
    width: 150px;
}


footer .grupo1 .box h4 {
    color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
}
footer .grupo1 .box a {
    color: #c6e1f0;
	text-decoration: none;
}
footer .grupo1 .box a:hover{
    color: #ffffff;
}

#facebook, #instagram, #twitter, #youtube{
    height: 48px;
    width: 48px;
}
#facebook{
    background-image: url("../img/facebook.png");
}
#facebook:hover{
    background-image: url("../img/facebook-color.png");
}
#instagram{
    background-image: url("../img/instagram.png");
}
#instagram:hover{
    background-image: url("../img/instagram-color.png");
}
#twitter{
    background-image: url("../img/twitter.png");
}
#twitter:hover{
    background-image: url("../img/twitter-color.png");
}
#youtube{
    background-image: url("../img/youtube.png");
}
#youtube:hover{
    background-image: url("../img/youtube-color.png");
}
#facebook, #instagram, #twitter, #youtube{
    display: inline-block;
}
.red-social a{
    display: inline-block;
    margin: 10px 15px 0 0;
}
/*footer .grupo1 .box .red-social img {
    width: 30px;
    height: auto;
}*/

footer .grupo2 {
    padding: 10px 10px;
    text-align: center;
	font-size: 20px;
    color: #fff;
}

/*----------Login-------------*/

#contra {
    display:none;
	position: absolute;
    z-index: 100;
    transition: .5s linear;
	padding-left: 40%;
	padding-right: 50%;
	padding-top: 25%;
	padding-bottom: 65%;
	background-color: rgb(255, 255, 255, 0.3);
	backdrop-filter: blur(20px);

}
#input {
    border: 2px solid #e8e8e8;
    padding: 15px;
    border-radius: 10px;
    background-color: #212121;
    font-size: small;
    font-weight: bold;
    text-align: center;
   }
   
   #input:focus {
    outline-color: white;
    background-color: #212121;
    color: #e8e8e8;
    box-shadow: 5px 5px #888888;
   }

#cruz {
    display: flex;
    margin-right: 0;
    width: 30px;
    height: 30px;
}






/* RESPONSIVE */

/* De aqui para abajo solo debe haber codigo relacionado al responsive */
@media (max-width: 1200px) {
	.cabecera{
		display: flex;
		justify-content: center;
		padding-top: 3px;
		height: 110px;
	}
	.service-icon {
		float: left;
		height: 80px;
		width: 110px;
		margin-top: 0.5%;
	  }
	
}


@media (max-width: 800px){
	.cabecera{
		display: flex;
		justify-content: center;
		padding-top: 1%;
		height: 80px;
	}
	a img {
		transition: linear .5s;
		padding: 9%;
		width: 65%;


		grid-template-columns: 
		repeat(auto-fit, minmax(min(100%, 250px), 1fr));

	}

  .service-icon {
    float: left;
	height: 70px;
	width: 100px;
	margin-top: 2%;
  }

/*
	.iconos ,.nav{
        display: grid;
        flex-wrap: wrap;
        align-items: center;
		height: 28%;

		grid-template-columns: 
		repeat(auto-fit, minmax(min(100%, 250px), 1fr));

		
    }*/


	
	footer .grupo1 .box figure img {
		width: 100px;
	}
	
	.navv{
		display: grid;
		grid-template-columns: 1fr 1fr;
		
		margin-left: 5%;
		margin-right: 5%;
		
		justify-content: center;
	}
	
	a .insc{
		padding: 10px;
		width: 80%;
	}
	footer {
		max-width: 110%;
		min-width: 104%;
	}
}








@media (max-width:650px){

	

	.cabecera{
		display: flex;
		justify-content: center;
		padding-top: 1%;
		
		width: 100%;
	}
	
	footer .grupo1 .box figure img {
		width: 80px;
	}
	.navv{
		display: grid;
		grid-template-columns: 1fr 1fr;
		
		margin-left: 5%;
		margin-right: 5%;
		
		justify-content: center;
	}
	
	.service-icon {
		float: left;
		width: 100px;
		margin-top: 2%;
	   

  }
  footer {
	max-width: 145%;
	min-width: 125%;
  }
}

@media (max-width:525px){
	footer {
		max-width: 170%;
		min-width: 125%;
	  }
}



/*
@media (max-width:410px){


	.cabecera{
		display: flex;
		justify-content: center;
		padding-top: 1%;
		height: 100px;
	}
	/*
	.iconos ,.nav{
        display: block;
        flex-wrap: wrap;
        align-items: left;
		height: 90%;
		
    }

    a img {
			transition: linear .5s;
			padding: 9%;
			width: 40%;


			grid-template-columns: 
			repeat(auto-fit, minmax(min(100%, 250px), 1fr));

		}
	
}

*/


/*

@media (max-width:390px){

	

	.cabecera{
		display: flex;
		justify-content: center;
		padding-top: 1%;
		
		height: 58px;
	}
	
	
	.iconos ,.nav{
        display: block;
        flex-wrap: wrap;
        align-items: center;
		height: 30%;

		
    }

	a img {
		width: 50%;
	}
	.navv{
	
		grid-template-columns: 1fr;
		
		margin-left: 5%;
		margin-right: 5%;
		
		justify-content: center;
	}
	
	a .insc{
		padding: 10px;
		width: 70%;
	}

	
	.box-container .box p{
		width: 200px;
	}

	footer .grupo1{
		width: 90%;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 5px;
		padding: 35px 0px;
	 }
	
}
*/


