/* Global */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900');
/* --- pe-icon-7-stroke --- */


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: black;
    background-color: #ddd;
	background:url(../img/1.jpg) 0px 0px no-repeat;
	background-size:100%;
/* 	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover; */
	font-size: 1.8em;
    line-height: 2em;
}

html {
    width: 100%;
    height: 100%;
}
.button {
  background-color: #00a4d5;
  border: none;
  color: white;
  text-align: center;
  	    padding: 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em ;
  	font-weight: bold;
  margin: 4px 2px;
}
.botones {
	display:inline-block;
}
.botoncan {
display:inline-block;

	  margin: 1px 1px;
  text-align: center;
  font-size: 24px;
  background-color: #ddd;
border:none;
  border-radius: 8px;
}
.botoncan p a{
	  margin: 10px 10px;
	  padding-left:3px; 
	  padding-right:3px; 
  text-align: center;
  font-size: 24px;
  background-color: #ddd;
border:none;
  color: black;
}
.botoneje p a{
	  margin: 10px 10px;
	  padding-left:3px; 
	  padding-right:3px; 
  text-align: center;
  font-size: 24px;
  background-color: #ddd;
border:none;

  color: black;
}
.botoneje {
/* 	display:inline-block; */
display:inline-block;
/* 	  margin-right: 1em;
	  margin-left: 1em; */
	  margin: 1px 1px;	  
border:none;

  font-size: 24px;
  background-color: #ddd;
  text-align:center;
  color: black;
  border-radius: 8px;
}

label,
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  line-height: inherit;
}
.banner{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:800px;
}
.banner1{
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:400px;
}
.banner-bottom{
	margin-left: 5%;
	border:2px solid blue
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:400px;
}
.banner-ejemplos{
background-color:aliceblue;
border-color:blue;
width :90%;

margin-left:5%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
display:block;
float:center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:400px;
	padding-left: 25px;
	padding-right: 25px;
}
.banner-contactar{
background-color:aliceblue;
border-color:blue;
width :90%;

margin-left:5%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
display:block;
float:center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:400px;
	padding: 25px;
}
.banner-sobre-nosotros{
background-color:aliceblue;
border-color:blue;
width :90%;

margin-left:5%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
display:block;
float:center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height:400px;
	padding: 25px;
}


.responsiveContent {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
  margin-bottom: 20px;
}
.responsiveContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 .fa {
/* padding: 20px; */
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
/* margin: 5px 2px; */
border-radius: 50%;
}

.fa:hover {
opacity: 0.7;
}

.fa-whatsapp {
     background: #2f3640; 
color: white;
width:24px;
height:24px;
}

/* ===========
layout
============= */
#wrapper.boxed {
	margin: 0 auto;
	background-color: #fff;
	
}
@media (max-width: 767px) {
	#wrapper.boxed {
		width: 100%;
	}
}
@media (min-width: 768px) {
	#wrapper.boxed {
		width: 810px;
	}
}
@media (min-width: 992px) {
	#wrapper.boxed {
		width: 1034px;
	}
}
@media (min-width: 1200px) {
	#wrapper.boxed {
		width: 100%;
	}
}

/* body {
  font-family: "Oswald", sans-serif;
  background-color: #000000;
  /* Pattern from https://www.heropatterns.com/ */
/*   background-image:"./img/1.jpg"; */
  
/* 	background:url(../img/1.jpg) 0px 0px no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
  color: #fff;
  font-size: 16px;
} */ */

a {
  color: #ffffff;
  text-decoration: none;
}

ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*     margin: 0 0 30px; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #444;
	line-height: 1em;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 100;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-normal,h2.h-normal,h3.h-normal ,h4.h-normal ,h5.h-normal ,h6.h-normal  {
	font-weight: 400;
}

h1.h-medium,h2.h-medium,h3.h-medium ,h4.h-medium ,h5.h-medium ,h6.h-medium  {
	font-weight: 500;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 700;
}

