@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
    font-family: 'Gilroy ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/Gilroy-ExtraBold.otf') format('otf');
}
@font-face {
    font-family: 'Gilroy Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/Gilroy-Light.otf') format('otf');
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1130px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	width: 100%;
	z-index: 3;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
}

#logo{
	display: block;
	width: 239px;
	position: absolute;
	top: 25px;
	left: calc(50% - 120px);
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	width: auto;
	height: 41px;
	position: absolute;
	bottom: 0px;
	right: 15px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 41px;
	width: 69px;
	text-align: center;
	display: block;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url(../images/redes/red1.png) center no-repeat;
}
#redes .tr{
	background: url(../images/redes/red3.png) center no-repeat;
	margin-left: -19px;
}
#redes .in{
	background: url(../images/redes/red2.png) center no-repeat;
	margin-left: -19px;
}
#redes a:hover,#redes a:focus{
	transform: rotate(-4deg);
}

#topMenu{
	height: 170px;
	width: 100%;
	position: relative;
	background: url(../images/banner/menu.jpg) top center no-repeat;
	background-size: cover;
}
#topMenu .container{
	height: 100%;
}
#menu{
	margin: auto;
	position: absolute;
	left: 15px;
	bottom: 0;
	height: 46px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0px;
	height: 46px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#menu li:before{
	
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 700;
	line-height: 41px;
	height: 41px;
	padding: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#menu li a span{
	display: block;
	position: relative;
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	background: transparent;
}
#menu li:last-child:before{
	width: 0;
	height: 0;
	border-radius: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
	transform: rotate(-4deg);
}
#menu li.active a span, #menu li a:hover span, #menu li a:focus span{
	transform: rotate(4deg);
	bottom: -1px;
}

#menu li.active a:before, #menu li a:hover:before, 
#menu li a:focus:before{
	width: 100%;
	height: 10px;
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	transform: rotate(4deg);
}
#menu li a.titulo1{
	background: #00aef0;
	width: 100px;
	padding-left: 29px;
}
#menu li.active a.titulo1:before, #menu li a.titulo1:hover:before, 
#menu li a.titulo1:focus:before{
	background: #00aef0;
}
#menu li a.titulo2{
	background: #ff66c4;
	width: 110px;
	padding-left: 24px;
	margin-left: -10px;
}
#menu li.active a.titulo2:before, #menu li a.titulo2:hover:before, 
#menu li a.titulo2:focus:before{
	background: #ff66c4;
}
#menu li a.titulo3{
	background: #f73f3f;
	width: 120px;
	padding-left: 26px;
	margin-left: -10px;
}
#menu li.active a.titulo3:before, #menu li a.titulo3:hover:before, 
#menu li a.titulo3:focus:before{
	background: #f73f3f;
}
#menu li a.titulo4{
	background: #ff8a25;
	width: 120px;
	padding-left: 26px;
	margin-left: -15px;
}
#menu li.active a.titulo4:before, #menu li a.titulo4:hover:before, 
#menu li a.titulo4:focus:before{
	background: #ff8a25;
}
#menu li a.titulo5{
	background: #6ac729;
	width: 130px;
	padding-left: 29px;
	margin-left: -17px;
}
#menu li.active a.titulo5:before, #menu li a.titulo5:hover:before, 
#menu li a.titulo5:focus:before{
	background: #6ac729;
}

/*Footer*/
#datFooter{
	background: #3a3a3a;
	padding-top: 66px;
}
#redes2{
	height: 47px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 34px;
}
#redes2 a{
	color: #ffffff;
	height: 47px;
	width: 47px;
	text-align: center;
	display: block;
	position: relative;
	border-radius: 50%;
	margin-right: 7px;
}
#redes2 a:last-child{
	margin-right: 0px;
}
#redes2 .fb{
	background: url(../images/redes/redes1.png) center no-repeat;
}
#redes2 .tr{
	background: url(../images/redes/redes3.png) center no-repeat;
}
#redes2 .in{
	background: url(../images/redes/redes2.png?v2) center no-repeat;
}
#redes2 a:hover,#redes2 a:focus{
	transform: scale(1.1);
}
.titleCntDat{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0.75px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 33px;
}
.titleCntDat strong{
	font-weight: 900;
}
.contentMenuFoot{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 45px;
}
.contentMenuFoot a{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: center;
}
.contentMenuFoot div{
	margin-right: 53px;
}

