.logo1{
	position: absolute;
	margin-top: 0;
	margin-left: 50%;
	top: -20px;
	background-repeat: no-repeat;
	background-position: center;
}
.frases{
	color:#666;
	font-size:1.2em;
	font-family: 'Vidaloka', serif;
	position:absolute;
	top:65%;
	top: -moz-calc(50% + 125px);
	top: -webkit-calc(50% + 125px);
	top: -o-calc(50% + 125px);
	top: calc(50% + 125px);
	text-align:center;
	width:100%;
}
.logo2{
	background-image: url(../img/logo2.png);
	position:fixed;
	left:24px;
	width:67px;
	height:60px;
	display: none;
}
close2{
	width:450px;
}
.cont-menu{
	position:fixed;
	top:25px;
	right:15px;
	z-index:9;
}
.elemento-menu{
	position:relative;
	float:left;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	margin: 0 10px 5px 10px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	text-shadow: 0px 0px 8px #FFFFFF;
}
.elemento-menu:first-child{
	margin-left:0px;
}
.elemento-menu:hover{
	color: #000000;
	font-weight: 700;
}
.linea-menu{
	position:relative;
	float:none;
	clear:both;
	width:100%;
	height:1px;
	background-color:#FFF;
}
.linea-menu.gris{
	background-color: #999;
}
.mex{
	background-image: url(../img/espanol.png);
	width: 57px;
	height: 20px;
	position: relative;
	float: right;
	border: 1px solid #FFF;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.us{
	background-image: url(../img/ingles.png);
	width: 57px;
	height: 20px;;
	position:relative;
	float:right;
	border: 1px solid #FFF;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mex:hover, .us:hover{
	border: 1px solid #F00;
}
.scroll{
	position:absolute;
	margin-left:50%;
	left:-15px;
	bottom: 45px;
}