h1.h-ultra,h2.h-ultra,h3.h-ultra ,h4.h-ultra ,h5.h-ultra ,h6.h-ultra  {
	font-weight: 900;
}


h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}
.container h3 a{
  background-color:white;
}

.oontenedor {
  width: 90%;
  margin: auto;
  border-style :none;
}
.history {
  background-color:white;
  color: black;
}


/* Navigation */
.nav-main {
  font-size: 16px;
  display: flex;
    flex-wrap: wrap;
	  justify-content: space-around;
  justify-content: space-between;

  height:auto;
  padding: 0 0;
  align-items: center;
  flex-direction:row;
    border-style :none;
     background: #2f3640; 
		height:auto;
		    padding-right: 1em;
}

.nav-brand {
  width: 24px;
/* align-self:auto; */
}
.dropbtn img{
  width: 24px;
/* align-self:auto; */
} 
 .nav-main ul {
  display: flex;
      flex-wrap: wrap;
	  justify-content: space-around;

} 
 .nav-main span{
 	    display: none; 
  }

.nav-menu {
	height:auto;
}

.nav-main ul li {
  padding: 10px;

	  }


.nav-main ul li a {
 
    color:white;
	  opacity: 90%;
	  text-decoration:none;
;
	  }

.nav-main ul.nav-menu li a:hover {

  border-bottom: 2px ridge black; 
  opacity: 90%;
  background-color: #fff;
      color:black;
}

