@charset "utf-8";
/* CSS Document

font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Bebas Neue';


	Color wall  theme:  
	////////////////////// 
*/ 
html{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
 
#header {
            position: fixed; /* Make the header fixed */
            top: -10vh; /* Start off-screen (hidden) */
            left: 0;
            right: 0;
            height: 10vh;
            background-color: #eee;
			border-bottom: 5px solid #ffcc00;
            text-align: center; 
            transition: top 0.3s; /* Smooth transition for the header */
			z-index: 1;
        }
#header p{ 
	color: #666;
	font-size: 33px;
	transform: scale(1,1);
	font-family: 'Bebas Neue';
	letter-spacing: 1px;  
	font-weight: 500; 
	height:40px; 
	text-decoration: none;
	width: auto;
	margin-top: 4vh;
     }
    

/*████ keyframes for moves ████████████████████████████████████████████████████████*/
@keyframes x {
  0% {
	 opacity: 0;
	  margin-top: 33px;
  }  
  100%{ 
	  opacity: 1;
	  margin-top: 0;
  }
}
@keyframes sideNavAnimation{
	0%{ 
		opacity: 0; 
	}
	50%{ 
	opacity: 0; 
	}
	100%{ 
		  opacity: 1;  
	}
}
@keyframes sideNavContentAnimation{
	0%{ 
		opacity: 0; 
	}
	70%{ 
		  opacity: 0;  
	} 
	100%{ 
		  opacity: 1;  
	}
}


/*████ Start Desktop version  █████████████████████████████████████████████████████*/
/*##########################################################
 0.0 header
##########################################################*/ 
#sideNav{ 
		display: none; 
	}	
.trapezoid {
	border-bottom: 5vh solid #fff;
	border-left: 0px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	width: 25vw;
	position: absolute;
	left: 0;
	top:5.1vh;
}
#top{
	width: 100%;
	height: 20vh; 
	border-bottom: 1px solid #eee;
	background-color: #f6f6f6;
}
.topHeader{
	margin: 0 10%;
	width: 80%;
	height: 50%; 
	display: block;
}
.topHeaderItem{
	width: auto;
	height: auto;
	display: inline-flex;
	padding: 8px;
	float: right;
	text-decoration: none;
}
.topHeaderItem img{
	width: 21px;
	height: 21px;
	margin: 5px;
}
.topHeaderItem p{
	margin: 5px;
	color: #333;
}
.bottomHeader{
	margin: 0 0% 0 0%;
	width: 100%;
	height: 50%;  
	background-color: #fff;
}
.bottomHeaderInside{
	margin: 0 10% 0 10%;
	width: 80%;
	height: 100%; 
	display: inline-flex; 
}
#logo{
	width: 189px;
	height: 55px;
}
.desktopMenu{ 
	width: auto;
	height: auto; 
	position: relative;
	float: right;
	display: inline-flex; 
	margin: auto 0 auto auto;  
	}
a.dropbtn{ 
	transform: scale(1,1);
	font-family: 'Bebas Neue';
	letter-spacing: 1px; 
	font-size: 17px;
	font-weight: 500;
	color:  #000;
	height:40px;
	margin:  5px 21px;
	padding: 5px 0px;
	text-decoration: none;
	width: auto;
	}
.dropdown-content{
	text-align: left; 
	display: none;
	position: absolute;
	height: auto;
	background-color: #fff; 
	left: -20px;
	top: 26px;
	animation: 0.5s ease x;
	z-index: 1;
}
.dropdown-content a{  
	margin: 0;
	padding: 8px 3px 0px 3px;
	width: auto;
	height: 30px; 
	text-align: left;
	text-decoration: none;
	color: #000;
	transition: .5s ease;   
	animation: zoom 1s ease;
	border-bottom: 1px solid #fff;
}
.dropdown-content a:hover{
	background-color: #eee;
	border-bottom: 1px solid gold;
} 
.dropdown-content img{
	width: 33px;
	height: 33px;
	margin: 20px auto 0 auto;
}
.dropdown-content p{
	margin: 0 auto 20px auto;
	font-size: 17px;
}
.dropbtn:hover + .dropdown-content {
  display: inline-grid;
}
.dropdown-content:hover{
	 display: inline-grid
} 
#mobileMenu{
	display: none;
}	 

 
/*##########################################################*/
 /*   0.0 slider */
/*##########################################################*/	