.fondo-menu{
	position: fixed;
	background-color: #fff;
	width: 100%;
	top: 0;
	opacity: 0.8;
	display: none;
	z-index: 8;
}
.etica{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #DA262E;
	position: absolute;
	margin-left: 50%;
	padding-top: 50%;
	text-align: center;
	letter-spacing: 0.4em;
}
.etica img{
	width: 77px;
	height: 25px;
	margin-top: 20px;
}
.etica2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #DA262E;
	position: relative;
	margin:auto;
	text-align: center;
	letter-spacing: 0.4em;
}
.etica2 img{
	width: 250px;
	height: 35px;
	margin-top: 10px;
}
.despacho{
	display: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #DA262E;
	position: absolute;
	margin-left: 50%;
	padding-top: 50%;
	text-align: center;
	letter-spacing: 0.4em;
}
.despacho.fixed{
	display:block;
}
.despacho p{
	font-family: serif;
	color:#333;
	font-size:0.65em;
	text-align:justify;
	letter-spacing:normal;
}
.cuadrito1{
	position:absolute;
	height:26px;
	width:26px;
	background-color:#DA262E;
	margin-left:50%;
	left:-13px;
}
	.titulo-blanco{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size:2em;
	text-align: center;
	letter-spacing: 0.4em;
	margin-bottom:40px;
	}
	.titulo-rojo{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #DB1F2A;
	text-align: center;
	letter-spacing: 0.4em;
	margin-bottom: 30px;
	}
	.tx-separador{
	position:absolute;
	margin-left:50%;
	top:39%;	
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.2em;
	color:#FFFFFF;
	text-align:left;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	}
	.cuadrito2{
	position:absolute;
	height:35px;
	width:35px;
	background-color:#FFFFFF;
	top:-35px;
	left:-35px;
	}
	.contenedor-s{
	margin:60px 5%;
	width:90%;
	overflow:hidden;
}
.columna-s1{
	position: relative;
}
.elemento-s{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #DB1F2A;
	font-size: 1.2em;
	overflow: hidden;
	text-transform: none;
	padding-bottom:20px;
	padding-right:8px;
}
.elemento-s p{
	font-family: serif;
	color:#333;
	font-size:0.9em;
	text-align:justify;
	letter-spacing:normal;
	padding-left:66px;
	margin:0;
}
.elemento-s h3{
	padding-left:66px;
}
.icono-s{
	position:absolute;
	width:66px;
	height:54px;
	overflow:hidden;
	margin-top:2px;
}
.swiper{
	height: 90%;
}
.swiper2{
	height: 100%;
}
.swiper-container {
        width: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
		
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	.ver{
	background: rgba(0, 0, 0, .1);
	background-image: url(../img/ver.png);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right bottom;
	opacity:0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
	.ver:hover{
		opacity:1;
	}
	
	
	
	.click-nav {
	position:fixed;
	top:-23px;
	right:-111px;
	margin:10px auto;
	width:210px;
	z-index:999;
	}
	.click-nav ul {position:relative;
	font-weight:900;}
	.click-nav ul li {
	position: relative;
	list-style: none;
	cursor: pointer;
	}
	.click-nav ul li ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A91D24;
	}
	.click-nav ul li ul {
		position:absolute;
		width:100%;
		left:-130px;
		top:42px;
		}
	.click-nav ul .clicker {
		width:30px;
		height:25px;
		position: relative;
		color: #FFF;
		background: none;
	}
	.click-nav ul .clicker:hover,.click-nav ul .active {
		background:none;
		}
	
	.click-nav ul li a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	padding: 8px;
	background: #DA262E;
	color: #fff;
	font-size:0.8em;
	text-align:center;
	text-decoration: none;
	}
	
	.click-nav ul li a:hover {
		background:#A91D24;
	}
	
	/* Fallbacks */
	.click-nav .no-js ul {
		display:none;
	}
	.click-nav .no-js:hover ul {
		display:block;
	}
	
	.contenedor-contacto{
		position:absolute;
		left:50%;
		padding:5px;
		margin-top:5%;
	}
	.col-contacto{
	position: relative;
	margin: 5px;
	background-color: #999;
	border: 10px solid #FFF;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.col-contacto:hover{
		border: 5px solid #FFF;
	}
	.col-contacto p{
		margin:8px 0;
	}
	.col-contacto p span{
		font-family: 'Montserrat', sans-serif;
		font-size:1.5em;
		line-height:2.5em;
	}
	.icono-ubicacion, .icono-cel, .icono-mail{
		width:66px;
		height:54px;
		position:relative;
		margin:20% auto 0 auto;
	}
	.btn-mapa{
		width:93px;
		height:25px;
		position:relative;
		margin:20px auto 0 auto;
	}
	.btn-mapa img{
		margin-top:10px;
	}
	.cont-slide{
	padding: 50px 50px 50px 80px;
	font-family: 'Roboto', sans-serif;
	}
	.titulo-equipo, .titulo-equipo2{
		position:relative;
	font-size: 2em;
	font-weight: 300;
	color: #666;
	text-align: left;
	line-height:1.1em;
	}
	.titulo-equipo2{
		color:#FFF;
	}
	.cuadrito-equipo, .cuadrito-equipo2{
	position: absolute;
	top: 3px;
	left: -24px;
	width: 10px;
	height: 35px;
	background-color: #CCCCCC;
	overflow: hidden;
	display: inline-block;
	}
	.cuadrito-equipo2{
		background-color:#fff;
	}
	.mail-equipo{
		position:relative;
		margin-top:5px;
		margin-bottom:25px;
		float:left;
		text-align: left;
		font-size:0.8em;
		font-weight:700;
		color:#000;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.mail-equipo:hover{
	color: #DA262E;
	}
	.mail-equipo-b{
		position:relative;
		margin-top:5px;
		margin-bottom:25px;
		float:left;
		text-align: left;
		font-size:0.8em;
		font-weight:700;
		color:#FFFFFF;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.mail-equipo-b:hover{
	color: #CCCCCC;
	}
	.tx-swipe, .tx-swipe2{
	position:relative;
	clear:both;
	font-size:0.9em;
	font-weight:400;
	color:#666;
	text-align:justify;
	}
	.tx-swipe2{
		color:#FFF;
	}
	.tx-swipe h3, .tx-swipe2 h3{
	position:relative;
	margin-top:20px;
	font-size:1.3em;
	font-weight:700;
	}
	.ver2{
		position:relative;
		clear:both;
		margin-top:20px;
		width:93px;
		height:25px;
		background-image: url(../img/ver2.png);
		display:block;
	}
	.barra-legal{
		background:#333;
		position:absolute;
		width:100%;
		height:38px;
		color:#CCC;
		bottom:0px;
		text-align:center;font-size:0.9em;
		padding-top:10px;
	}
	.politica{
		font-family: 'Roboto', sans-serif;
		font-weight:300;
		position:relative;
		margin:0 auto;
		width:200px;
		text-align:left;
		display:block;
	}
	.politica span{
		-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
	.politica span:hover{
	color: #E44951;
	}
	.btn-arco{
		position:relative;
		color:#C00;
		text-align:right;
		width:100%;
		display:block;
		overflow:hidden;
	}
	.btn-arco:hover{
		color:#000;
	}
	.imagenes-popup{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-align:center;
	font-size: 2em;
	color: #666;
	position: fixed;
	width: 550px;
	height: 550px;
	margin-left: 50%;
	left: -300px;
	top: 10%;
	background-color: #CCC;
	border: 25px solid #FFF;
	padding:20px;
	}
	.logo-popup-inicio{
		position:relative;
		background-image: url(../../img/logo3.png);
		width:178px;
		height:138px;
		margin:10px auto;
	}
	.icono-popup-inicio{
		position:relative;
		background-image: url(../../img/certi-ver-e.png);
		width:127px;
		height:40px;
		margin:60px auto 0 auto;
		display:block;
	}
.icono-popup-inicio-2{
		position:relative;
		background-image: url(../../img/chambers.jpg);
		width:200px;
		height:55px;
		margin:0px auto 0 auto;
		display:block;
	}
.icono-news{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}
.slider{
    width:100%;
	height: 40px;
    overflow:hidden;
    position:absolute;
	bottom: 0;
    margin:0;
	border-top: solid 1px #DA262E;
	border-bottom: solid 1px #DA262E;
}

.slider ul{
    background-color: #373737;
    overflow:hidden;
    width:1000%;
    margin:0;
	height: 40px;
}
.slider li{
    list-style:none;
    display:inline-block;
    padding:9px 50px;
	color: #E4E4E4;
	height: 40px;
	border-right: solid 3px #DA262E;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.slider li a{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.slider li a:hover{
	color: #FF313A;
}
.bold{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.rojo{
	font-family: 'Montserrat', sans-serif;
	color: #DA262E;
	font-size: 1.1em;
	font-weight: 700;
}