#telsDatFooter{
	background: #2a2a2a;
	border-top: solid 1px #5d5d5d;
}
.cntTelDatFooter{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	flex-wrap: wrap;
}
.cntTelDatFooter a{
	color: #ffffff;
}
.cntTelDatFooter div{
	margin-right: 65px;
	position: relative;
}
.cntTelDatFooter div:nth-child(2){
	margin-right: 0;
}
.cntTelDatFooter div:nth-child(3),
.cntTelDatFooter div:nth-child(4){
	width: 100%;
	margin-right: 0px;
}
.cntTelDatFooter div:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #ffffff;
	top: calc(50% - 2px);
	right: -32.5px;
	border-radius: 50%;
}
.cntTelDatFooter div:nth-child(2):before,
.cntTelDatFooter div:nth-child(3):before,
.cntTelDatFooter div:last-child:before{
	width: 0;
	height: 0;
}
.contentMenuFoot div:last-child,.cntTelDatFooter div:last-child{
	margin-right: 0px;
}


#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: #1b1b1b;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 84px; 
}
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: inherit;
  	display: flex;
  	align-items: center;
  	min-height: inherit;
  	color: white;
}
#footer .container{
    color: inherit;
    font-family:inherit; 
	font-size:inherit;
}
#footer .tfooter {
  	line-height: 16px;
  	text-align: left;
  	float: left;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
  	line-height: 16px;
  	margin: 0 auto 0;
  	width: auto;
  	text-align: right;
  	float: right;
  	display: flex;
  	align-items: center;
}
#footer #powered a {
  	color: inherit;
  	display: flex;
  	padding: 0 0 0 28px;
  	min-height: 22px;
  	align-items: center;
  	margin-left: 5px;
  	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/




/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


#sliderTop{
	z-index: 3;
	height: 395px;
	margin-top: 170px;
}
#sliderTop .slides li{
	height: 395px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img{
	display: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.contentSliderTop{
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.cntSliderTop{
	height: 100%;
	background: url(../images/banner/caption.png) bottom left no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	font-family: 'Gilroy ExtraBold', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: right;
	padding-left: 40px;
	position: relative;
}
.cntSliderTop:before{
	content: '';
	position: absolute;
	top: 0;
	right: -500px;
	background: url(../images/banner/cap.png) center no-repeat;
	background-size: cover;
	width: 500px;
	height: 100%;
}
.cntSliderTop .div1{
	font-family: 'Gilroy Light', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 20px;
	margin-top: 15px;
	position: relative;
	border-top: solid 6px rgba(255,255,255,0.5);
}
.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}

.flex-control-nav {
    width: 100%;
    max-width: 720px;
    margin-right: auto;
    margin-right: auto;
    position: absolute;
    bottom: 24px;
    left: calc(50% - 360px);
    text-align: right;
    z-index: 2;
    padding-right: 5px;
}
.flex-control-paging li a {
	color: transparent;
	width: 21px;
	height: 21px;
	border: solid 5px #FFF;
	background: #ffffff;
	box-shadow: inset 0 0 0 transparent;
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
	background: transparent;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
    background: #79cf53;
    cursor: default;
}

#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

#textHome1{
	background: #06b1f1;
}
#textHome1 h1{
	font-family: 'Lilita One', cursive;
	font-weight: 400;
	font-size: 36px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 50px 0;
}
#textHome2{
	background: url(../images/inicio/bg1.webp) center no-repeat;
	background-size: cover;
}
.contentHome2{
	padding-top: 60px;
	padding-bottom: 3px;
	padding-left: 100px;
}
.titleItemHome1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #4f4f4f;
	text-align: left;
}
.subtitleHome1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
}
.cntHome2{
	display: flex;
	margin-bottom: 57px;
	flex-wrap: wrap;
	justify-content: center;
}
.itemHome2a{
	width: 100%;
	display: flex;
	align-items: center;
}
.itemHome2b{
	margin-top: 57px;
	padding-left: 0px;
}
.itemHome2a figure{
	width: 144px;
	margin-right: 24px;
}
.itemFigure2b{
	width: calc(100% - 166px);
}
.itemHome2ac{
	align-items: flex-start;
}
.itemHome2ac .itemFigure2b{
	padding-top: 35px;
}
.itemHome2ac .itemFigure2b .subtitleHome1{
	line-height: 22px;
}