/***********************************************/
/* 1.0 Slider                       ************/
/***********************************************/ 
    .home{ 
	  margin-top: -13px;
	  z-index: 0;
	  width: 100%;
	  height: 600px;
	overflow:hidden;
	position: relative;
	  background-color: black;
    }
	.home .slide{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index:1; 
	display:none;
	padding:0 15px;
	animation: slide 1s ease; 
		overflow-y: hidden;
}
	.home .slide.active{
	display: flex;
}
	 @keyframes slide{
	0%{ 
	opacity: 0; 	
	transform: skew(21deg);
	}
		 
	100%{  
		 
	transform: skew(0deg);
	}
}
	.container{
	max-width: 1170px;
	margin:auto;  
		height: 100%;
		overflow: hidden;
		overflow-y: hidden; 
}
	.home .container{
	 flex-grow: 1;
		overflow-y: hidden;
		height: 100%;
}
	.home .caption{
	    float: left;
		margin-top: 66px;
	    width:40%;
		padding: 21px;
		height: auto;
		overflow: hidden;
		text-align: left;
	     animation: captionText 1.5s ease forwards;
    }
	.home .caption h1{  
	font-family: 'Bebas Neue';  
  letter-spacing: 3px;
	border-bottom-left-radius: 13px;
	border-top-right-radius: 13px;
	font-size:55px;
	color:#fff; 
	overflow-y:hidden;
	padding: 13px;
} 
	.home .caption p{
	padding: 13px;
	font-size: 29px;
	margin:15px 0 30px;
	color:#ffcc00;
		background-color: rgba(0,0,0,0.9);
		overflow-y:none; 
		border-radius: 8px;
}
	.home .slide.active .caption p{
	 
	animation: captionText 3.5s ease forwards;
		font-size: 26px;
		font-family: 'Roboto', sans-serif;
}
	.home .caption a{ 
 	transition: 0.3s ease;
		padding: 13px; 
		text-decoration: none;  
		font-size: 19px;
		width: 99px;
	    text-align: center;
		height: auto;
		color:#fff;  
		position: relative;
		border-radius:8px;
 		 background: linear-gradient(90rad,yellowgreen,goldenrod,darkgoldenrod);
         background-size: 400% 400%; 
         animation: btnContact 13s ease infinite;
			opacity:0; 
	animation-delay:1s;
  font-family: Arial, Helvetica, sans-serif;
		font-weight: 700;
		
}
	.home .slide.active .caption a{
 color:  #fff;
		font-family: 'Roboto', sans-serif;
}
	@keyframes captionTitle{
	0%{
		opacity:0; 
		transform: rotate3d(-122, 222 , -111, -110deg) ;
	}
	100%{
	 opacity:1; 
	 transform: rotate3d(0px,0px,0px,0deg)  ;
	}
    }
	@keyframes captionText{
	0%{
		opacity:0; 
	  
		transition: 0.5s ease;
	}
	100%{
	 opacity:1;   
		  
		transition: 0.5s ease;	
	}
    }
	.home .controls .prev,
	.home .controls .next{
  font-family: monospace;
  cursor: pointer;
 position: absolute;
 z-index:2;
 top:50%;
 height:40px;
 width: 40px;
 margin-top: -20px;
	color: #fff;
		background-color:rgba(0,0,0,0.60);
font-weight: 900;
	border-radius: 5px;
 text-align: center;
 line-height: 40px;
 font-size:20px; 
 transition: all .5s ease;
margin: 5px;
}
	.home .controls .prev:hover,
	.home .controls .next:hover{
	
 color: #000;
		background-color: #ffcc00;
}
	.home .controls .prev{
     right:95%;
}
	.home .controls .next{
  right:1.5%;
}
	.home .indicator{
	position: absolute;
	left:50%;
	bottom:30px;
	z-index: 2;
	transform: translateX(-50%);
		 display: block;
}
	.home .indicator div{
	display: inline-block;
	width:20px;
	height: 20px;
	color:#bbb;
	background-color: darkgoldenrod;
	border-radius: 3px;
	text-align: center;
	line-height: 25px;
	margin:0px 3px 0px 3px;
		transition: 0.5s ease;
}
	.home .indicator div.active{
 background-color: #ffcc00;
		width:25px;
	height: 25px;
	margin:0px 3px -2.5px 3px;
}
	.sliderOne{ 
	background-image: url('../slider5.jpg');
}
	.sliderTwo{ 
	background-image: url('../slider3.jpg');
}
	.sliderThree{ 
	background-image: url('../slider2.jpg');
}
    @keyframes btnContact { 
	 
    0%{background-position:0% 0%;}  
	25%{background-position:25% 25%; opacity: 1;} 
	50%{background-position:75% 75%; }
	55%{background-position:100% 100%; }
	75%{background-position:80% 80%; }
	80%{background-position:70% 70%; } 
    100%{background-position:0% 0%; opacity: 1;}
	
	
}

