
@import url('http://fonts.googleapis.com/css?family=Open+Sans|Pacifico');
@import url("https://fonts.googleapis.com/css family=Raleway:400,500&display=swap");
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Unica+One&display=swap");

*{
	margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:'Open Sans';

}


.logo_main{
position: relative;
	padding:20px;
	margin-left: -10px;
	background-color: rgba(0,0,0,.75);

	cursor: default;
width:auto;
display: block;
margin-right: 0;

}
.logo_small{
display: inline-block;
vertical-align: middle;
margin-right: 50px;
margin-bottom: : 0px;
cursor: pointer;

}
.nav{
position: absolute;
background: #F0F0F2;
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	backdrop-filter: blur(20px);
	color: white;
	z-index: 1000000000000;
	padding: 0 20px;
	transition: .3s ease all;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
.nav .wrap{
position: relative;
z-index: 1000;
left: -100px;
transition: 0.4s ease all;
}
nav{
	z-index: 1000;
	display: inline-block;
}
nav ul{
z-index: 1000;
	margin: 0;
	padding: 0;
}
nav li{
z-index: 1000;
	margin:0;
	padding:0;
	display: inline-block;
}


/*Menu desplegable*/

.nav li ul {
	z-index: 1000;
display:none;
position:absolute;
min-width:140px;


}

.nav li:hover > ul {
	z-index: 1000;
display:block;

}
nav li:hover{
z-index: 1000;
background-color: rgba(0,0,0,.75);
backdrop-filter: blur(5px);


}
nav li ul li{
	position:relative;
	float: middle;
	width: 100%;
z-index: 1000;
frontdrop-filter: blur(5px);
	color: white;
	padding: 0px 0px;
	transition: .3s ease all;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	
}
nav li ul li a{
z-index: 1000;
	background-color: rgba(0,0,0,.75);
    backdrop-filter: blur(5px);
}
.nav li .flecha{
font-size: 7px;
padding-left: 6px;
display: none;
}
.nav li a:not(:last-child) .flecha {
display: inline;
}
/*Menu desplegable*/






nav a{

	display:block;
	padding:20px;
	margin:0px;
	color:white;
	text-decoration:none;
	transition:0.2s ease all;
}

nav a:hover{
	color: white;
	background: #006d00;
}


body.nav_fixed .nav{
	position: fixed;
	top:0;


}

body.nav_fixed .nav .wrap{
	left: 0;
}

.btn-menu{
z-index: 2000;
width:60px;
height:60px;
padding:22px;
text-align:center;
position:fixed;
bottom:20px;
right:20px;
background: #006d00;
border-radius:50%;
color:white;
cursor:pointer;
transition: all 500ms cubic-bezier(1,0,0,1);
transform: translateX(100px);
}

.btn-menu:hover{
	transform: scale(1.2);
	background: #006d00;
}




/*Menu movil*/
@media screen and (max-width: 1100px){


.logo_main{

margin-bottom: -58px;


}




	
	.btn-menu{

		transform: translateX(0px);
	}
	
	.nav{

		display: block;
		width: 240px;
		position:fixed;
		z-index: 1000;
		top:0;
		height:100vh;
		padding:0px;
		transform: translateX(-100%);
	}
	.nav .wrap{
		left:0;

	}


    .nav .btn-menu{

display:block;
padding:20px;
color: #fff;
overflow: hidden;
font-size: 25px;
font-weight: bold;
text-decoration: none;


    }




	nav{
		width:100%;
		position:fixed;
		top:60px;

	}
	nav li{
position: relative;
		width:100%;
		margin:0;
		padding:0;
		display:block;

	}

	
	.logo_small{
		margin-left: 85px;
		position:absolute;
		top:10px;
		left:10px;

	}
	nav a{
		position: relative;
		width: 100%;
		display: block;
		padding: 20px;
		margin:0;
	}

	.nav-toggle{
	
		transition: all 300ms cubic-bezier(1,0,0,1);
		transform: translateX(0%);

	}


nav li ul {
display: block;
	width: 100%;
	position: relative;
	
}

nav li:hover > ul{
	display: none;
	position: relative;
}



}
/*Menu movil*/




/*contendio*/
.container{
margin:auto;
	margin-top: 58px;
	width: auto;
	height:auto;
	background-color:#F0F0F2;
	
	overflow: hidden; 
frontdrop-filter: blur(5px);
}

.main{
	float:left;
	margin:1em;
	padding:1em;
frontdrop-filter: blur(5px);

}

#contenido{
background-color: rgba(197,197,201,.75);
frontdrop-filter: blur(5px);
margin-top: 30px;
margin-bottom: 30px;
margin-right: 30px;
width: 100%;
height:auto;
position: center;
border-radius:20px;
}