#textHome3{
	background: url(../images/inicio/bg2.webp) center no-repeat;
	background-size: cover;
	margin-top: 10px;
}
.contentHome3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	padding: 85px 0;
}
#textHome4{
	margin-bottom: 10px;
	position: relative;
}
#textHome4:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 1;
	background: #ffffff;
}
#textHome4 .row{
	margin: 0 -1px;
}
#textHome4 .row div[class*="col-"]{
	padding: 0 1px;
}
#textHome4 .row div[class*="col-"]:before{
	content: '';
	position: absolute;
	top: 0;
	right: -5px;
	width: 10px;
	height: 100%;
	background: #ffffff;
	z-index: 1;
}
#textHome4 .row div[class*="col-"]:nth-child(4):before{
	width: 0;
	height: 0;
}

#textNos1{
	background: url(../images/nosotros/fondo1.webp) center no-repeat;
	background-size: cover;
}
.cntNos1{
	text-align: center;
	font-family: 'Lilita One', cursive;
	font-weight: 400;
	font-size: 30px;
	line-height: 31px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 35px 0;
}
#textNos2{
	padding-top: 70px;
	padding-bottom: 70px;
}
.titleNos2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.25px;
	color: #888585;
}
.contentNos3{
	height: 449px;
	padding-top: 130px;
	position: relative;
	z-index: 1;
}
.contentNos3:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: -409px;
	width: 1348px;
	height: 449px;
	background: url(../images/nosotros/fondo2.webp) center top no-repeat;
	background-size: cover;
}
.contentNos3:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: -150px;
	width: 475px;
	height: 402px;
	background: url(../images/nosotros/img1.webp) center top no-repeat;
	background-size: cover;
	z-index: 1;
}
.cntNos3{
	position: relative;
	z-index: 2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	max-width: 380px;
}
.titleNos3{
	font-family: 'Lilita One', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-align: left;
	margin-bottom: 35px;
}
#textNos4{
	background: url(../images/nosotros/fondo3.webp) center no-repeat;
	background-size: cover;
	padding: 27.5px 0;
}
#textNos4 img{
	margin-right: auto;
	margin-left: auto;
}