/***********************************************/
/* 2.0 SEO                       ************/
/***********************************************/ 
.seo{
	background-image: linear-gradient(#fff,#eee,#ddd);
	margin: 0px;
	width: 100%;
	height: auto; 
	text-align: center;
}
.seo h1{
	color: #555;
	font-size: 33px;
	padding-top: 55px;
}
.seo img{
	width: 266px; 
	height: 266px; 
}
.seo p{
	color: #888;
	font-size: 21px;
	margin-top: 13px;
    font-family: 'Roboto', sans-serif;
	width: 60%;
	margin-left: 20%; 
}

/*********************************
0.0.3 icons
*********************************/	
.icons{
    width: 100%;
	height: auto; 
	display: inline-flex;
	background-color: black;
	margin: -4vh 0 0 0;
	}
.iconsFather{
	width: 50%;
	height: auto; 
	display: inline-flex;
	overflow-y: hidden;
}	
.iconsSon{
	width: 49.7%;
	height: auto;
	background-color: transparent;
	overflow-y: hidden; 
}
.iconsSon2{
	width: 49.7%;
	height: auto;
	background-image: linear-gradient(#000,#111,#000);
	overflow-y: hidden; 
}
.iconsSonInside{
	width: 80%;
	height: 80%;
	margin: 10%; 
	overflow-y: hidden;
}
.iconsSonInside img{
	width: 66px;
	height: 66px;
}
.iconsSonInside h3{
	font-size: 27px;
	color: #ddd;
}
.iconsSonInside p{
	font-size: 17px;
	color: #aaa;
		font-family: 'Roboto', sans-serif;
}

/************************************************************************
   4.0 nosotros
****************************************************************************/
.nosotros{
	width: 100%;
	height: auto;	
}
.nosotros h4{  
  color: #666; 
	width: 80%;
	margin-left: 20%;
	font-size: 44px;
}
.nosotrosInside{
	width: 80%;
	margin: 10% 10% 2% 10%;
	height: auto;
	display: inline-flex;
}
.nosotrosItem{
	padding: 2%;
	width: 	46%;
	height: auto;
}
.nosotrosItem img{
	width: 100%;
	height: 333px;
}
.nosotrosItem h3{
	margin-top: 66px;
	color: #666;
	font-size: 21px;
}
.nosotrosItem h5{
	margin-top: 3px;
	color: #666;
	font-size: 21px;
}
.nosotrosItem p{
font-family: "Roboto", sans-serif;
	color: #222; 
	font-size: 21px;
	padding: 13px;
}




/************************************************************************
   5.0 mision
****************************************************************************/
.mision{
	width: 100%;
	height: auto;	
}
.misionInside{
	width: 80%;
	margin: 0% 10%;
	height: auto;
	display: inline-flex;
}
.misionItem{
	background-color: #000000;
	box-shadow: 0px 0px 13px 2px #aaa;
	margin: 1.5%;
	width: 30%;
	height: auto;
	border-radius: 5px;
	padding: 33px;
}
.misionItem img{
	width: 222px;
	height: 222px;
}
.misionItem h3{
	color: #ffcc00;
	font-size: 27px;
	padding: 5px;
}
.misionItem h4{
	font-family: "Roboto", sans-serif;
	color: #DDDDDD; 
	font-size: 17px;
	padding: 5px;
}
.misionItem p{
	font-family: "Roboto", sans-serif;
	color: #DDDDDD; 
	font-size: 17px;
	padding: 5px;
}


/************************************************************************
   0.4 contacto
****************************************************************************/
.contacto{ 
	width: 100%;
	background-image: url(../call.jpg);
	background-size: cover;
	height: 399px;
} 
.contacto h4{ 
	color: white;
	font-size: 55px;
	
	margin: 0% 10%;

}
.contacto article{
	width: 300px;
	height: 13px;
	background-color: rgba(215,155,0,0.51); 
	z-index: 1;
	margin: -2% 10%;

}


/************************************************************************
   0.5 servicios
****************************************************************************/
.servicios{ 
	width: 100%; 
	background-color: #eee;
	height: auto;
	padding: 55px 0px;
} 
.servicios h4{ 
	color: #ffcc00;
	font-size: 27px; 
	margin: 0% 10% 0% 10%;
}
.servicios h5{ 
	color: goldenrod;
	font-size: 21px; 
	margin: 0% 10% 0% 10%;
}
.servicios p{ 
	color: #444;
	font-size: 21px; 
	margin: 0% 10% 5% 10%;
}
.serviciosInside{
	width:80%;
	margin-left: 10%;
	height: auto;
	display: inline-flex;
}
.serviciosItem img{ 
	width: 233px;
	height: 233px;
}
 

/************************************************************************
   0. items 
****************************************************************************/
.contactItems{ 
	margin-top: -133px;
	z-index: 3;
	width: 70%;
	margin-left: 15%;
	background-color: #eee;
	height: 199px;
	border-radius: 13px;
	display: inline-flex;
	text-align: center;
} 
.contactItemsInside{  
	display: inline-flex; 	
	width: 100%;
	padding-top: 33px;
} 
.contactItemsItem { 
	width: 30%;
	margin: 1.5%;
height: auto;
	text-align: center;
}
.contactItemsItem img{ 
	width: 66px;
	height: 66px; 
	text-align: center;

}
 
/************************************************************************
   0.6 form
****************************************************************************/
.form{ 
	 width: 70%;
	margin: 0% 15%;
	background-color: #fff;
	height: auto;
	overflow-y: hidden;
	 
} 
.formInside{   	
	width: 100%;
	text-align: justify;
	display: inline-flex;
	height: auto;
	overflow-y: hidden;
} 
.formItem { 
	width: 48%;
	margin: 1%;
height: auto; 
	height: auto;
	overflow-y: hidden;
}
.formItem article{ 
	width: 133px;
	height: 13px; 
	background-color: goldenrod;
	margin-top: 66px;
	height: auto;
	overflow-y: hidden;
}
.formItem h4{ 
	color: black;
	font-size: 66px;
}
.formItem p{
	width: 80%;
	color: black;
	font-size: 27px;
}
.flex{
	display: inline-flex;
}


.contenedor-formulario {
  width: 100%;
	height: 100%;
  color: #000;
	height: auto;
	overflow-y: hidden;
z-index: 9999; 
/*font-family: 'Bebas Neue';*/ 
}
.contenedor-formulario .formulario {
	  width: 100%;
	  height: 100%; 
	  margin: auto; 
	height: auto;
	overflow-y: hidden;
}
.contenedor-formulario .formulario .input-group {
	  position: relative;
      margin-bottom: 32px; 
	z-index: 0;
}
      .contenedor-formulario .formulario .input-group input[type="text"],
      .contenedor-formulario .formulario .input-group input[type="email"],
      .contenedor-formulario .formulario .input-group textarea {   
        font-size: 21px; 
        width: 85%;
		height: 55px;
        outline: none;
        padding: 13px;
        background-color: #fafafa;
		border-radius: 5px;
        border: 1px solid #ddd;
		  margin: 5px;
		  
}
        .contenedor-formulario .formulario .input-group input[type="text"]:focus, .contenedor-formulario .formulario .input-group input[type="text"]:active,
        .contenedor-formulario .formulario .input-group input[type="email"]:focus,
        .contenedor-formulario .formulario .input-group input[type="email"]:active,
        .contenedor-formulario .formulario .input-group textarea:focus,
        .contenedor-formulario .formulario .input-group textarea:active {
          outline: none;
          border: 1px solid green; 
		  transition: 0.3s ease;
          background-color: #fff;
		box-shadow: 0px 0px 13px 5px #aaa;
}
        .contenedor-formulario .formulario .input-group input[type="text"].error,
        .contenedor-formulario .formulario .input-group input[type="email"].error,
        .contenedor-formulario .formulario .input-group textarea.error {
          border: 1px solid #D32F2F; }
          .contenedor-formulario .formulario .input-group input[type="text"].error + label,
          .contenedor-formulario .formulario .input-group input[type="email"].error + label,
          .contenedor-formulario .formulario .input-group textarea.error + label {
            color: #D32F2F; }
        .input-group h2{	
        transform: scale(1.2,1);  
			color: #000;
			left: 3%;
			top: -30%;
			position: absolute;
}
.contenedor-formulario .formulario .input-group label {	
		  color: #000;
        transform: scale(1.2,1);  
       
}
        .contenedor-formulario .formulario .input-group label.label {
      width: 60%;
			-webkit-transition: all 0.3s ease;
			
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          margin-left: 5px;
          font-size: 21px;
          line-height: 16px;
          position: absolute;
         padding: 13px;
			border-radius: 13px;
			  top: 3px;
          left: 5%; }
          .contenedor-formulario .formulario .input-group label.label.active {
			  height: 39px;
			  padding-top: 6px;
              font-size: 12px;
              line-height: 12px;
			  transform: scale(1,1);
			  left: 3%;
			  color: yellowgreen;
          }
      .contenedor-formulario .formulario .input-group.checkbox label, .contenedor-formulario .formulario .input-group.radio label {
		  
        display: inline-block;
        cursor: pointer;
        color: #0B075E;
        position: relative;
        padding: 5px 15px 5px 51px;
        font-size: 1em; 
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .contenedor-formulario .formulario .input-group.checkbox label:hover, .contenedor-formulario .formulario .input-group.radio label:hover {
          background: #bbdefb; }
        .contenedor-formulario .formulario .input-group.checkbox label:before, .contenedor-formulario .formulario .input-group.radio label:before {
          content: "";
          display: inline-block;
          width: 17px;
          height: 17px;
          position: absolute;
          left: 15px; 
          background: none;
          border: 1px solid #168C36; }
      .contenedor-formulario .formulario .input-group.error label {
        color: #D32F2F; }
        .contenedor-formulario .formulario .input-group.error label:hover {
          background: rgba(211, 47, 47, 0.2); }
        .contenedor-formulario .formulario .input-group.error label:before {
          border: 1px solid #D32F2F; }
      .contenedor-formulario .formulario .input-group.radio input[type="radio"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked + label {
          padding: 5px 15px;
          background: #303F9F; 
          color: #f2f2f2; }
      .contenedor-formulario .formulario .input-group.checkbox label:before {
        border-radius: 3px; }
      .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"] {
        display: none; }
        .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked + label:before {
          display: none; }
        .contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked + label {
          background: #FFFFFF;
          color: #f2f2f2;
          padding: 5px 15px; }
    .contenedor-formulario .formulario .submit{
		display: none;
      background:yellowgreen; 
      border-radius: 5px;
      color:#000;
      cursor: pointer; 
      font-size: 27px;
      padding: 21px;
      width: 100%;
      -webkit-transition: all 1.3s ease;
      -o-transition: all 1.3s ease;
      transition: all 1.31s ease;
		outline: none;
		border: 0px solid green;
}
      .contenedor-formulario .formulario .submit:hover{
		  
       background:#000; 
      color:#fff;
      cursor: pointer; 
      font-size: 27px;
      padding: 21px;
     width: 100%;
}
  
  






/*##########################################################*/
 /*   0.1 Footer  */
/*##########################################################*/		
	.footer{
		border-top:solid 1px #aaa;
		width: 100%;
		height: auto; 
		background-image: linear-gradient(#fff,#eee);		
	}		
	.box_footer_son {
		margin-top: 13px; 
	}
	.box_footer_son a{
	color: #666;
		text-decoration: none;
	}
    .box_footer_father{
	display: inline-flex;
	width: 100%;
	height: auto;
		}
    .box_footer_son{
	display: inline-grid;
	width: 20%;
	margin: 2.5%;
	height: auto;
		}
.div-flex{
	display: inline-flex;
}
.div-flex img{
	width: 36px;
	height: 36px;
	margin: 1px;
}
.div-flex a{ 
	text-decoration: none;
	margin: 8px 0 0 0 ;
}

/*##########################################################*/
 /*   0.1 Bottoms  */
/*##########################################################*/	
.bottom{
	
		background-color: white;
		border-top: 1px solid #aaa;
	width: 100%;
	height: auto;
}
.bottom_inside{
	width: 90%;
	height: auto;
	margin-left: 5%; 
	display: inline-flex;
}
.bottomItem1{
	width: 30%;
	margin: 1.5%; 
	display: inline-flex;
}
.bottomItem1 a{ 
	margin: 3%;
	text-decoration: none;
	color: #666;
}
.bottomItem1 a:hover{ 
	margin: 3%;
	text-decoration: none;
	color: #333;
}
.bottomItem2{
	width: 30%;
	margin: 1.5%;
}
.bottomItem2 p{ 
	color: #666;
}	
.upBtn{
	display: none;
	width: 39px;
	height: 39px; 
	background-color: #fff;
	position: fixed;
	border-radius: 50%;	
	bottom: 89px;
	right:27px; 
	z-index: 9999;
	}
.upBtn:hover{
	width: 39px;
	height: 39px; 
	background-color: #fff;
	position: fixed;
	border-radius: 50%;	
	bottom: 89px;
	right:27px; 
	z-index: 9999;
	} 
img.img_upbtn{
		 width:39px;height:39px; 
	}











/* Mobile V 0.0.1  */
@media (max-width: 767px){
	
/*##########################################################
 0.0 header
##########################################################*/ 
#top{
	width: 100%;
	height: 70px; 
	border-bottom: 1px solid #eee;
}
.topHeader{
	margin: 0 10%;
	width: 80%;
	height: 0%; 
	display: none;
}
.bottomHeader{
	margin: 0 0% 0 0%;
	width: 100%;
	height: 100%; 
	display: inline-flex; 
}	
.desktopMenu{  
	display:none;  
}	
.bottomHeaderInside{
	margin: 0 0 0 0;
	display: flex;
	}
#logo{
	width: 169px;
	height: 50px;
	margin: auto auto auto 1%;
}	 
#mobileMenu{  
	display: flex;
	margin: auto 1% auto auto;
	padding: 0;
	text-decoration: none;
	position: absolute; 
	right: 1%;
	top: 20px;
}	
#menu{
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	}	
#sideNav{
		width: 100%;
		height: 100%; 
		display: none;
		position: fixed;
		z-index: -9;
		top: 0;
	    animation: sideNavAnimation 1s ease;
		 background-color: #fff;
	}	
#sideNavContent{
		width: 100%;
		height: 100%;  
	    animation: sideNavContentAnimation 2.5s ease;
		background-color: transparent; 
	}
.sideNavInside{
		width: 100%;
		height: 100%;
		margin: 0; 
		overflow: hidden;
		box-shadow: 0px 0px 13px 3px #ddd;
		background-color: transparent;
	}
.sideNavTop{
		width: 100%;
		height: 10%;
		background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
		backdrop-filter: blur(2px);
		overflow-y: hidden;
	}
.sideNavTop img{
		width: 99px;
		height: 33px;
		overflow-y: hidden;
		position: fixed;
		top: 19px;
		left: 1%;
	} 
.sideNavTopBar{
		width: auto;
		height: auto; 
		margin: 8px;
		float: right;
		overflow-y: hidden;
		display: inline-flex;
	}
.sideNavTopBarBall{
		width: 33px;
		height: 33px;
		float: right;
		background-image: linear-gradient(0rad,#ccc,#eee);
		border-radius: 50%;
		margin: 5px;
	}
.sideNavTopBarCloseBall{
		margin: 8px 5px 5px 5px;
		width: 33px;
		height: 33px;
		float: right;
		background-image: linear-gradient(45rad,#c90000,#d90000);
		border-radius: 5px;
		text-decoration: none;
	display: flex;
	}
.sideNavTopBarCloseBall p{ 
		margin: 1px auto auto auto;
	 	color: white;
		display: block;
	    font-size: 1.5em;
		font-weight: 600;	
	}	
.sideNavBody{ 
	width: 200%;
		height: 90%;
		background-color: transparent;
		display:inline-flex;
		border-top: 1px solid #ddd;
		overflow-y: hidden; 
	}
#sideNaveFirstMenu{
		width: 100%;
		height:100%;
		background-color: transparent; 
		position: relative;
		overflow: hidden;
	}
.sideNavItem{ 
	margin: 3px; 
		height: 60px;
		display: flex;
		text-decoration: none; 
		overflow-y: hidden; 	padding: 5px;
	}
.sideNavItem img{
		overflow-y: hidden;
		width: 33px;
		height: 33px;
		padding: 5px 5px;
	}
.sideNavItem p{
		margin-top: 8px;
		overflow-y: hidden;
		color: #000;
		padding: -1px 5px 0px 5px;
		font-weight: 700;
		font-size: 21px;
		font-family: 'Rubik', sans-serif;
	} 
.sideNavActualItem{
		width: 99%; 
		height: 50px;
		display: inline-flex;
		margin: 3px 0px;
		padding: 5px;
		background-color: white;
		text-decoration: none; 
		overflow-y: hidden;
		border-radius: 8px;
	}
.sideNavActualItem img{
		overflow-y: hidden;
		width: 33px;
		height: 33px;
		padding: 5px 5px;
	}
.sideNavActualItem p{	
		margin-top: 8px;
		overflow-y: hidden;
		color: #333;
		padding: -1px 5px 0px 5px;
		font-weight: 700;
		font-size: 21px;
		font-family: 'Rubik', sans-serif;
	} 
.sideNavActualItem p:hover{
		color: green;
		transition: ease 1s; 
	}
.sideNavItem p:hover{
		color: #999; 
		transition: ease 1s;
	}
/*   Sub Menu */
#sideNavSecondMenu{ 
		width: 100%;
		height:100%;
		background-color: #fff; 
		position: relative;
		left: 0%;
		transition: 0.15s ease;
		overflow: hidden;
	}
#sideNavSecondMenuInsideOne{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden;  
	} 
#sideNavSecondMenuInsideTwo{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden; 
	} 
#sideNavSecondMenuInsideThree{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden; 
	} 
/* ##### */
.sideNavSecondMenuItem{
		margin: 0;
		background-color: #eee;
		height: auto;
		width: 100%; 
		padding: 3px; 
		overflow-y: hidden;
		display: inline-flex;
		text-decoration: none;
		border-bottom: 1px #ddd solid;
	} 
.icon{
		width: auto; 
		height: auto; 
		padding: 0;
	}
.icon img{  
		width: 33px;
		height: 33px;
		display: block;
		margin: auto auto auto auto;
		
	}
.sideNavSecondMenuItem img{
		  width: 33px;
	 	 height: 33px;
		 margin: 8px;
	}
.sideNavSecondMenuItem h4{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	}
.option{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	}
.sideNavSecondMenuActualItem{
		margin: 3px 0; 
		height: auto;
		width: 100%; 
		padding: 3px; 
		overflow-y: hidden;
		display: inline-flex;
		text-decoration: none;
		border-bottom: 1px #ddd solid;
	} 
.sideNavSecondMenuActualItem img{
		  width: 33px;
	 	 height: 33px;
		 margin: 8px;
	}
.sideNavSecondMenuActualItem h4{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	} 
	

/**********************************/
 /*   0.2 Table Row                */
/**********************************/ 
	.tableItems{
		width: 96%;
		height: auto;
		background-color: #eee;
		display: grid;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 10px;
		padding-bottom: 99px;
		grid-gap: 2.5%;
		grid-template-columns: auto ;
		grid-template-rows:  auto;
	}
	.item{
		background-color: white;
		box-shadow: 0px 0px 21px 2px #aaa;
		margin-top: 13px;
		margin-bottom: 13px;
		width: 100%;
		height: auto;
		margin: 0%;
		border-radius: 5px;
		border: 1px solid #aaa;
	}
	.item h1{
		color: #333;
		padding: 0px 21px;
		font-family: 'Bebas Neue';
	}
	.item div{
		width: 55px;
		height: 5px;
		background-color: #ffcc00;
		margin-left: 21px;
		margin-top: -13px;
	}
	.item img{
		width: 233px;
		height: 233px;
		padding: 5px 21px;
	}
	.item p{
		color: #000;
		padding: 21px 21px;
		width:90%;
	}
	.item a{
		margin: 0px 21px;
		padding: 21px 21px;
		background-color: #ffcc00;
		color: #000;
		height: auto;
		width: auto;
		text-decoration: none; 
		font-weight: 900;
		border-radius: 5px;
	}	
	
	

/***********************************************/
/* 1.0 Slider                       ************/
/***********************************************/ 
    .home{ 
	  margin-top: -13px;
	  z-index: 0;
	  width: 100%;
	  height: 500px;
	overflow:hidden;
	position: absolute;
	  background-color: black;
    } 
	.home .caption{
	    float: left;
		margin-top: 9px;
	    width:70%;
		padding: 21px;
		height: auto;
		overflow: hidden;
		text-align: left;
	     animation: captionText 1.5s ease forwards;
    }
	.home .caption h1{  
font-family: 'Bebas Neue';
		transform: scaleX(1.039);
		white-space: 1px;
	border-bottom-left-radius: 13px;
	border-top-right-radius: 13px;
	font-size:25px;
	color:#fff;
	margin:5px 0 0 0;
	overflow-y:hidden;
} 
	.home .caption p{
		background-color: rgba(0,0,0,0.5);
	padding: 13px;
	font-size: 21px;
	margin:15px 0 30px;
	color:#fff;
		overflow-y:none; 
		border-radius: 8px;
}
	.home .slide.active .caption p{
	 
	animation: captionText 3.5s ease forwards;
		font-size: 26px;
		font-family: 'Roboto', sans-serif;
}
	.home .caption a{ 
 	transition: 0.3s ease;
		padding: 13px; 
		text-decoration: none;  
		font-size: 19px;
		width: 99px;
	    text-align: center;
		height: auto;
		color:#fff;  
		position: relative;
		border-radius:8px; 
         background-size: 400% 400%; 
         animation: btnContact 13s ease infinite;
			opacity:0; 
	animation-delay:1s;
  font-family: Arial, Helvetica, sans-serif;
		font-weight: 700;
		
}
	.home .slide.active .caption a{
 color:  #fff;
		font-family: 'Roboto', sans-serif;
} 
	.home .controls .prev,
	.home .controls .next{
  font-family: monospace;
  cursor: pointer;
 position: absolute;
 z-index:2;
 top:50%;
 height:40px;
 width: 40px;
 margin-top: -20px;
 color: #fff;
		background-color: #6DD900;
font-weight: 900;
	border-radius: 5px;
 text-align: center;
 line-height: 40px;
 font-size:20px; 
 transition: all .5s ease;
margin: 5px;
		display: none;
}	 
	.sliderOne{ 
	background-image: url('../slider1m.jpg');
}
	.sliderTwo{ 
	background-image: url('../slider2m.jpg');
}
	.sliderThree{ 
	background-image: url('../slider3m.jpg');
}	
	

/***********************************************/
/* 2.0 SEO                       ************/
/***********************************************/ 
	.seo{
	background-image: linear-gradient(#fff,#eee,#ddd);
	margin-top: 500px;
	width: 100%;
	height: auto; 
}
	.seo h1{
	color: #555;
	font-size: 27px;
	margin: 55px 5% 0px 5%;
}
	.seo img{
	margin: auto;
	width: 66px; 
	height: 66px; 
}
	.seo p{
	text-align: left;
	color: #888;
	font-size: 21px;
	margin-top: 13px;
    font-family: 'Roboto', sans-serif;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 33px;
}	 
	
/************************************************************************
   4.0 
****************************************************************************/
.about{
	width: 100%;
	height: auto;	
}
.about h4{  
  color: #666; 
	width: 80%;
	margin-left: 20%;
	font-size: 44px;
}
.aboutInside{
	width: 80%;
	margin: 10% 10% 2% 10%;
	height: auto;
	display: inline-grid;
}
.aboutItem{
	padding: 2%;
	width: 	96%;
	height: auto;
}
.aboutItem img{
	width: 66px;
	height: 66px;
}
.aboutItem h3{
	margin-top: 66px;
	color: #666;
	font-size: 21px;
}
.aboutItem h5{
	margin-top: 3px;
	color: #666;
	font-size: 21px;
}
.aboutItem p{
font-family: "Roboto", sans-serif;
	color: #222; 
	font-size: 21px;
	padding: 13px;
}

	
	
/*********************************
0.0.3 icons
*********************************/	
.icons{
    width: 100%;
	height: auto; 
	display: inline-grid;
	background-color: transparent; 
	}
.iconsFather{
	width: 100%;
	height: auto; 
	display: inline-grid;
	overflow-y: hidden;
}	
.iconsSon{
	width: 99.7%;
	height: auto;
	background-color: black;
	overflow-y: hidden; 
}
.iconsSon2{
	width: 99.7%;
	height: auto;
	background-image: linear-gradient(#000,#111,#000);
	overflow-y: hidden; 
}
.iconsSonInside{
	width: 80%;
	height: 80%;
	margin: 10%; 
	overflow-y: hidden;
}
.iconsSonInside img{
	width: 66px;
	height: 66px;
}
.iconsSonInside h3{
	font-size: 27px;
	color: #ddd;
}
.iconsSonInside p{
	font-size: 17px;
	color: #aaa;
		font-family: 'Roboto', sans-serif;
}

/************************************************************************
   4.0 nosotros
****************************************************************************/
.nosotros{
	width: 100%;
	height: auto;	
}
.nosotros h4{  
  color: #666; 
	width: 80%;
	margin-left: 20%;
	font-size: 44px;
}
.nosotrosInside{
	width: 90%;
	margin: 0% 5%;
	height: auto;
	display: inline-grid;
}
.nosotrosItem{
	padding: 2%;
	width: 	96%;
	height: auto;
}
.nosotrosItem img{
	width: 100%;
	height: 299px;
	border-radius: 3px;
}
.nosotrosItem h3{
	margin-top: 21px;
	color: #666;
	font-size: 27px;
	font-family: "Roboto", sans-serif;
}
.nosotrosItem p{
	margin: 3px;
	color: #111;
	font-size: 19px;
	font-family: "Roboto", sans-serif;
}	
.nosotrosItem a{
	text-decoration: none;
	margin: 3px; 
	font-size: 19px;
	font-family: "Roboto", sans-serif;
}	


/************************************************************************
   5.0 mision
****************************************************************************/
.mision{
	width: 100%;
	height: auto;	
}
.misionInside{
	width: 100%;
	margin: 0%;
	height: auto;
	display: inline-grid;
}
.misionItem{
	background-color: white;
	box-shadow: 0px 0px 0px 0px #aaa;
	margin: 2.5% 1.5%;
	width: 90%;
	height: auto;
	border-radius: 5px;
	padding: 3%;
}
.misionItem img{
	width: 222px;
	height: 222px;
}
.misionItem h3{ 
	font-family: "Roboto", sans-serif;
	font-size: 27px;
}	
.misionItem h4{ 
	font-family: "Roboto", sans-serif;
	font-size: 21px;
}
.misionItem p{ 
	font-family: "Roboto", sans-serif;
	font-size: 21px;
	color: #333;
}	
	


/************************************************************************
   0.4 contacto
****************************************************************************/
.contacto{ 
	width: 100%; 
	background-size:cover;
	background-image: url(../callm.jpg);
	height: 299px;
} 
.contacto h4{ 
	color: white;
	font-size: 55px;
	
	margin: 0% 10%;

}
.contacto article{
	width: 300px;
	height: 13px;
	background-color: rgba(255,229,0,0.51); 
	z-index: 1;
	margin: -2% 10%;

}


/************************************************************************
   0.5 servicios
****************************************************************************/
.servicios{ 
	width: 100%; 
	background-color: #eee;
	height: auto;
	padding: 55px 0px;
} 
.serviciosInside{
	width:80%;
	margin-left: 10%;
	height: auto;
	display: inline-flex;
}
.serviciosItem img{ 
	width: 233px;
	height: 233px;
}

 

/************************************************************************
   0. items 
****************************************************************************/
.contactItems{ 
	margin-top: -133px;
	z-index: 3;
	width: 80%;
	margin-left: 10%;
	background-color: #eee;
	height: auto;
	border-radius: 13px;
	display: inline-flex;
	text-align: center;
} 
.contactItemsInside{  
	display: inline-grid; 	
	width: 100%;
	padding: 33px 0px 33px 0px;
} 
.contactItemsItem { 
	width: 97%;
	margin: 4.5% 0%;
	height: auto;
	text-align: center;
}
.contactItemsItem img{ 
	width: 66px;
	height: 66px; 
	text-align: center;

}
 	
	/************************************************************************
   0.6 form
****************************************************************************/
.form{ 
	 width: 98%;
	margin: 0% 1%;
	background-color: #fff;
	height: auto;
	overflow-y: hidden;
	 
} 
.formInside{   	
	width: 100%;
	display: inline-grid;
	height: auto;
	overflow-y: hidden;
} 
.formItem { 
	width: 98%;
	margin: 1%;
height: auto; 
	height: auto;
	overflow-y: hidden;
}
.formItem article{ 
	width: 55px;
	height: 13px;  
	margin-top: 13px; 
	overflow-y: hidden;
   margin-left: 5%;
}
.formItem h4{ 
	color: black;
	font-size: 33px;
	padding: 0% 5%;
	text-align: left;
}
.formItem p{
	width: 80%;
	color: black;
	font-size: 21px;
	text-align: left;
	padding: 0% 5%;
}
.flex{
	width: 100%;
	display: inline-grid;
}
	

	
/*██████████████████████████████████████████████████████████*/
 /*   0.0 Footer  */
/*██████████████████████████████████████████████████████████*/
	.box_footer_father{
	display: inline-grid;
	width: 100%;
	height: auto;
		padding: 1% 10%;
		}
	.box_footer_son{
	display: inline-grid;
	width: 100%;
	margin: 0%;
	height: auto;
		}			
	.box_footer_son a{
	margin: 8px;
		font-size: 18px;
	}
	
	
/*██████████████████████████████████████████████████████████*/
 /*   0.0 Bottom  */
/*██████████████████████████████████████████████████████████*/
	.bottom{
	width: 100%;
	height: auto;
}
	.bottom_inside{
	width: 90%;
	height: auto;
	margin-left: 5%; 
	display: inline-grid;
}
	.bottomItem1{
	width: 97%;
	margin: 1.5%; 
	display: inline-grid;
	align-items: center;
	align-content: center;
	text-align: center;
}
	.bottomItem1 a{ 
	margin: 3%;
	text-decoration: none;
	color: #666;
}
	.bottomItem1 a:hover{
	font-family: 'Rubik';
	margin: 3%;
	text-decoration: none;
	color: #333;
}
	.bottomItem2{
	width: 97%;
	margin: 1.5%;
}
	.upBtn{
	display: none;
	width: 39px;
	height: 39px; 
	background-color: #fff;
	position: fixed;
	border-radius: 50%;	
	bottom: 60px;
	right:25px; 
	}
	.upBtn:hover {
	width: 39px;
	height: 39px;  
	position: fixed;
	border-radius: 50%;		
	bottom: 60px;
	right:25px; 
	}
	img.img_upbtn{
		 width:39px;height:39px; 
	}



}