.nav-main ul.nav-menu {
  flex: 1;
/*   margin-left: 20px; */
     background: #2f3640; 
/* 	 	  margin-top: 0.1em */
/* 	    position: fixed;
  top: 0; */
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.nav-main ul.nav-menu-right {

	 background: #2f3640; 

} 

 .mifecha{
     text-align: right;
		color:white;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


:focus{
    outline: none;
}



/* FORMULARIO =================================== */

.form_wrap{
/*     width: 1050px;
    height: 530px;
    width: 1050px;
    height: 530px;
	
 */    margin: 50px auto;
    display: flex;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.cabezal{
    width: auto;
height: auto;
    margin: 50px auto;
    display: flex;
	color:black;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	padding:10px;
    position: relative;	
	
}

/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4091EC;
    opacity: 0.9;
}

.cantact_info{
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/*     background-image: url(../img/fondo.jpg) ; */
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2{
    font-size: 35px;
    text-align: center;
}

.info_items p{
    display: flex;
    align-items: center;

    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span{
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}


/* Formulario de contacto*/
form.form_contact{
    width: 62%;
    padding: 30px 40px;
}

form.form_contact h2{
	font-size: 25px;
	font-weight: 600;
	color: #303030;
	margin-bottom: 30px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 600;
}

form.form_contact input,
form.form_contact textarea{
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: 'Open sans';
	color: #5A5A5A;
	font-size: 14px;
	font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 200px;
}

form.form_contact input[type="submit"]{
    width: 180px;
	background: #4091EC;
	padding: 10px;
	border: none;
	border-radius: 25px;

    align-self: flex-end;

    color: #fff;
	font-family: 'Open sans';
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

form.form_contact input[type="submit"]:hover{
    background: #3371B6;
}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;

	background: #E25151;
	color: #fff;
	border: 2px solid #B14141;
	cursor: pointer;

	float: right;
}

/* MENSAJE EXITOSO*/

.mensaje-exito{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mensaje-exito h1{
    font-size: 35px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.mensaje-exito a{
    display: block;
    padding: 10px 30px;
    background: #4091EC;
    text-decoration: none;
    color: #fff;
}

.mensaje-exito a:hover{
    background: #3371B6;
}
 */
hr {
  margin: 10px 0;
}

/* Responsive Button */
.menu-btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 2;
  display: none;
}

.banner-info{
	padding:.5em 0 0;
/* 	text-align:center; */
}
.banner-info h3{
	width: 60%;
    font-size: 2.5em;
    color: #fff;
    margin: 0 auto;
    line-height: 1.5em;
    padding: .5em;
    background:rgba(53, 152, 220, 0.51);
}
.banner-info p{
/* 	margin: 1em auto 3em; */
    color: #7581a2;
    font-size: 14px;
    line-height: 1.8em;
    /* width: 55%; */

}
.banner-info h4{
/* 	margin: 1em auto 3em; */
    color: #7581a2;
    font-size: 14px;
    line-height: 1.8em;
    /* width: 55%; */
	background-color: white;
}
p.dummy-text{
font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: red;
    line-height: 1em;
	    font-size: 24px;
}
.center {
  margin: 0;
  position: relative;

  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
 	
/* ------------------------m e n u-------------------------------------------------------------- */
.dropbtn {
background-color: #d1e3e8;
/* 	opacity:50%; */
  color: black;
display :none;
  font-size: 1.5em;
  border: none;


}

.dropbtn img{
  width: 24px;
  margin: 2px;
  background-color:#00a4d5;
  color:white;
/* align-self:auto; */
} 
.dropbtn span{
  /* background-color:#00a4d5; */
  border:none;

/* align-self:auto; */
} 
.dropdown {
  position: relative;
  display: inline-block;


}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #a7dbea;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-weight:bold;
	
  z-index: 1;
/*      height:50; */
}

.dropdown-content a {
  color: black;
  margin: 1.3em;
  font-size: 1.8 em;
  text-decoration: none;
  display: block;
/*      height:50; */
	 }

.dropdown-content a:hover {background-color: aliceblue;color: black;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropff {background-color: #blue;}
/* -------------------------------------------------------------------------------------- */.footer{
	background:#212121;
}
.more a{
 	padding:8px 100px;
    font-size: 1em;
    color:#222;
    text-decoration: none;
 	position:relative;
	    z-index: 3;
/* 		border: radius; */
}
/* .more a:hover{	
border: none;
	color:#fff;

} */
/* ================================================================ */
/* BUTTON TYPE 4 STARTS HERE -------------------------------------- */
/* ================================================================ */


/* .type-4 span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	opacity: 1;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 13px 0;
	-webkit-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
	text-align: center;
	background: #aaa;
	z-index: 99999;
	-webkit-transition: none;
	transition: none;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
	border:none;
} */
/* .type-41 span {
	background:#566B87;
}
 */


}
.more1 a{
	color:#fff;
}

.

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}



.footer-grid h2 a{
	margin: .5em 0 1em;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}
.footer-grid h4 {
	font-size:2em;
	color:#fff;
	margin:0 0 2em;
	position:relative;
}
.footer-grid h4:after {
	background: #fff;
    width: 100%;
    height: 2px;
    content: '';
/*     position: absolute; */
    bottom: -15%;
    left: 0%;
}
.footer-grid h2{
	padding:1em 0 0;
}
.footer-grid h4 {
    padding: 2em 0 0;
}
.footer-grid h2 a span{
	font-size: .6em;
    color: #D6D6D6;
    display: block;
}
.footer-grid p{
	font-size:1.8em;
	color:white;
	margin:1.5em 0;
	line-height:1.8em;
}
.footer-grid ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.footer-grid ul li span{
	left:-1em;
}
.footer-grid ul li a{
	color:#999;
}
.footer-grid ul li a:hover{
	color:#fff;
}
.footer-grid1{
	float:left;
	width:31.45%;
	margin:0 0.3em .3em 0em;
}

.footer-grid{
	float:left;
	width:20%;
/* 	margin-left :5em; */
/* 	margin:2 0.3em .3em 0em; */
}
.footer-grid2 ul.timings{
	padding:0 0 1.5em;
}
.footer-grid2 ul.timings li{
	font-size:1.8em;
	color:white;
	margin-bottom:.5em;
	padding-bottom:.5em;
	border-bottom:1px dotted #999;
	list-style-type:none;
	padding-left: 0;
}
.footer-grid2 ul.timings li i{
	padding:0 2em;
}
.footer-copy{
	padding:1.5em 0;
	background:#141414;
	text-align:center;
}
.footer-copy p{
	font-size:18px;
	color:#8F8F8F;
	margin:0;
	line-height:3em;
	
}
.footer-copy p a{
	color:#fff;
	text-decoration:none;
    padding: .8em;
    margin: .8em;
	min-width: 100%;
}
.footer-copy p a:hover{
	color:#8F8F8F;
}


/* Follow */
.social {
  margin: 50px;
}
.social p {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links a {
  margin: 0 30px;
}

.links a i {
  font-size: 3rem;
}

/* Links */
.footer-links {
  background: #2f3640;
  color: #616161;
  font-size: 12px;
  padding: 35px 0;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.footer-container ul {
  margin: 0 auto;
}

.footer-links li {
  line-height: 2.8;
}

.footer {
  background: #2f3640;
  color: #616161;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 20px;
  
}

/*-- banner-bottom --*/
.banner-bottom-left p{
	color:#fff;
	font-size:14px;
	margin:0;
	line-height:1.8em;
}
.banner-bottom-left1{
/* 	padding:8em 5em 5em; */
	background:#6B8FA8;
		max-width:35%;
		height:100%,

}
.banner-bottom-left1 h4 {
	font-size: 1.5em;
    text-transform: none;
    text-align: left;
    padding: .5em 1em;
    background: none;
    width: 100%;
    text-align: left;
}.banner-bottom-left11{
/* 	padding:8em 5em 5em; */
	background:#6B8FA8;
		max-width:55%
}
.banner-bottom-left11 h4 {
	font-size: 1.5em;
    text-transform: none;
    text-align: left;
    padding: .5em 1em;
    background: none;
    width: 100%;
    text-align: center;
	font-family: 'Roboto', sans-serif;
}
.banner-bottom-left2 h4 {
	
	font-size: 1.5em;
    text-transform: none;
    text-align: center;
    padding: .5em 1em;
    background: none;
	background-color:aliceblue;
    width: 100%;
    text-align: left;
}
.banner-bottom-left2{
	padding:0;
	max-width:55%;
/*  	min-width:40%;  */
			margin-right:2%;
}
.globe span{
	background: url(../img/ediguitarico.png)  no-repeat 20px 20px;
	opacity:40%;
    display: block;
    width: 128px;
    height: 128px;
    border: 1px solid #3F647D;
    border-radius: 100%;
}
.banner-bottom-left1-grid h3{
	margin: 1.5em 0 0;
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.banner-bottom-left1-grid h3 span{
	font-size: .3em;
    display: block;
    margin-bottom: 1em;
}.banner-bottom-left11-grid h3{
	margin: 1.5em 0 0;
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.banner-bottom-left11-grid h3 span{
	font-size: .3em;
    display: block;
    margin-bottom: 1em;
}
.progress1 {
    height: 2px;
    margin-bottom: 0;
    border-radius: 0;
    margin: 1.5em 0 0;
}
.progress-bar1 {
    background: #eb6f63;
}
.banner-bottom-left1-grid p{
margin: 1em;
    padding: 1em;
	color:#fff;
	font-size:1.2em;
	line-height:1.8em;
}.banner-bottom-left11-grid p{
margin: 1em;
    padding: 1em;
	color:#fff;
	font-size:1.2em;
	line-height:1.8em;
}
.banner-bottom-left2 h3{
	padding:.5em .5em 0;
    font-size: 1.8em;
    color: #212121;
    margin: 0;
    line-height: 1.6em;
    position: relative;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;

}
.banner-bottom-left2 h3:before{
    display: block;
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    top: 31%;
    left: 5%;
}
-- effect --*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: none;
	overflow: hidden;
	margin: 0;
    min-width: 273px;
	max-width: 100%;
	max-height: auto;
	width: 100%;
	height: auto;
	background: #3598dc;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: .2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.55em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-- banner-bottom1 --*/
.banner-bottom-lft1 h3{
	font-size: 5em;
    color: #3F5A6D;
    margin: 0;
}
.banner-bottom-left1, .banner-bottom-lft1{
    padding: 1em;	
/* 	padding:.6em .4em .4em; */
	background-color:#3598dc;
	    font-size: 1.2em;
}
.banner-bottom-left11{
	padding:.6em .4em .4em;
	background:aliceblue;
	    font-size: 1.2em;
}
.banner-bottom-lft1 h4{
	font-size:1.7em;
    color: #fff;
    text-align: right;
margin: 1em;
    padding: 1em;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.progress2 {
    margin:1em 0 0;
}
.banner-bottom-lft1 p{
margin: 1em;
    padding: 1em;
	color:white;
	font-size:1.2em;
	line-height:1.8em;
}
h4.with{
	text-align:left;
}
p.exercise{
	text-align:right;
}
/*-- //banner-bottom1 --*/
/*-- banner-bottom-slider --*/
.banner-bottom-slider,.gallery,.services,.about,.testimonials,.history,.typo,.contact,.single{
	padding: 1em 0;
}
.banner-bottom-slider-left h3{
	font-size: 1.3em;
    color:#222;
	margin:0;
	line-height:1.5em;
}
.banner-bottom-slider-left h3 span{
	display: block;
	font-size: 1.5em;
	color: #1245B8;
	font-weight: 600;
	margin: .3em 0 0.5em;
	font-family: 'Open Sans', sans-serif;
}
.banner-bottom-slider-left p{
	margin:0;
	line-height:1.8em;
	color:#999;
	font-size:14px;
}
.banner-bottom-slider-right1 ul{
	padding:.7em .5em; 
	background:#3598DC;
}
.banner-bottom-slider-right1 ul li{
	display: inline-block;
    margin: 0;
    margin-left: 1.3em;
    float: none;
}
.banner-bottom-slider-right1 ul li a{
	font-size:1em;
	color:#fff;
	text-decoration:none;
}
.banner-bottom-slider-right1 ul li a:hover{
	color:#212121;
}
.banner-bottom-slider-right1 p{
	margin: 1em 0 0;
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
}
.banner-bottom-slider-right1 p span{
	font-size:1.5em;
}
.banner-bottom-slider-right1{
	padding-left:.5em;
}
.banner-bottom-slider-right {
    padding-right: 0;
}
 */
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
/* 	max-width: 1200px; */
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
    left: -40px;
	    top: 100px;
    bottom: -60px;
    width: 330px;
    height: 330px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
figure.effect-lexi figcaption.lexifig::before {
	right: -40px;
    left: auto;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h4 {
	font-size: 1.5em;
    text-transform: capitalize;
    text-align: left;
    padding: .5em 1em;
    background: none;
    width: 100%;
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
    color:#222;
}

figure.effect-lexi h4 span {
    color: #000;
}

figure.effect-lexi p {
	position: absolute;
    left: 0;
    bottom: 0;
	top:200px;
/*     padding: 3.5em 0 1.5em 1em */;
    width: 250px;
    text-align: bottom;
    opacity: 0;
    -webkit-transform: translate3d(20px,20px,0);
    transform: translate3d(20px,20px,0);
    font-size: 1em;
    line-height: 1.8em;
	color:red;
	text-shadow:2px 2px 8px #FF0000;
	
}

figure.effect-lexi1 p {
    right: 0;
    padding: 0 1em 1.5em 0 !important;
	left: auto;
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h4,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //effect --*/



/* Mobil */
@media (max-width: 900px) {
	.banner-bottom-left1{
		margin-left:2%;		
		margin-right:2%;
}
	.banner-bottom-left11{
		margin-left:2%;		
		margin-right:2%;
}
.banner-bottom-lft1{
		margin-left:2%;		
		margin-right:2%;
}
.banner-bottom-left2{
	padding:0;
	margin-left:2%;

}

.footer-grid {
    float: left;
    width: 100%; 
/*     margin-left: 5em; */
}
}
@media (max-width: 990px) {
.banner-bottom1{
	display:flex;
	flex-direction: column-reverse;
}
.banner-bottom3{
	display:flex;
	flex-direction: column-reverse;
}
 .form_wrap{
    width: auto;
    height: auto;
    margin: 50px auto;
    display: block;
  }
  .cantact_info{
    width: 100%;
  }
  form.form_contact{
    width: auto;
    padding: 30px 40px;
}
.cabezal{
    width: auto;
}
.banner-bottom-left1{
		margin-left:2%;		
		margin-right:2%;
		max-width:96%
}
.banner-bottom-left11{
		margin-left:2%;		
		margin-right:2%;
		max-width:96%
}
.banner-bottom-left2{
	padding:0;
	max-width:96%;
	margin-left:2%;
		margin-right:2%;
/* 	max-width:80% */
}
.banner-bottom-lft1{
		margin-left:2%;		
		margin-right:2%;
}
.footer-grid {
    float: left;
    width: 100%; 
/*     margin-left: 5em; */
}
}	
@media (max-width: 700px) {
	.banner-bottom-left1{
		margin-left:2%;		
		margin-right:2%;
}	
.banner-bottom-left11{
		margin-left:2%;		
		margin-right:2%;
}
.banner-bottom-left2{
	padding:0;
	max-width:96%;

	margin-left:2%;
}
.banner-bottom-lft1{
		margin-left:2%;		
		margin-right:2%;
}
 .nav-main ul li a {
 /*  padding: 2px; */
    color:white;
}
/* .nav-main span{
 	    display: block; 
  }
 */

/*   .nav-main ul.nav-menu {
 	    display: block; 
    position: absolute;
    top: 0;
    left: 0;
    background: #2f3640; 
    width: 50%;


    border: #ccc 1px solid;

    padding: 30px;

  } */
  .form_wrap{
    width: auto;
    height: auto;
    margin: 50px auto;
    display: block;
  }
  .cantact_info{
    width: 100%;
  }
  form.form_contact{
    width: 100%;
    padding: 30px 40px;
}

 .dropbtn{
   display: block; 
 }	
 .nav-main {
   display: none; 
   flex-direction: column;

  align-items: flex-start;
 }	
 .nav-main ul {
  display: flex;
   flex-direction:column;
}  
 /* .nav-main ul.nav-menu {
   display: flex; 
   flex-direction:column;
  } */
  .nav-main ul.nav-menu li {

    padding: 30px;
    border-bottom: #ccc solid 1px;
    font-size: 1.2em;
	color: white;
  }
  .nav-main ul.nav-menu li:last-child {
    border-bottom: 0;
  }

  .nav-main ul.nav-menu.show {
    transform: translateX(-20px);
  }

  .nav-main ul.nav-menu-right {
  /*   margin-right: 50px; */
  }

  .news-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-banner-one .content,
  .cards-banner-two .content {
    width: 80%;
  }

  .footer-links .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    float: left;
    width: 100%; 
/*     margin-left: 5em; */
}
}

@media (max-width: 500px) {
	.dropbtn {
	display:block;
}   
  .news-cards {
    grid-template-columns: 1fr;
  }

  .cards-banner-one .content,
  .cards-banner-two .content {
    width: 100%;
    padding: 60px 20px;
  }
  .footer-links .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-links .footer-container ul {
    text-align: center;
  }
  .footer-grid {
    float: left;
    width: 100%; 
/*     margin-left: 5em; */
}
}