.contentNos5{
	max-width: 1033px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
	padding-top: 34px;
}
.contentNos5 figure{
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.contentNos5 figure.figure1{
	max-width: 1033px;
}
.contentNos5 figure.figure2,.contentNos5 figure.figure3,
.contentNos5 figure.figure5,.contentNos5 figure.figure6,
.contentNos5 figure.figure8,.contentNos5 figure.figure9{
	max-width: 499px;
}
.contentNos5 .row{
	margin: 0 -10px;
}
.contentNos5 div[class*="col-"]{
	margin-bottom: 34px;
	padding: 0 10px;
}
.contentNos5 .itemNos5{
	margin-bottom: 34px;
}

.titleNos5Item{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	width: 690px;
	height: 63px;
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 22px;
	padding: 0 5px;
}
.titleNos5Item.centerTitle{
	left: calc(50% - 345px);
	top: calc(50% - 31.5px);
}
.titleNos5Item.bottomTitle{
	top: auto;
	bottom: 35px;
	width: 330px;
	height: 80px;
}
.titleNos5Item.bottomTitleR{
	left: auto;
	right: 0;
}
.contentNos5 .figure1:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	bottom: 0;
	left: -300px;
	background: url(../images/nosotros/pies1.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure2:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	bottom: -39px;
	left: -300px;
	background: url(../images/nosotros/pies3.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure3:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	top: -35px;
	right: -300px;
	background: url(../images/nosotros/pies2.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure4:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	bottom: -82px;
	left: -300px;
	background: url(../images/nosotros/pies5.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure4:after{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	top: 2px;
	right: -300px;
	background: url(../images/nosotros/pies4.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure5:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	bottom: -127px;
	left: -300px;
	background: url(../images/nosotros/pies7.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure6:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	top: 48px;
	right: -320px;
	background: url(../images/nosotros/pies6.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure7:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	top: 92px;
	right: -320px;
	background: url(../images/nosotros/pies8.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure8:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	top: -132px;
	left: -280px;
	background: url(../images/nosotros/pies9.png) center no-repeat;
	background-size: cover;
}
.contentNos5 .figure9:before{
	content: '';
	position: absolute;
	width: 248px;
	height: 264px;
	top: 132px;
	right: -320px;
	background: url(../images/nosotros/pies10.png) center no-repeat;
	background-size: cover;
}

#textGrados1{
	background: url(../images/grados/bg1.jpg) center no-repeat;
	background-size: cover;
}
#textGrados1 .container{
	font-family: 'Lilita One', cursive;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.05px;
	color: #ffffff;
	padding: 41.5px 15px;
	text-align: center;
}
#textGrados2{
	padding-top: 97px;
	padding-bottom: 42px;
}
#textGrados2 .row{
	margin: 0 -29px;
}
#textGrados2 div[class*="col-"]{
	padding: 0 29px;
	margin-bottom: 58px;
	width: 100%;
}
.contentGrados2{
	max-width: 521px;
	margin-left: auto;
	margin-right: auto;
}
.titleGrados2{
	font-family: 'Lilita One', cursive;
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: center;
	height: 75px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleGrados2.color1{
	background: url(../images/grados/color1.png);
}
.cntGrados2.color1{
	background: #ececec;
}

.titleGrados2.color2{
	background: url(../images/grados/color2.png);
}
.cntGrados2.color2{
	background: url(../images/grados/color2a.png);
}

.titleGrados2.color3{
	background: url(../images/grados/color3.png);
}
.cntGrados2.color3{
	background: url(../images/grados/color3a.png);
}

.titleGrados2.color4{
	background: url(../images/grados/color4.png);
}
.cntGrados2.color4{
	background: url(../images/grados/color4a.png);
}

.titleGrados2.color5{
	background: url(../images/grados/color5.png);
}
.cntGrados2.color5{
	background: url(../images/grados/color5a.png);
}

.titleGrados2.color6{
	background: url(../images/grados/color6.png);
}
.cntGrados2.color6{
	background: url(../images/grados/color6a.png);
}

.cntGrados2{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 18px;
}
.contenidoGradoPrincipal{
	border: dashed 1px #ffffff;
	height: 322px;
	position: relative;
}
.cntFooterPrincipal{
	border: dashed 1px #ffffff;
	margin-top: 19px;
}
.titleGradoPrin1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.25px;
	color: #282828;
	padding-top: 14px;
	padding-bottom: 50px;
}
.titleGradoPrin1.titleGradoPrin2a{
	padding-bottom: 30px;
}
.contenidoGradoPrincipal ul{
	list-style-image: url(../images/grados/li.png);
	margin-left: 15px;
}
.contenidoGradoPrincipal ul li{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #282828;
	line-height: 15px;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.25px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.contenidoGradoPrincipal ul li:last-child{
	padding-bottom: 0;
}
.contenidoGradoPrincipal ul li span{
	font-size: 14px;
}
.ulicntGrado{
	padding-left: 25px;
}
.horarioGrado{
	padding-left: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: left;
	color: #282828;
	position: absolute;
	bottom: 10px;
	left: 25px;
}
.horarioGrado2{
	bottom: 55px;
}
.horarioGrado img{
	margin-right: 15px;
}
.cntFooterPrincipal{
	display: flex;
	justify-content: center;
	height: 41px;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #282828;
	letter-spacing: 0.25px;
}
.cntFooterPrincipal strong{
	font-size: 18px;
}
.cntFooterPrincipal img{
	margin-right: 14px;
}
.itemFootPrincipal1{
	display: flex;
	width: 100%;
	text-align: left;
	justify-content: center;
}
.itemFootPrincipal2{
	display: flex;
	width: 100%;
	justify-content: center;
}
.itemFootB1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemFootB2{
	margin-left: 18px;
}
.titleGradoPrin2{
	padding-bottom: 28px;
}
.titleGradoPrin4{
	padding-bottom: 30px;
}
.li4ulGrado4{
	line-height: 20px !important;
}
.titleGradoPrin5{
	padding-bottom: 25px;
}

.ulicntGrado6 {
    text-align: center;
    padding-left: 0;
}
.ulicntGrado6 ul{
	display: inline-block;
}
#textGal1{
    background: url(../images/galeria/title.png) center no-repeat;
    background-size: cover;
}
#textGal1 .container{
    font-family: 'Lilita One', cursive;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 41.5px 15px;
    text-align: center;
}
#textGal2{
	padding-top: 34px;
}
#textGal2 div[class*="col-"]{
	margin-bottom: 34px;
}
.contGaleria{
	max-width: 345px;
}
.contGaleria figure{
	border: solid 7px #e4e4e4;
	border-radius: 5px;
	background: #e4e4e4;
	position: relative;
}
.contGaleria a:hover figure:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/galeria/hover.png) center no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
}
.contGaleria figure img{
	border-radius: 5px;
}