#twitter{
background-color: rgba(255,255,255,.75);
frontdrop-filter: blur(5px);
max-width: 400px;
margin:auto;
float:right;
margin-top: 30px;
margin-right: 30px;

border-radius:20px;
}

#facebook{
background-color: rgba(255,255,255,.75);
frontdrop-filter: blur(5px);
max-width: 375px;
max-height: 2000px;
margin:auto;
float:right;
margin-top: 30px;
margin-right: 30px;

border-radius:20px;
}


/*pie de pagina*/

footer{

color:#B3B3B3;
	position: relative;
	bottom: 0px;
	width:100%;
	background:#333333;
	frontdrop-filter: blur(5px);

}
.main-content{
	display:flex;

	
}

.main-content .box{

	flex-basis:50%;
	padding:10px 20px;
	
}

.box h2{
font-family: 'Unica One' , sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
}

.box .content{

	margin: 20px 0 0 0;

}




.left .content .social{
	margin: 20px 0 0 0;
}

.left .content .social a{
	margin: 0 2px 0 0;
}

.left .content .social a span{
	height: 40px;
	width:40px;
	background: #595858;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	transition: 0.3s;
color:#B3B3B3;
}

.left .content .social a span:hover{

background: #006D00;

}



.center .content .fas{


	font-size:  1.4375rem;
	background: #595858;
	height:45px;
	width: 45px;
	line-height: 45px;
	text-align:center;
	border-radius: 50%;
	transition: 0.3s;
	cursor:pointer;
color:#B3B3B3;
margin-bottom: 0;
}






.center .content .fas:hover{

background: #006D00;

}

.center .content .text{
font-family: 'Unica One' , sans-serif;
font-size: 1.0625rem;
	font-weight: 500;
	padding-left: 10px;

}


.right .content .text{

height:100px;
width:300px;
font-family: 'Unica One' , sans-serif;
font-size: 1.0625rem;
	font-weight: 500;
	padding-left: 10px;
}




.right .content .fas{


	font-size:  1.4375rem;
	background: #595858;
	height:45px;
	width: 45px;
	line-height: 45px;
	text-align:center;
	border-radius: 50%;
	transition: 0.3s;
	cursor:pointer;
color:#B3B3B3;
margin-bottom: 0;
}






.right .content .fas:hover{

background: #006D00;

}




.bottom center{

	padding: 5px;
	font-size: 0.9375rem;
	background: #595858;
}

.bottom center span{

	color: #333333;
}


@media screen and (max-width:1100px){

	footer{
		
		position: relative;
		bottom:0px;
	}

.main-content{
	flex-wrap: wrap;
    flex-direction: column;

}

.main-content .box{
	margin: 5px 0;
}
}
@media screen and (max-width:500px){

.main-content .box{

	flex-basis:50%;
	padding:10px 10px;
	
}

.center .content .place .text{
	display: inline-flex;
vertical-align: middle;
font-size: 13.5px;
margin-right: -32px;
}



.center .content .text{

font-size: 13.6px;
}

}


/*pie de pagina*/


/*slider de pagina*/
img{
    max-width: 100%;
    z-index: 50;
  
}

.container-all{
    position: center;
    max-width: 900px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
   backdrop-filter: blur(5px);
   z-index: 50;
   justify-content: center;
 

}

.slide{
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: all 600ms;
    animation-name: autoplay;
    animation-duration: 10.5s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
     z-index: 50;
  
}

.item-slide{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    
}

.pagination{
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
   
}

