@charset "UTF-8";

@font-face {
	font-family: Helvetica Ligera;
	src:url(../fonts/Helvetica.dfont);
}

body {
    background-color: #ffffff;
    color:#6B6B6B;
    padding: 0;
    margin: 0;
    font-family: "Helvetica";
}
/* css seccion nosotros animacion*/
.selectio{
	margin: 2% 0% 5% 0%
}
.misión, .proposito, .visión{
	margin: 0% 0% 10% 0%
}
.misión, .div_valores{
	margin-top: 10%;
}
.div_valores{
	margin-bottom: 30%;
}
.vertical{
	writing-mode: vertical-lr;
}
.vertical h1{
	margin:0;
}
.img_1{
	/* margin-top: -20%; */
	position: relative;
	right: 20%;
}
.titulo{
	position: absolute;
	top: 40vh;
}
 #mision{
	position: absolute;
	top: 40vh;
}
.div_titulo{
	position: relative;
}
.div_fondo{
	position: absolute  !important;
	/* top: 42vh; */
	bottom: 0;
}
.palabra{
	opacity: 0;
}
/* css seccion nosotros animacion*/

.banner{
	padding-bottom: 100px;
}
.down{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10%;
}

.down img{
	width: 35px;
	height: auto;
}
.slide{
	background-image:url(../../images/selectio-fondo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.carousel{
	width: 100%;
	margin-top: 300px;
}
.slide img{
	width: 18%;
	height: auto;
}

.slide ol li:empty{
	background: #850f5b;
	border: 0;
}

.carousel-indicators{
	margin-bottom: -20%;
}
.carousel-indicators:empty{
	background: red;
}
	
.item img{
		margin-left: 71%;


}

.carousel{
		padding: 0 15px;
}

.gif2{
	width: 100%;
	height: auto;
	text-align: left;
	/* margin-top: 20%; */
	padding-bottom: 5%;

}
.gif2 img{
	width: 90%;
	height: auto
}
/*For Home Section*/
.home{
    background: red;
    width: 100%;

}


.home-main-content {
    position: relative;
    height: 100%;
    overflow: hidden;
	padding-bottom: 18%;;
    background: -webkit-linear-gradient(#FFD00E, #FF9A01); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(#FFD00E, #FF9A01); /* Opera 11.1+ */
    background: -moz-linear-gradient(#FFD00E6, #FF9A01); /* Firefox 3.6+ */
    /* slightly visible only when we resize this element */
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.nosotros{
	background: -webkit-linear-gradient(#FF9A01, #FF003D); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(#FF9A01, #FF003D); /* Opera 11.1+ */
    background: -moz-linear-gradient(#FF9A01, #FF003D); /* Firefox 3.6+ */
	padding: 150px 0;
	color: white;
	width: auto;
}

.servicio{
	background:  -webkit-linear-gradient(#FF003D, purple); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(#FF003D, purple); /* Opera 11.1+ */
    background: -moz-linear-gradient(#FF003D, purple); /* Firefox 3.6+ */
	/* padding: 150px 0; */
	color: white;
}
.contacto{
	background: -webkit-linear-gradient(purple, #00CCCA); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(purple, #00CCCA); /* Opera 11.1+ */
    background: -moz-linear-gradient(purple #00CCCA); /* Firefox 3.6+ */
	padding: 150px 0;
	color: white;
}
.home-main-content.move-out {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.no-js .home-main-content {
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
}


.cd-header {
    position: absolute;
    top:5%;
    left: -2%;
    width: 90%;
    height: 50px;
    z-index: 2;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}


#cd-logo {
    position: absolute;
    left: 12%;
    top: 1%;
    width: 250px;
    height: auto;
}


.cd-menu-trigger {
    display: inline-block;
    position: fixed;
    margin-left: 90%;
    padding: 0 .8em;
    text-transform: uppercase;
    font-weight: bold;
	margin-top: 1%;
}
.cd-menu-trigger span {
    /* hamburger icon */
    position: relative;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: white;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.cd-menu-trigger span::before, .cd-menu-trigger span::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.cd-menu-trigger span::before {
    top: -9px;
	width: 30px;
}
.cd-menu-trigger span::after {
    bottom: -9px;
}
.no-touch .cd-menu-trigger:hover span::before {
    top: -8px;
}
.no-touch .cd-menu-trigger:hover span::after {
    bottom: -8px;
	
}
 
#main-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
	background:#850f5b;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    /* we move this element off the canvas */
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 3;
}

#main-nav ul {
    height: 100%;
    overflow-y: scroll;
}
#main-nav li {
    height: 20%;
	list-style: none;
}
#main-nav li a {
    position: relative;
    display: block;
	text-align: center;
    padding: 0 10%;
    height: 100%;
    border-bottom: 0.01px solid #dfdbec;
    color: white;
	background:#850f5b;
    font-weight: bold;
	margin-left:-5%;
}
#main-nav li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.no-touch #main-nav li a:hover {
    background-color: #700850;
}
#main-nav li:last-child a {
    border-bottom: none;
}
#main-nav .cd-close-menu {
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#main-nav .cd-close-menu::before, #main-nav .cd-close-menu::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 10px;
    width: 20px;
    height: 3px;
    background-color: white;

}
#main-nav .cd-close-menu::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#main-nav .cd-close-menu::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.no-touch #main-nav .cd-close-menu:hover::before {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.no-touch #main-nav .cd-close-menu:hover::after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
#main-nav.is-visible {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.no-js #main-nav {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.no-js #main-nav .cd-close-menu {
    display: none;
}


.tile{
	color:rgba(255,255,255,0.75);
-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg);
	position: absolute;
	margin-left:-90px;
	margin-top: 90px;
}
.up{
	margin-top: -100px;
}
p{
	font-weight: 200;
	font-size: 1.5rem;
}
.direccion{
	font-size: 12px;
}
.btn-info{
	background-color: darkorchid;
	width: 80px;
	font-size: 1.3rem !important;
}
.btn-info:hover{
	background-color:blueviolet;
}
footer{
	background-color: #00CCCA;
	color: white;
	font-size: 9px;
	text-align: center;
	padding: 0 0 20px 0;
}

.face{
	width: 240px;
	height: 50px;
	background-image: url(../../images/facebook.svg);
	background-repeat: no-repeat;
	margin-left: 30%;
}
.face:hover{
	width: 300px;
	height: 50px;
	background-image: url(../../images/facebook_2.svg);
	background-repeat: no-repeat;
	align-content: flex-end;
}
.twit{
	width: 240px;
	height: 50px;
	background-image: url(../../images/twitter.svg);
	background-repeat: no-repeat;
	margin-left: 30%;
}
.twit:hover{
	width: 300px;
	height: 50px;
	background-image: url(../../images/twitter_2.svg);
	background-repeat: no-repeat;
	align-content: flex-end;
}
.you{
	width: 240px;
	height: 50px;
	background-image: url(../../images/youtube.svg);
	background-repeat: no-repeat;
	margin-left: 30%;
}
.you:hover{
	width: 300px;
	height: 50px;
	background-image: url(../../images/youtube_2.svg);
	background-repeat: no-repeat;
	align-content: flex-end;
}
.lin{
	width: 240px;
	height: 50px;
	background-image: url(../../images/linkedin.svg);
	background-repeat: no-repeat;
	margin-left: 30%;
}
.lin:hover{
	width: 300px;
	height: 50px;
	background-image: url(../../images/linkedin_2.svg);
	background-repeat: no-repeat;
	align-content: flex-end;
}
.politicas{
	background-color:transparent;
	border:0px;
}
.gif3{
		display: none;
}
.div_btn_info{
	padding: 0 !important;
}
/* (1920x1080) Full HD Display */
@media (min-width: 1920px) and (max-width: 2560px)  {
	.div_fondo {
		position: absolute !important;
		/* top: 33vh; */
		bottom: 0;
	}
	.titulo{
		position: absolute;
		top: 30vh;
	}
	 #mision{
		position: absolute;
		top: 30vh;
	}
	#cd-logo {
		position: absolute;
		top: 15%;
	
	}

}
@media only screen and (max-width: 1200px){
    .div_fondo {
		position: absolute !important;
		/* top: 33vh; */
		bottom: 0;
	}
	.titulo{
		position: absolute;
		top: 30vh;
	}
	 #mision{
		position: absolute;
		top: 30vh;
	}
}
@media(max-width:990px){
	
		.tile{
	color:rgba(255,255,255,0.75);
-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg);
	position: absolute;
	margin-left:-50px;
	margin-top: -30px;
	}
	.face{
	margin-left: 60%;
	}
	.twit{	
	margin-left: 60%;
	}
	.you{	
	margin-left: 60%;
	}
	.lin{	
	margin-left: 60%;
	}
	.img_1{
		right: unset;
	}
	.div_fondo {
		position: unset;
		top: 33vh;
	}
	.titulo{
		position: unset;
		top: 25vh;
	}
	 #mision{
		position:unset;
		top: 25vh;
	}
}
@media(max-width:768px){
	/* css seccion nosotros animacion*/
		.titulo{
			position: unset !important;
		}
		#mision{
			position: unset !important;
		}
		.div_titulo{
			position: unset !important;
		}
		.div_fondo{
			position: unset !important;
			/* bottom: unset; */
		}
	/* css seccion nosotros animacion*/

	.slide{
		background-image:url(../../images/seleccion.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.carousel{
		width:70%;
		margin-top: 50%;
		margin-left: 15%;
	}
	
	.slide img{
		
		width: 55%;
		height: auto;
		margin-left: 1%;
	}
	
	.carousel-indicators{
		margin-bottom: -20%;
	}
	
	.item img{
		margin-left: 16%;


	}

	.carousel{
		padding: 0 15px;
	}
	#main-nav li a {
	margin-left:-10%;
	}
	.face{
	margin-left: 55%;
	}
	.twit{	
	margin-left: 55%;
	}
	.you{	
	margin-left: 55%;
	}
	.lin{	
	margin-left: 55%;
	}

	.gif2{
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 0;

}
}
@media(max-width:580px){
	.cd-menu-trigger{
		margin-left: 84%;
	}
	.div_btn_info{
		padding: 0;
    	text-align-last: center;
	}
	.face{
		width: 30px;
		height: 30px;
		background-image: url(../../images/f.svg);
		background-repeat: no-repeat;
		margin: 0;
	}
	.face:hover{
		width: 33px;
		height: 30px;
		background-image: url(../../images/f.svg);
		background-repeat: no-repeat;
		align-content: flex-end;
	}
	.twit{	
		width: 30px;
		height: 30px;
		background-image: url(../../images/t.svg);
		background-repeat: no-repeat;
		margin: 0;

	}
	.twit:hover{
		width: 33px;
		height: 30px;
		background-image: url(../../images/t.svg);
		background-repeat: no-repeat;
		align-content: flex-end;
	}
	.you{	
		width: 30px;
		height: 30px;
		background-image: url(../../images/y.svg);
		background-repeat: no-repeat;
		margin: 0;
	}
	.you:hover{
		width: 33px;
		height: 30px;
		background-image: url(../../images/y.svg);
		background-repeat: no-repeat;
		align-content: flex-end;
	}
	.lin{	
		width: 30px;
		height: 30px;
		background-image: url(../../images/l.svg);
		background-repeat: no-repeat;
		margin: 0;

	}
	.lin:hover{
		width: 33px;
		height: 30px;
		background-image: url(../../images/l.svg);
		background-repeat: no-repeat;
		align-content: flex-end;
	}
	.down{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: -10%;
	}
	#cd-logo {
		position: absolute;
		left: 12%;
		top: -10px;
		width: 200px;
		height: auto;
	}
		.gif2{
			display: block;
	}

		.gif3{
			display:block;
		width: 100%;
		height: auto;
		text-align: left;

	}
	.gif3 img{
		width: 90%;
		height: auto
	}
	#main-nav .cd-close-menu {
		right: 0;
	}
}