#textCont1{
	background: url(../images/contacto/title.png) center no-repeat;
    background-size: cover;
}
#textCont1 .container{
	font-family: 'Lilita One', cursive;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 41.5px 15px;
    text-align: center;
}
#formTop{
	position: relative;
	padding-bottom: 33px;
	padding-top: 55px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
	position: relative;
	margin-bottom: 55px;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 8px
}
#frmContacto .form-control{
	display: block;
	height: 45px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 12.4px;
	font-weight: 400;
	color: #979797;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #dddddd;
	padding-left: 14px;
}
#frmContacto .textarea{
	height: 92px;
	padding-top: 10px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:48px; 
	background: url(../images/contacto/submit.png) center no-repeat; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:12.4px;
	width: 94px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 14px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#979797; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#979797; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#979797; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#dirMap{
	background: #3a3a3a;
}
#dirMap .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14.07px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	padding: 18px 0;
}
#dirMap .tit img{
	display: inline;
	position: relative;
	top: 7px;
	margin-right: 12px;
}
.mapaC{
	height: 400px;
}
#textCont2{
	background: #e9e7e7;
	padding-top: 56px;
	padding-bottom: 62px;
}
.contentCont2{
	display: flex;
	flex-wrap: wrap;
}
.contentCont2 .tit{
	color: #3a3a3a;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.25px;
	text-align: left;
	position: relative;
	width: 188px;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.contentCont2 .tit:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: url(../images/contacto/linea.png);
	bottom: 0;
	left: -1px;
}

.itemCont2a a,.itemCont2b a{
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	color: #282828;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}
.itemCont2a a img,.itemCont2b a img{
	margin-right: 15px;
}

.itemCont2a{
	margin-right: 30px;
}
.itemCont2b{
	margin-right: 30px;
}
.itemCont2c{}

#redes3{
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	margin-top: -8px;
}
#redes3 a{
	color: #ffffff;
	height: 30px;
	width: 30px;
	text-align: center;
	display: block;
	position: relative;
	border-radius: 50%;
	margin-right: 7px;
}
#redes3 a:last-child{
	margin-right: 0px;
}
#redes3 .fb{
	background: url(../images/contacto/red.png) left center no-repeat;
}
#redes3 .tr{
	background: url(../images/contacto/red.png) right center no-repeat;
}
#redes3 .in{
	background: url(../images/contacto/red.png) center no-repeat;
}
#redes3 a:hover,#redes3 a:focus{
	transform: scale(1.1);
}

.speUL2Grado{
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #282828;
	padding-left: 160px;
	padding-top: 10px;
}