.pagination-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid white;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    frontdrop-filter: blur(5px);
    margin: 0 10px;
    text-align: center;
    transition: all 1000ms;
    
}

.pagination-item:hover{
    transform: scale(2);
    

}

.pagination-item img{
    display: inline-block;
    max-width: none;
    height: 100%;
    transform: scale(1);
    opacity: 0;
    transition: all 300ms;
    
}

.pagination-item:hover img{
    opacity: 1;
    transform: scale(1);


}


input[id="1"]:checked ~ .slide{
    animation: none;
    transform: translate3d(0, 0, 0);
    
}

input[id="1"]:checked ~ .pagination .pagination-item[for="1"]{
    background: #fff;
   
}

input[id="2"]:checked ~ .slide{
    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{
    animation: none;
    transform: translate3d(calc(-100% * 2), 0, 0);
   
}

input[id="3"]:checked ~ .pagination .pagination-item[for="3"]{
    background: #fff;

}


@keyframes autoplay{
    33%{
        transform: translate3d(calc(-100% * 0), 0, 0);
    }

    63%{
        transform: translate3d(calc(-100% * 1), 0, 0);
    }

    100%{
        transform: translate3d(calc(-100% * 2), 0, 0);
    }
}


/*slider de pagina*/



/*tarjetas de servicios*/
.title{

	text-align:center;
}

.tarjetas{
z-index: 1;
width: 100%;
max-width: 1500px;
height: 430px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: auto;
height: 100%;
margin-bottom: 40px;

}

.tarjetas .card{
z-index: 1;
width: 330px;
height: 430px;
border-radius: 8px;
background-color: rgba(240,240,242,.75);
frontdrop-filter: blur(5px);
box-shadow: 0 2px 20x rgba(0,0,0,0.2);
overflow: hidden;
margin: 20px;
text-align: center;
transition: all 0.25s;

}


.tarjetas .card:hover{
z-index: 1;
transform: translateY(-15px);
box-shadow: 0 12px 16px rgba(0,0,0,0.2);

}

.tarjetas .card img{
z-index: 1;
	width: 330px;
	height: 220px;
}




.tarjetas .card h4{
margin-top: 20px;
	font-weight: 600;
	z-index: 1;
}




.tarjetas .card p{
margin-top: 20px;
padding: 0 1rem;
font-size: 16px;
font-weight: 300;
margin-bottom: 20px;
z-index: 1;


}

.tarjetas .card a{

margin-top: 30px;
font-weight: 500;
text-decoration: none: 
color:#00ff37;
margin-bottom: 30px;
z-index: 1;


}

/*tarjetas de servicios*/

/*Tarjetas de quines somos*/

.who{
display: flex;
align-items:center;
position: relative;
width: 1100px;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
padding: 30px;
}



.who .person{

position: relative;
max-width: 300px;
height: 215px;
background: #fff;
margin: 30px 10px;
padding: 20px 15px;
display: flex;
flex-direction: column;
box-shadow: 0 5px 202px rgba(0,0,0,0.5);
transition: 0.3s ease-in-out;
}

.who .person:hover{

	height: 420px;
}


.who .person .img8x{

	position: relative;
	width: 260px;
	height: 260px;
	top:-60px;
	left: 20px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2)
}

.who .person .img8x img{

max-width: 100%;
border-radius:4px;

}

.who .person .informacion{

position: relative;
margin:-140px;
padding: 10px 15px;
text-align: center;
color: #111;
visibility: hidden;
opacity: 0;
transition: 0.3s ease-in-out;

}


.who .person:hover .informacion{

visibility: visible;
opacity: 1;
margin-top: -40px;
transition-delay: 0.3s; 

}










/*Tarjetas de quines somos*/





.botones {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 0px;
  text-decoration: none;
  align-items: left;
  border-radius: 5px;
}

#separar {
  padding: 3%;
  display: inline-block;
}

.titulo {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
}

.boton {
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: #008000;
  border: 2px solid;
  border-color: #008000;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
}

.boton:before {
  content:"";
  text-decoration: none;

  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.boton:hover:before {
width: 100%;
text-decoration: none;
}
}


