@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Courgette');

@font-face 
{
    font-family: 'montserratblack';
    src: url('../webfonts/montserrat/montserrat-black-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratbold';
    src: url('../webfonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratextrabold';
    src: url('../webfonts/montserrat/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratextralight';
    src: url('../webfonts/montserrat/montserrat-extralight-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratextralight_italic';
    src: url('../webfonts/montserrat/montserrat-extralightitalic-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratlight';
    src: url('../webfonts/montserrat/montserrat-light-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratlight_italic';
    src: url('../webfonts/montserrat/montserrat-lightitalic-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratmedium';
    src: url('../webfonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratregular';
    src: url('../webfonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'montserratsemibold';
    src: url('../webfonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../webfonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'acmeregular';
    src: url('../webfonts/acme/acme-regular-webfont.woff2') format('woff2'),
         url('../webfonts/acme/acme-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*-------------------*/
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
*:focus
{
	outline:none;
}
a
{
	text-decoration:none;
	cursor:pointer;
}
audio 
{
    max-width: 300px;
	width: 100%;
    height: 32px;
}
b
{
	font-family: 'montserratregular';
}
body
{
	font-size:17px;
	font-family: 'montserratregular';
	color:#616161;
	line-height:23px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
li
{
	list-style:none;
}
/*******************/

h1
{
	font-size: 0;
	display: inline-block;
	position: relative;
}
h1:after
{
	content: "";
	display: block;
	position: absolute;
	bottom: -25px;
	z-index: 999;
	border-top: 25px solid #fff;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
}
h1 img
{
	max-width: 180px;
	width: 100%;
}
header
{
	height: 100px;
}
header .content
{
	height: 100%;
	background: url(../images/back-arbol.jpg) right top -30px no-repeat;
}
header .logo,
header .menu
{
	float: left;
}
header .logo
{
	width: 20%;
	padding-left: 10px;
	text-align: center;
	line-height: 0;
}
header .menu
{
	width: 80%;
	text-align: right;
	padding-right: 10px;
	padding-top: 30px;
}
nav 
{
	position: relative;
}
nav > ul
{
	font-size: 0;
}
nav > ul > li
{
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	background: url(../images/hover-menu.jpg) no-repeat;
	background-position: top right;
	background-size: 0 2px;
}
nav > ul > li:last-child
{
	background: url(../images/boton-azul.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -7px;
	transition: transform .2s;
}
nav > ul > li > a
{
	color: #0c3554;
	font-family: 'acmeregular';
	display: block;
	position: relative;
	padding: 8px 10px;
	font-size: 16px;
	text-transform: uppercase;
	background: url(../images/hover-menu.jpg) no-repeat;
	background-position: bottom left;
	background-size: 0 2px;
	cursor: pointer;
}
nav > ul > li:last-child > a
{
	padding: 16px 20px 10px 20px;
	color: #fff;
	font-size: 18px;
}
nav > ul > li > a i
{
	font-size: 11px;
	color: #a71929;
}

footer
{
	background: #0c2232;
	padding: 20px 15px;
	position: relative;
}
footer p
{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
footer p a
{
	color: #fff;
	font-family: 'montserratbold';
}

.form-admisiones{
	max-width: 820px;
	margin: auto;
}
.form-admisiones > div
{
	font-size: 15px !important;
	margin-bottom: 20px;
}
.form-admisiones > div label
{
	display: block;
	font-family: 'montserratmedium';
	color: #0c3552;
}
.form-admisiones > div label span
{
	color: #a51b2c;
}

.form-admisiones input[type="text"],
.form-admisiones input[type="email"],
.form-admisiones input[type="number"],
.form-admisiones input[type="phone"],
.form-admisiones textarea
{
	width: 100%;
	height: 30px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding:  0 15px;
	font-size: 15px;
	text-align: center;
}
.form-admisiones input[type="text"]:focus,
.form-admisiones input[type="email"]:focus,
.form-admisiones input[type="number"]:focus,
.form-admisiones input[type="phone"]:focus,
.form-admisiones textarea:focus
{
	background: #f4f3f3;
}
.form-admisiones textarea
{
	height: 80px;
	resize: none;
	padding:  15px;
	font-family: 'montserratregular';
}
.form-admisiones  input[type="submit"]
{
	background: #a51b2c;
	color: #fff;
	padding: 10px;
	border: none;
font-family: 'montserratbold';
border-radius: 10px;
cursor: pointer;
}



/*Tansitions*/
nav > ul > li,
nav > ul > li > a,
.sub-menu > li > a,
.sub-menu > li > a i,
.modulos article figure,
.read-more,
.read-more:after,
.social li a,
.scrollup,
.contactenos input[type="submit"],
.contactenos,
.boton.bk-azul,
.boton.bk-rojo,
.boton.bk-amarillo,
nav > ul,
.pop-up-cerrar,
.pop-up > div,
#b-whatsapp,
#b-whatsapp a,
#b-whatsapp span,
.form-admisiones  input[type="submit"],
.col-li-3 li figure
{
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
}
.sub-menu
{
	transition: top .4s, background .4s .2s, opacity .6s;
	-moz-transition: top .4s, background .4s .2s, opacity .6s;
	-webkit-transition: top .4s, background .4s .2s, opacity .6s;
	-o-transition: top .4s, background .4s .2s, opacity .6s;
}


#accordion
{
	padding: 0 20px;
}
#accordion h4
{
	text-align: left;
	padding: 8px 15px;
	border-bottom: 1px dotted #ebb20c;
	font-family: 'acmeregular';
    font-weight: normal;
    text-transform: uppercase;
	background: #0c3552;
	color: #fff;
	position: relative;
	border-radius: 7px;
}
#accordion h4 i
{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	right: 10px;
	color: #ebb20c;
}
#accordion p
{
	padding: 20px 15px;
	font-size: 15px;
	line-height: 20px;
	background: #f4f3f3;
}
/*galeria*/
#lightgallery,
#lightgallerya,
#lightgalleryb,
#lightgalleryc,
#lightgallerd,
#lightgallerydos
{
	text-align:left;
	font-size:0;
}
#lightgallery li,
#lightgallerya li,
#lightgalleryb li,
#lightgalleryc li,
#lightgalleryd li,
#lightgallerydos li
{
	display:inline-block;
	vertical-align: top;
    height: 110px;
    width: 18%;
    margin: 0 1% 10px 1%;
    overflow: hidden;
    opacity: 1;
    font-size: 17px;
	border: 2px solid #058693;
}
#lightgallerydos li
{
	height: 175px;
    width: 31%;
}
#lightgallery img,
#lightgallerya img,
#lightgalleryb img,
#lightgalleryc img,
#lightgalleryd img,
#lightgallerydos img
{
	width:115% !important;
	border-radius:0 !important;
	float: none !important;
	margin:0 !important;
	position: relative;
    left: 50%;
    top: 50%;
    transform: translatex(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translate(-50%, -50%);
	opacity: 0.9;
}
#preloader
{
    position: fixed;
    top:0; 
	left:0;
    right:0; 
	bottom:0;
    z-index: 10001;
    background: #0c3552 url(../images/back-hojas.png);
}
#preloader > div
{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 300px;
  width: auto;
}
#preloader .carga
{
  color: #fff;
  text-align:center;
}
#preloader .cargando
{
  color: #fff;
  font-family: 'montserratregular';
  font-size: 17px;
  line-height:20px;
  display:block;
  width:280px;
  height:40px;
  background: url(../images/loader.gif) center bottom no-repeat;
	background-size:150px;
  margin:0 auto;
  border-radius:15px;
}

#preloader .logo-load
{
	background: url(../images/escudo.png) center center no-repeat;
	background-size: 320px;
	max-width:320px;
	width:90%;
	height:200px;
	margin:auto;
}
#itemContainer
{
	font-size: 0;
}
#galeria-fotos
{
	font-size: 0;
}
#galeria-fotos li
{
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	max-height: 319px;
	overflow: hidden;
    line-height: 0;
}
#galeria-fotos li img
{
	width: 100%;
	transition: transform .2s;
}

#galeria-albums
{
	font-size: 0;
}
#galeria-albums li
{
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	font-size: 17px;
}
#galeria-albums li img
{
	width: 100%;
}

/*class*/

.accordion 
{
  width: 100%;
  /*max-width: 1080px;*/
  height: 250px;
  overflow: hidden;
  margin: 50px auto;
	cursor: pointer;
}

.accordion ul 
{
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li 
{
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div 
{
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a 
{
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: 'acmeregular';
  transition: all 200ms ease;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.accordion ul li div a * 
{
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 
{
  font-family: 'acmeregular';
  text-overflow: clip;
  font-size: 20px;
	line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 140px;
 text-shadow: 0 0 3px #000;
}

.accordion ul li div a p 
{
  top: 140px;
  font-size: 13.5px;
	
	border-top: 1px solid #eab20c;
	font-weight: bolder;
	color: #eab20c;
}
.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 60%; }

.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.5); }

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul li a span
{
	width: 110px;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    right: 20px;
    bottom: 8px;
	cursor: pointer;
}
.banner
{
	background: #0c3554;
}
.banner-interno
{
	height: 120px;
	text-align: right;
	position: relative;
}
.banner-interno:before
{
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 0;
	height: 25px;
	background: url(../images/h2-blanco.png) left bottom no-repeat;
	background-size: 100% 25px;
}
.banner-interno:after
{
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	right: 0;
	bottom: -25px;
	height: 25px;
}
.ba-int-azul
{
	background: #0c3553 url(../images/back-hojas-oscuras.png);
}
.ba-int-azul:after
{
	background:  url(../images/h2-azul.png) right bottom no-repeat;
	background-size: 100% 25px;
}
.ba-int-rojo
{
	background: #a51b2c url(../images/back-hojas-oscuras.png);
}
.ba-int-rojo:after
{
	background:  url(../images/h2-rojo.png) right bottom no-repeat;
	background-size: 100% 25px;
}
.ba-int-amarillo
{
	background: #eab20c url(../images/back-hojas-oscuras.png);
}
.ba-int-amarillo:after
{
	background:  url(../images/h2-amarillo.png) right bottom no-repeat;
	background-size: 100% 25px;
}
.banner-interno .centrar
{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-interno h2
{
	display: inline-block;
	position: relative;
	padding: 4px 35px 4px 15px;
	font-family: 'acmeregular';
	font-weight: normal;
	font-size: 40px;
	line-height: 45px;
}
.banner-interno h2:before 
{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -15px;
}
.banner-interno h2:after 
{
    content: "";
    position: absolute;
    display: block;
    bottom: -17px;
    right: 0;
	background: url(../images/sombra-h2-banner.png) right bottom no-repeat;
	background-size: 100% 17px;
	width: 100%;
	height: 17px;
}
.boton
{
	display: inline-block;
	padding: 10px;
	border-radius: 10px 0 10px 0;
	color:#fff;
	text-transform: uppercase;
	font-family: 'acmeregular';
    font-weight: bold;
}
.boton i
{
	font-size: 20px;
	margin-left: 10px;
}
.boton.bk-amarillo
{
	color: #0c3552;
}
.bor-rojo
{
	border-right: 2px solid #a51b2c;
}
.bor-azul
{
	border-right: 2px solid #0c3552;
}
.bor-amarillo
{
	border-right: 2px solid #ebb20c;
}
.bk-azul
{
	background: #0c3552;
}
.bk-azul:before
{
	border-right: 15px solid #0c3552;
	border-bottom: 13px solid transparent;
	border-top: 40px solid transparent;
}
.bk-blanco
{
	background: #fff;
}
.bk-blanco:before
{
	border-right: 15px solid #fff;
	border-bottom: 23px solid transparent;
	border-top: 30px solid transparent;
}
.bk-rojo
{
	background: #a51b2c;
}
.bk-rojo:before
{
	border-right: 15px solid #a51b2c;
	border-bottom: 13px solid transparent;
	border-top: 40px solid transparent;
}
.bk-amarillo
{
	background: #ebb20c;
}
.bk-gris
{
	background: #f4f3f3;
}
.breadcrumbs
{
    position: absolute;
    left: 80px;
    top: 28px;
    width: 100%;
	font-size: 14px !important;
	line-height: 19px;
}
.breadcrumbs i
{
	font-size: 11px;
	color: #a51b2c;
}
.breadcrumbs a
{
	color: #a51b2c;
	text-decoration: underline;
}
.centrar
{
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: auto;
}
.centro
{
	padding: 80px 80px 20px 80px;
}
.centro article
{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
	padding:20px;
}
.centro article h3
{
	font-size: 34px;
	line-height: 39px;
	font-family: 'acmeregular';
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px dotted #a51b2c;
	padding-bottom: 15px;
}
.centro article h3 span
{
	font-weight: bolder;
	color: #a51b2c;
}
.centro article figure
{
	width: 45%;
	padding: 0;
	transform: rotate(-3deg);
	margin: 20px 2% 10px 0;
	float: left;
}
.centro article figure img
{
	width: 100%;
	transform: rotate(3deg);
}
.centro article p
{
	text-align: justify;
}

.cols
{
	font-size: 0;	
}
.cols article,
.cols div
{
	font-size: 17px;
}
.cols article
{
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 20px 1%;
	text-align: center;
}
.col-2
{
	width:  48%;
}
.col-3
{
	width:  31.3%;
}
.col-4
{
	width:  23%;
	padding: 20px 10px !important;
}
.col-5
{
	width:  18%;
	padding: 20px 10px !important;
}
.cols article h3
{
	font-size: 26px;
	line-height: 31px;
}
.cols article figure
{
	width: 100%;
	max-width:500px;
	float: none;
	margin-bottom: 40px;
	display: inline-block;
}
.cols article p
{
	text-align: justify;
	padding: 0 20px;
	display:block;
	width: 100%;
	
}
.contactenos
{
	position: relative;
	background: #a51a2c;
	position: fixed;
	z-index: 999;
	top: 45%;
	right: -338px;
	padding: 15px;
	width: 332px;
	box-shadow: 0 0 5px #000;
	border: 2px solid #fff;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	cursor: pointer;
}
.contactenos:hover
{
	right: 0px;
}
.contactenos .b-contactenos
{
	position: relative;
	position: absolute;
	top: 80px;
	left: -99px;
	background: #a51a2c;
	transform: rotate(-90deg);
	color: #fff;
	padding: 5px 15px 15px 15px;
	text-transform: uppercase;
	font-family: 'acmeregular';
	font-size: 20px;
}
.contactenos .b-contactenos:before
{
	content: "";
	position: absolute;
	display: block;
	top: -16px;
	left: 0;
	height: 17px;
	width: 100%;
	background: url(../images/b-contactenos.png) left bottom no-repeat;
}
.contactenos input[type="text"],
.contactenos input[type="email"],
.contactenos textarea
{
	width: 100%;
	display: block;
	height: 35px;
	margin-bottom: 10px;
	border: 1px dotted rgba(255,255,255,0.60);
	padding: 0 40px 0 10px;
	background: none;
	color: #fff;
	font-size: 13px;
}
.contactenos input[type="text"]:focus,
.contactenos input[type="email"]:focus,
.contactenos textarea:focus
{
	background: rgba(0,0,0,0.25);
}
.contactenos textarea
{
	height: 100px;
	resize: none;
	padding: 10px 40px 10px 10px;
}
.contactenos form > div
{
	position: relative;
}
.contactenos form > div i
{
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	background: #eab20c;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color: #a51a2c;
}
.contactenos form > div.mensaje i
{
	border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
}
::-webkit-input-placeholder 
{ /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder 
{ /* Firefox 19+ */
  color:  #fff;
}
:-ms-input-placeholder 
{ /* IE 10+ */
  color:  #fff;
}
:-moz-placeholder 
{ /* Firefox 18- */
  color:  #fff;
}
.contactenos input[type="submit"]
{
	background: #eab20c;
	border: none;
	padding: 5px 15px;
	text-transform: uppercase;
	font-family: 'acmeregular';
	font-size: 15px;
	color: #6f0512;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
.convenios
{
	font-size: 0;
	padding: 30px 0;
	background: #fff url(../images/back-arbol.jpg) left 6% top -10px no-repeat;
}
.convenios article
{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	margin: 0 3%;
}
.convenios h4
{
	font-size: 36px;
	line-height: 40px;
	font-family: 'acmeregular';
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #0c3554;
}
.convenios p
{
	font-family: 'montserratlight';
}
.convenios ul
{
	font-size: 0;
}
.convenios ul li
{
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	width: 31.3%;
	margin: 0 1% 20px 1%;
	text-align: center;
	position: relative;
}
.convenios ul li:after
{
	content: "";
	display: block;
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	height: 16px;
	background: url(../images/sombra-convenios.png) right bottom no-repeat;
	background-size: 175px;
}
.convenios ul li img
{
	display: inline-block;
	width: 100%;
	max-width: 175px;
}
.clear
{
	clear: both;
	display: block;
}
.datos
{
	background: #0c3552;
	font-size: 0;
}
.datos .centrar
{
	background: url(../images/back-escudo-22.png) right 50px center no-repeat;
}
.datos article
{
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 60px 30px 40px 30px;
	height: 300px;
}
.datos article:nth-child(3) 
{
	width: 30%;
}
.datos article:nth-child(4) 
{
	width: 20%;
}
.datos article:last-child img
{
	width: 100%;
	max-width: 114px;
	display: inline-block;
}
.datos h5
{
	font-size: 21px;
	line-height: 26px;
	color: #e9b102;
	font-weight: normal;
	font-family: 'acmeregular';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.datos-horarios
{
	background: rgba(12, 34, 50, 0.62);
}
.datos p
{
	font-family: 'montserratlight';
	color: #fff;
	font-size: 15px;
	margin-bottom: 15px;
}
.datos p b
{
	color: #e9b102;
	font-weight: normal;
}
.escogernos
{
	height: 400px;
	background: url(../images/panoramica-2024.jpg) center center no-repeat; 
	background-size: cover;
}
.escogernos article
{
	position: relative;
	text-align: right;
	padding-right: 80px;
	height: 100%;
}
.escogernos article > div
{
	width: 40%;
	height: 100%;
	max-width: 400px;
	background: rgba(165, 27, 42, 0.95);
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #fff;
	padding: 15px;
}
.escogernos article > div > span
{
	display: block;
	position: relative;
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.escogernos h4
{
	font-size: 34px;
	line-height: 38px;
	font-family: 'acmeregular';
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}
.escogernos p
{
	font-family: 'montserratlight';
}
.escogernos p.lema
{
	font-family: 'Courgette', cursive;
    font-size: 28px;
    color: #ffffff;
    line-height: 33px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.40);
	border-top: 2px dotted #ebb20c;
	margin-top: 15px;
	padding-top: 15px;
}
.fa-check
{
	font-size: 12px;
}
.gris
{
	background: #f4f3f3;
}
.holder 
{
    margin: 15px 0;
	padding: 0 15px;
 }
.holder a 
{
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
    color: #0c3552;
	font-weight: 600;
}
.holder a.jp-current 
{
    color: #a51b2a;
    font-weight: bold;
}
.holder a.jp-disabled 
{
    color: #bbb;
}
.holder a.jp-current, 
.holder a.jp-disabled
{
    cursor: default;
}
.holder span 
{ 
	margin: 0 5px;
	color: #bbb;
}
.holder a.jp-previous,
.holder a.jp-next
{
	border-radius: 50em;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.holder a.jp-next
{
	background: #a51b2a url(../images/next.png) center center no-repeat;
	background-size: 8px;
}
.holder a.jp-next.jp-current,
.holder a.jp-next.jp-disabled
{
	background: #bbb url(../images/next.png) center center no-repeat;
	background-size: 8px;
}
.holder a.jp-previous
{
	background: #a51b2a url(../images/previous.png) center center no-repeat;
	background-size: 8px;
}
.holder a.jp-previous.jp-current,
.holder a.jp-previous.jp-disabled
{
	background: #bbb url(../images/previous.png) center center no-repeat;
	background-size: 8px;
}
.holder.galeria 
{
	margin: 0 0 15px 0;
    text-align: center;
}
.holder.galeria a 
{
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	padding: 6px;
	border-radius: 50%;
	border: 1px solid #0b3452;
}
.holder.galeria a.jp-current
{
	color: #0b3452;
	font-weight: bold;
}
.holder.galeria a.jp-current
{
	cursor: default;
	background-color: #0b3452;
}
.item-x-pagina
{ 
	display: block; 
	margin: 15px 0;
	padding: 0 15px;
	text-align: right;
}
.item-x-pagina span
{
	font-size: 12px;
	color: #444444;
	border-right: 2px solid #0b3452;
    padding-right: 8px;
}
.item-x-pagina span b
{
	font-size: 14px;
	color: #a51b2a;
}
.item-x-pagina label
{
	font-size: 12px;
	color: #444444;
}
.item-x-pagina select
{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 18px;
	padding: 0 15px 0 5px;
	border: 1px solid #a51b2a;
	background: rgb(248, 248, 248) url(../images/select.jpg) right center no-repeat;
	background-size: auto 100%;
}
.menu-movil-open
{
	position: relative;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	background: #0b3452;
	color: #fff;
	display: none;
}
.menu-movil:before
{
	content: "Menú";
	display: block;
	position: absolute;
	top: 0;
	left: -65px;
	font-size: 18px;
	font-family: 'montserratsemibold';
}
.menu-movil-close
{
	display: none;
	position: absolute;
	top: -2px;
	right: -1px;
	z-index: 2;
	font-size: 30px;
	color: #eab20c;
}
.modulos
{
	font-size: 0;
	text-align: center;
}
.modulos article
{
	font-size: 17px;
	display: inline-block;
	max-width: 23%;
	width: 100%;
	margin: 0 1%;
	position: relative;
}
.modulos article > span
{
	position: absolute;
	display: inline-block;
	top: -60px;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,0.80);
	width: 50%;
	border-radius: 100em;
	-webkit-border-radius: 100em;
	-moz-border-radius: 100em;
	padding: 10px 0 0 0px;
}
.modulos article figure
{
	display: inline-block;
	border-radius: 100em;
	-webkit-border-radius: 100em;
	-moz-border-radius: 100em;
	padding: 5px 8px 8px 3px;
	transition: transform .2s;
}
.modulos article figure img
{
	width: 100%;
	border-radius: 100em;
	-webkit-border-radius: 100em;
	-moz-border-radius: 100em;
}
.modulos h3
{
	color: #fff;
	font-family: 'acmeregular';
	padding: 15px 10px 15px 52%;
	font-size: 16px;
	text-align: left;
	position: relative;
	font-weight: normal;
}
.modulos h3 span:nth-child(1)
{
	padding-left: 10px;
}
.modulos h3 span:nth-child(2)
{
	display: block;
	background: rgba(0,0,0,0.25);
	text-transform: uppercase;
	font-size: 17px;
	padding: 3px 0;
	padding-left: 10px;
}
.modulos h3:after
{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background: #fff;
}
.modulos h3:before
{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	border-right: 21px solid #fff;
	border-top: 82px solid transparent;
	border-bottom: 0 solid transparent;
}
.noticias
{
	padding-top: 150px;
	text-align: center;
	margin-bottom: 40px;
	background: url(../images/fondo.jpg) center top no-repeat;
	background-size: 100%;
}
.noticias h2
{
	font-size: 36px;
	font-weight: normal;
	line-height: 38px;
	color: #a51b2a;
	text-transform: uppercase;
	padding: 0 15px;
	font-family: 'acmeregular';
	letter-spacing: 1px;
}
.noticias > p
{
	color: #757575;
	padding: 0 15px;
	font-family: 'acmeregular';
	font-size: 18px;
}
.noticias article
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 15px;
	text-align: left;
	position: relative;
	font-size: 17px;
	font-size: 0;
}
.noticias article.noti-principal
{
	background: #0c3554 !important;
}
.noticias article > figure
{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	position: relative;
	font-size: 17px;
}
.noticias article > figure img
{
	width: 100%;
}
.noticias article > div
{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-bottom: 30px;
	font-size: 17px;
}
.noticias h3
{
	font-size: 18px;
	color: #0c3552;
	font-family: 'acmeregular';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.noticias article.noti-principal h3 {
    color: #fff;
}
.noticias article > div p
{
	font-size: 15px;
	line-height: 19px;
	color: #333333;
	font-family: 'montserratlight';
}
.noticias article.noti-principal > div p {
    color: #fff;
}
.noti-fecha
{
	font-size: 13px;
	line-height: 16px;
	font-family: 'acmeregular';
	margin-bottom: 5px;
	display: block;
}
.pop-up
{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.60);
    overflow-y: auto;
    padding: 80px 10px 10px 15px;
    text-align: center;
    z-index: 10000;
}
.pop-up > div
{
    width: 100%;
    max-width: 700px;
    border: 3px solid #fff;
    box-shadow: 1px 1px 5px #000000;
    margin: 40px auto 0 auto;
    line-height: 0;
    position: relative;
    opacity: 0;
}
.pop-up > div img
{
    width: 100%;
}
.pop-up-cerrar
{
    font-size: 20px;
    position: absolute;
    right: -18px;
    top: -18px;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;border-radius: 90em;
    line-height: 30px;
    box-shadow: 1px 1px 5px #000000;
}
.read-more
{
	position: relative;
	position: absolute;
	bottom: 15px;
	left: 50%;
	padding: 2px 8px 2px 10px;
	color: #fff;
	font-family: 'acmeregular';
	font-size: 15px;
}
.noticias article.noti-principal .read-more
{
	color: #0c3554;
}
.read-more i
{
	font-size: 12px;
}
.read-more:after
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -15px;
	border-top: 27px solid transparent;
	border-bottom: 0 solid transparent;
}
.read-more.bk-amarillo:after
{
	border-left: 15px solid #ebb20c;;
}
.read-more.bk-rojo:after
{
	border-left: 15px solid #a51b2c;;
}
.social
{
	text-align: center;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.social li
{
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgba(255,255,255,0.43);
	padding: 3px;
	margin: 0 2%;
}
.social li a
{
	display: block;
	width: 47px;
	height: 47px;
	background: rgba(12, 34, 50, 0.62);
	line-height: 47px;
	font-size: 20px;
	color: #fff;
}
.social-br
{
	display: block;
	margin-bottom: 15px;
}
.scrollup 
{
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 39px;
    height: 38px;
    z-index: 25;
    background: rgba(255, 255, 255, 0.80);
	color:#a51a2c;
    cursor: pointer;
    display: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
	font-size:20px;
	text-align:center;
	line-height:34px;
	cursor:pointer;
	border: 1px solid #ccc;
}

.sub-menu
{
	position: relative;
	position: absolute;
	z-index: 0;
	top: 172px; /*72px*/
	right: 50%;
	margin-right: -100px;
	width: 200px;
	padding: 0px 5px;
	opacity: 0;
	box-shadow: 0 0 0px rgba(0,0,0,0.40);
	overflow: hidden;
	height: 0;
	background: rgba(255,255,255,0.85) url(../images/sombra-sub-menu.png) center -20px no-repeat;
	background-size: 100%;
	border-top: 0 solid transparent;
}
.sub-menu:before
{
	content: "";
	display: block;
	position: absolute;
	top: -33px;
	left: 0;
	width: 100%;
	height: 33px;
}
.sub-menu > li
{
	border-bottom: 1px solid #ebb20c;
}
.sub-menu > li:last-child
{
	border-bottom: 0;
}
.sub-menu > li > a
{
	position: relative;
	display: block;
	color: #0c3554;
	font-family: 'acmeregular';
	font-size: 16px;
	padding: 8px;
	overflow: hidden;
	cursor: pointer;
}
.sub-menu > li > a i
{
	position: absolute;
	left: -15px;
	font-size: 11px;
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	color: #ebb20c;
}
.tp-caption
{
	font-size: 40px !important;
	font-family: 'acmeregular';
	line-height: 45px !important;
	padding: 5px 60px 5px 20px;
	position: relative;
}
.tp-caption:before
{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: -15px;
}
.tp-a
{
	top: 120px !important;
}
.tp-b
{
	top: 200px !important;
}
.tx-rojo
{
	color: #a51b2c;
}
.tx-blanco
{
	color: #fff;
}
.tx-azul
{
	color: #0c3552;
}
.tx-amarillo
{
	color: #e7b209;
}
#b-whatsapp{
    position: relative;
    position: fixed;
    right: 15px;
    bottom: 130px;
    z-index: 25;
    width: 50px;
    height: 50px;
    background: url(../images/whatsapp.svg) center center no-repeat;
    background-size: 100%;
    border-radius: 90em;
    border: 3px solid #fff;
    box-shadow: 0 0 5px #000;
}
#b-whatsapp span{
    display: block;
    position: relative;
    position: absolute;
    right: 0;
    top: -212px;
    background: #fff;
    width:0;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 0 5px #000;
    text-align: right;
    overflow: hidden;
    border-bottom: 10px solid #25d366;
    opacity: 0;
}

#b-whatsapp span p{
    border: 1px solid #25d366;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 8px;
    background: #f5f5f5;
    text-align: left;
    width: 280px;
}
#b-whatsapp span p b{
    background: #25d366;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 10px;
}
#b-whatsapp span a{
    display: inline-block;
    background: #25d366;
    color: #fff;
    border-radius: 90em;
    padding: 5px 10px; 
    width: 128px;
}
#b-whatsapp:hover span{
    opacity: 1;
      width: 300px;
     padding: 10px;
    }

#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

.col-li-3{
	display: flex;
	gap:80px;
	justify-content: center;
    justify-items: center;
	margin-top: 80px;
	flex-wrap: wrap;
	}
.col-li-3 li{
	text-align: center;
}
.col-li-3 li figure{
	display: inline-block;
	width: 200px;
	height: 200px;
	background: #dedede;
	border-radius: 200em;
	text-align: center;
	margin: 0;
    transform: rotate(0deg);
    float: none;
}
.col-li-3 li figure img{
	width: 60%;
	margin-top: 40px;
	transform: rotate(0deg);
}
.col-li-3 li h4{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 25px;
}
.col-li-3 li:nth-child(odd) h4{
	color: #0b3552;
}
.col-li-3 li:nth-child(even) h4{
	color: #a51b2c;
}
.col-li-3 li h4 span{
	display: block;
}
.col-li-3 li:nth-child(odd) figure{
	border: 2px dotted #fff;
}
.col-li-3 li:nth-child(even) figure{
	border: 2px dotted #fff;
}

@media only screen and (min-width : 1370px) and (max-width : 1764px)
{
	.tp-b
	{
		top: 185px !important;
	}
}
@media only screen and (max-width : 1370px)
{
	.noticias
	{
		padding-top: 100px;
	}
	.tp-a
	{
		top: 60px !important;
	}
	.tp-b
	{
		top: 120px !important;
	}
	.col-5
	{
    	width: 31.3%;
	}
}
@media only screen and (max-width : 1072px)
{
	nav > ul > li > a 
	{
    	padding: 8px 5px;
		font-size: 14px;
	}
	nav > ul > li:last-child > a 
	{
		padding: 16px 15px 10px 15px;
		font-size: 16px;
	}
	.modulos article > span 
	{
		top: -30px;
	}
	.modulos h3 span:nth-child(2) 
	{
		padding-left: 5px;
	}
	.col-3,
	.col-4
	{
    	width: 48%;
	}
}

/*---------------*/

@media only screen and (min-width : 950px)
{
	/*Hover*/
	
	.boton.bk-azul:hover
	{
		background: #a51a2c;
	}
	.boton.bk-rojo:hover
	{
		background:#0c3552;
	}
	.boton.bk-amarillo:hover
	{
		background:#a51a2c;
		color: #fff;
	}
	.contactenos input[type="submit"]:hover
	{
	padding: 5px 15px 5px 25px;
	}
	#galeria-fotos li img:hover
	{
		transform: scale(1.1);
		cursor: pointer;
	}
	.holder a:hover 
	{
		color: #a51b2a;
	}
	a.jp-current:hover 
	{
		color: #a51b2a;
		font-weight: bold;
	}
	a.jp-disabled:hover 
	{
		color: #bbb;
	}
	a.jp-current:hover, 
	a.jp-disabled:hover 
	{
		cursor: default;
	}
	.holder a.jp-next.jp-current:hover,
	.holder a.jp-next.jp-current:hover
	{
		background: #bbb url(../images/next.png) center center no-repeat;
		background-size: 8px;
	}
	.holder a.jp-previous.jp-current:hover,
	.holder a.jp-previous.jp-current:hover
	{
		background: #bbb url(../images/previous.png) center center no-repeat;
		background-size: 8px;
	}
	.holder.galeria a:hover 
	{
		background-color: #0b3452;
		color: #fff;
	}
	.modulos article:hover figure
	{
		transform: scale(1.2);	
	}
	nav > ul > li:hover,
	nav > ul > li.active
	{
		background-size: 70% 2px;
	}
	nav > ul > li:last-child:hover
	{
		background-size: 100% 100%;
		transform: scale(1.1);
	}
	nav > ul > li:hover > a,
	nav > ul > li.active > a
	{
		background-size: 70% 2px;
		color: #a71929;
	}
	nav > ul > li:last-child:hover > a
	{
		background-size: 0 2px;
		color: #ebb20c;
	}
	nav > ul > li:hover .sub-menu
	{
		top: 70px;
		opacity: 1;
		z-index: 25;
		padding: 5px 5px;
		box-shadow: 0 0 0px rgba(0,0,0,0.40);
		overflow: visible;
		height: auto;
		background: rgba(255,255,255,0.85) url(../images/sombra-sub-menu.png) center 0 no-repeat;
		background-size: 100%;
	}
	
	#lightgallery li:hover img,
	#lightgallerya li:hover img,
	#lightgalleryb li:hover img,
	#lightgalleryc li:hover img,
	#lightgalleryd li:hover img,
	#lightgallerydos li:hover img
	{
		width: 120% !important;
		opacity: 1;
	}
    .pop-up-cerrar:hover
	{
		transform: scale(1.1);
		cursor: pointer;
	}
	.read-more:hover
	{
		padding: 3px 8px 3px 20px;
		text-shadow: 0 0 5px rgba(0,0,0,0.40);
	}
	.read-more:hover:after 
	{
    	border-top: 29px solid transparent;
	}
	.social li:hover a
	{
		background: rgba(255, 255, 255, 0.62);
		color: #0c2232;
	}
	.scrollup:hover
	{
		background: rgba(255, 255, 255, 1.00);
	}
	
	.sub-menu > li:hover > a
	{
		background: #0c3554;
		padding-left: 13px;
		color: #ebb20c;
	}
	.sub-menu > li:hover > a i
	{
		left: 5px;
	}
    #b-whatsapp span a:hover{
    background: #17b753; 
    }
    #b-whatsapp:hover{
      background-size: 120%; 
    }
    .form-admisiones  input[type="submit"]:hover
	{
		padding: 10px 15px;
	}
	.col-li-3 li:nth-child(odd):hover figure{
		border: 2px dotted #0b3552;
		background: #fff;
	}
	.col-li-3 li:nth-child(even):hover figure{
		border: 2px dotted #a51b2c;
		background: #fff;
	}
	    
}

@media only screen and (min-width : 900px) and (max-width : 1055px)
{

	#lightgallery li,
	#lightgallerya li,
	#lightgalleryb li,
	#lightgalleryc li,
	#lightgallerd li,
	#lightgallerydos li 
	{
		width: 23%;
	}	
}

@media only screen and (min-width : 550px) and (max-width : 949px)
{
	
	.modulos article 
	{
		margin-top: -60px;
	}
	.modulos article > span 
	{
		position: inherit;
		top: 0px;
		width: 60%;
	}
	.modulos h3 
	{
		padding: 30px 0 15px 0;
		text-align: center;
		margin-top: -15px;
	}
	.modulos h3:before 
	{
		border-top: 97px solid transparent;
	}
	.modulos h3:after 
	{
		left: 0;
		width: 0;
		height: 0;
		background: none;
		border-right: 0 solid red;
		border-left: 21px solid #fff;
		border-top: 0 solid transparent;
		border-bottom: 97px solid transparent;
	}
	.modulos h3 span:nth-child(1) 
	{
		padding: 0 10px;
	}
	.modulos h3 span:nth-child(2) 
	{
		padding: 0 5px;
	}
	.col-5
	{
    	width: 48%;
	}
}
@media only screen and (max-width : 949px)
{
	h1
	{
		position: absolute;
		top: 0;
		left: 15px;
		z-index: 30;
	}
	header
	{
		height: 60px;
		background: #a51a2c;
	}
	header .logo 
	{
		width: 50%;
		text-align: left;
		position: relative;
		height: 60px;
	}
	header .menu 
	{
		width: 50%;
		padding-top: 0px;
	}	
	nav > ul
	{
		position: fixed;
		top: 0;
		right: -200px;
		width: 180px;
		background: rgba(11, 52, 82, 0.97);
		height: 100%;
		overflow-y:auto;
		overflow-x: hidden;
		padding: 30px 5px 20px 10px;
		z-index: 9999;
		box-shadow: 0 5px 5px #000;
	}
	nav > ul > li 
	{
		display: block;
		border-bottom: 1px dotted rgba(234, 178, 12, 0.51);
	}
	nav > ul > li:last-child
	{
		border-bottom: 0px;
		background: #e9b20c;
		margin-top: 0;
	}
	nav > ul > li:last-child > a 
	{
		color: #0b3452;
	}
	nav > ul > li a
	{
		color: #fff;
	}
	nav > ul > li:hover .sub-menu
	{
		display: block;
	}
	nav > ul > li > a i 
	{
		color: #eab20c;
	}
	#lightgallery li, 
	#lightgallerya li,
	#lightgalleryb li, 
	#lightgalleryc li, 
	#lightgalleryd li, 
	#lightgallerydos li 
	{
		width: 31.3%;
	}
	#preloader > div
	{
	  height: 200px;
	}
	#preloader .cargando
	{
	  width:200px;
	  background: url(../images/loader.gif) center bottom no-repeat;
	  background-size:120px;
	}
	#preloader .logo-load
	{
		background: url(../images/escudo.png) center center no-repeat;
		background-size: 220px;
		max-width:220px;
		height:200px;
	}
	.accordion 
	{ 
		height: auto;
		margin: 20px auto 0 auto;
	}
	.accordion ul li,
	.accordion ul li:hover,
	.accordion ul:hover li,
	.accordion ul:hover li:hover 
	{
	  position: relative;
	  display: table;
	  table-layout: fixed;
	  width: 100%;
	  -webkit-transition: none;
	  transition: none;
	}
	.accordion ul li a 
	{
		background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 47%, rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(47%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 47%, rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 47%, rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 47%, rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 47%, rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

	}
	.accordion ul li a * 
	{
		opacity: 1 !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}
	.banner-interno h2 
	{
		font-size: 32px;
		line-height: 37px;
	}
	.bk-rojo:before 
	{
		border-top: 32px solid transparent;
	}
	.bk-azul:before 
	{
		border-top: 32px solid transparent;
	}
	.bk-blanco:before 
	{
		border-top: 23px solid transparent;
	}
	.bk-amarillo:before 
	{
		border-top: 32px solid transparent;
	}
	.breadcrumbs 
	{
		left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.bor-amarillo 
	{
		border-right: 0;
		border-bottom: 2px solid #ebb20c;
	}
	.bor-rojo 
	{
		border-right: 0;
		border-bottom: 2px solid #a51b2c;
	}
	.bor-azul 
	{
		border-right: 0;
		border-bottom: 2px solid #0b3452;
	}
	.centro 
	{
		padding: 80px 30px 20px 30px;
	}
	.convenios h4 
	{
		text-align: center;
	}
	.convenios article 
	{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 45px;
		text-align: center;
	}
	.datos .centrar 
	{
		background: url(../images/back-escudo.png) center center no-repeat;
	}
	.datos article 
	{
		width: 100%;
		padding: 10px 45px;
		height: auto;
		text-align: center;
	}
	.datos article:nth-child(3)
	{
		width: 100%;
		border-right: 1px dotted rgba(232, 177, 3, 0.54);
	}
	.datos article:nth-child(4)
	{
		display: none;
	}
	.escogernos article > div 
	{
		width: 70%;
	}
	.item-x-pagina 
	{
		margin: 5px 0;
		text-align: center;
	}
	.item-x-pagina select 
	{
		height: 22px;
		padding: 0 20px 0 5px;
		font-size: 17px;
	}
	.noticias 
	{
		padding-top: 60px;
		background: url(../images/fondo.jpg) center top no-repeat;
    	background-size: auto 400px;
	}
	.noticias article 
	{
		text-align: center;
	}
	.noticias article > figure 
	{
		width: 100%;
		max-width: 400px;
		padding-right: 0;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.noticias article > div 
	{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 50px;
	}
	.read-more 
	{
		bottom: 0;
		left: 0;
		padding: 2px 8px 2px 10px;
		width: 80%;
	}
	.social 
	{
		top: 0;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.social-br
	{
		display: none;
	}
	.social li 
	{
		margin: 0 1%;
	}
	.sub-menu
	{
		position:relative;
		top: 0; /*72px*/
		right: 0;
		margin-right: 0;
		width: 100%;
		opacity: 1;
		box-shadow: 0 0 0px rgba(0,0,0,0);
		display: none;
		overflow: visible;
		height: auto;
	}
	.tp-caption
	{
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
		font-size: 30px !important;
		line-height: 35px !important;
		padding: 3px 31px 3px 31px !important;
	}
	.tp-caption:before 
	{
		display: none;
	}
	.tp-a,
	.tp-b
	{
    	left: 0 !important;
	}
	
	.tp-a
	{
		top: 145px !important;
	}
	.tp-b
	{
    	top: 190px !important;
	}
	.tp-caption.bk-azul
	{
		background: rgba(11,52,82,0);
background: -moz-linear-gradient(left, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 20%, rgba(11,52,82,1) 43%, rgba(11,52,82,1) 49%, rgba(11,52,82,1) 56%, rgba(11,52,82,0) 76%, rgba(11,52,82,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(11,52,82,0)), color-stop(20%, rgba(11,52,82,0)), color-stop(43%, rgba(11,52,82,1)), color-stop(49%, rgba(11,52,82,1)), color-stop(56%, rgba(11,52,82,1)), color-stop(76%, rgba(11,52,82,0)), color-stop(100%, rgba(11,52,82,0)));
background: -webkit-linear-gradient(left, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 20%, rgba(11,52,82,1) 43%, rgba(11,52,82,1) 49%, rgba(11,52,82,1) 56%, rgba(11,52,82,0) 76%, rgba(11,52,82,0) 100%);
background: -o-linear-gradient(left, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 20%, rgba(11,52,82,1) 43%, rgba(11,52,82,1) 49%, rgba(11,52,82,1) 56%, rgba(11,52,82,0) 76%, rgba(11,52,82,0) 100%);
background: -ms-linear-gradient(left, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 20%, rgba(11,52,82,1) 43%, rgba(11,52,82,1) 49%, rgba(11,52,82,1) 56%, rgba(11,52,82,0) 76%, rgba(11,52,82,0) 100%);
background: linear-gradient(to right, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 20%, rgba(11,52,82,1) 43%, rgba(11,52,82,1) 49%, rgba(11,52,82,1) 56%, rgba(11,52,82,0) 76%, rgba(11,52,82,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3452', endColorstr='#0b3452', GradientType=1 );

	}
	.tp-caption.bk-blanco
	{
		background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 56%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,0)), color-stop(43%, rgba(255,255,255,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(56%, rgba(255,255,255,1)), color-stop(76%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 56%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 56%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 56%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 56%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	}
	.tp-caption.bk-rojo
	{
		background: rgba(165,26,44,0);
background: -moz-linear-gradient(left, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 20%, rgba(165,26,44,1) 43%, rgba(165,26,44,1) 49%, rgba(165,26,44,1) 56%, rgba(165,26,44,0) 76%, rgba(165,26,44,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(165,26,44,0)), color-stop(20%, rgba(165,26,44,0)), color-stop(43%, rgba(165,26,44,1)), color-stop(49%, rgba(165,26,44,1)), color-stop(56%, rgba(165,26,44,1)), color-stop(76%, rgba(165,26,44,0)), color-stop(100%, rgba(165,26,44,0)));
background: -webkit-linear-gradient(left, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 20%, rgba(165,26,44,1) 43%, rgba(165,26,44,1) 49%, rgba(165,26,44,1) 56%, rgba(165,26,44,0) 76%, rgba(165,26,44,0) 100%);
background: -o-linear-gradient(left, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 20%, rgba(165,26,44,1) 43%, rgba(165,26,44,1) 49%, rgba(165,26,44,1) 56%, rgba(165,26,44,0) 76%, rgba(165,26,44,0) 100%);
background: -ms-linear-gradient(left, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 20%, rgba(165,26,44,1) 43%, rgba(165,26,44,1) 49%, rgba(165,26,44,1) 56%, rgba(165,26,44,0) 76%, rgba(165,26,44,0) 100%);
background: linear-gradient(to right, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 20%, rgba(165,26,44,1) 43%, rgba(165,26,44,1) 49%, rgba(165,26,44,1) 56%, rgba(165,26,44,0) 76%, rgba(165,26,44,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a51a2c', endColorstr='#a51a2c', GradientType=1 );
	}
	.tp-caption.bk-amarillo
	{
		background: rgba(235,179,12,0);
background: -moz-linear-gradient(left, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 20%, rgba(235,179,12,1) 43%, rgba(235,179,12,1) 49%, rgba(235,179,12,1) 56%, rgba(235,179,12,0) 76%, rgba(235,179,12,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,179,12,0)), color-stop(20%, rgba(235,179,12,0)), color-stop(43%, rgba(235,179,12,1)), color-stop(49%, rgba(235,179,12,1)), color-stop(56%, rgba(235,179,12,1)), color-stop(76%, rgba(235,179,12,0)), color-stop(100%, rgba(235,179,12,0)));
background: -webkit-linear-gradient(left, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 20%, rgba(235,179,12,1) 43%, rgba(235,179,12,1) 49%, rgba(235,179,12,1) 56%, rgba(235,179,12,0) 76%, rgba(235,179,12,0) 100%);
background: -o-linear-gradient(left, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 20%, rgba(235,179,12,1) 43%, rgba(235,179,12,1) 49%, rgba(235,179,12,1) 56%, rgba(235,179,12,0) 76%, rgba(235,179,12,0) 100%);
background: -ms-linear-gradient(left, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 20%, rgba(235,179,12,1) 43%, rgba(235,179,12,1) 49%, rgba(235,179,12,1) 56%, rgba(235,179,12,0) 76%, rgba(235,179,12,0) 100%);
background: linear-gradient(to right, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 20%, rgba(235,179,12,1) 43%, rgba(235,179,12,1) 49%, rgba(235,179,12,1) 56%, rgba(235,179,12,0) 76%, rgba(235,179,12,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb30c', endColorstr='#ebb30c', GradientType=1 );
	}
	.col-li-3{
	display: flex;
	flex-direction: column;
	gap:0px;
	justify-content: center;
    justify-items: center;
	margin-top: 30px;
	}
	.col-li-3 li{
	margin-bottom: 20px;
	}
	.col-li-3 li figure{
	margin: auto;
	width: 200px !important;
    max-width: 200px !important;
	}

}

@media only screen and (max-width : 670px)
{
	.banner-interno 
	{
		height: 150px;
	}
	.banner-interno .centrar 
	{
		top: 60px;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.centro article figure 
	{
		width: 100%;
		max-width: 400px;
		margin: 20px auto 30px auto;
		float: none;
	}
	.cols article 
	{
		margin: 0 0 20px 0;
	}
	.col-2,
	.col-3,
	.col-4,
	.col-5
	{
    width: 100%;
	}
}

@media only screen and (max-width : 550px)
{
	h1 img 
	{
		max-width: 100px;
	}
	h1:after 
	{
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
	}
	footer
	{
		padding: 40px 15px 20px 15px;
	}
	#galeria-fotos li 
	{
		width: 50%;
	}
	#lightgallery li,
	#lightgallerya li,
	#lightgalleryb li,
	#lightgalleryc li,
	#lightgalleryd li,
	#lightgallerydos li 
	{
		width: 48%;
	}
	#accordion 
	{
		padding: 0;
	}
	#preloader > div
	{
	  height: 200px;
	}
	#preloader .cargando
	{
	  width:200px;
	  background: url(../images/loader.gif) center bottom no-repeat;
	  background-size:120px;
	}
	#preloader .logo-load
	{
		background: url(../images/escudo.png) center center no-repeat;
		background-size: 220px;
		max-width:220px;
		height:200px;
	}
	.banner-interno 
	{
		height: 180px;
	}
	.centro 
	{
		padding: 80px 10px 20px 10px;
	}
	.centro article h3 
	{
		font-size: 30px;
		line-height: 35px;
	}
	.contactenos 
	{
		width: 210px;
		right: -214px;
		top: 25%;
	}
	
	.contactenos .b-contactenos 
	{
		left: -85px;
		font-size: 16px;
	}
	.convenios h4 
	{
		font-size: 32px;
		line-height: 36px;
	}
	.convenios article 
	{
		padding: 0 15px;
		text-align: center;
	}
	.convenios ul li 
	{
		width: 48%;
	}
	.cols article h3 
	{
		font-size: 26px;
		line-height: 31px;
	}
	.escogernos h4 
	{
		font-size: 30px;
		line-height: 34px;
	}
	.escogernos article 
	{
		text-align: center;
		padding: 0 40px;
	}
	.escogernos article > div 
	{
		width: 100%;
	}
	.escogernos p.lema 
	{
		font-size: 20px;
		line-height: 25px;
		margin-top: 10px;
		padding-top: 10px;
	}
	.modulos article 
	{
		max-width: 100%;
		margin: 0 0 0 0;
	}
	.modulos article > span 
	{
		top: -15px;
		width: 100px;
	}
	.modulos h3 
	{
		padding: 15px 10px 15px 110px;
	}
	.noticias 
	{
		padding-top: 40px;
	}
	.noticias article 
	{
		width: 100%;
	}
	.tp-banner
	{
		height:200px !important;
	}
	.tp-a
	{
    top: 80px !important;
	}
	.tp-b 
	{
    top: 120px !important;
	}
	.tp-caption.bk-azul
	{
		background: rgba(11,52,82,0);
background: -moz-linear-gradient(left, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 10%, rgba(11,52,82,1) 33%, rgba(11,52,82,1) 59%, rgba(11,52,82,1) 46%, rgba(11,52,82,0) 96%, rgba(11,52,82,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(11,52,82,0)), color-stop(10%, rgba(11,52,82,0)), color-stop(33%, rgba(11,52,82,1)), color-stop(59%, rgba(11,52,82,1)), color-stop(46%, rgba(11,52,82,1)), color-stop(96%, rgba(11,52,82,0)), color-stop(100%, rgba(11,52,82,0)));
background: -webkit-linear-gradient(left, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 10%, rgba(11,52,82,1) 33%, rgba(11,52,82,1) 59%, rgba(11,52,82,1) 46%, rgba(11,52,82,0) 96%, rgba(11,52,82,0) 100%);
background: -o-linear-gradient(left, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 10%, rgba(11,52,82,1) 33%, rgba(11,52,82,1) 59%, rgba(11,52,82,1) 46%, rgba(11,52,82,0) 96%, rgba(11,52,82,0) 100%);
background: -ms-linear-gradient(left, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 10%, rgba(11,52,82,1) 33%, rgba(11,52,82,1) 59%, rgba(11,52,82,1) 46%, rgba(11,52,82,0) 96%, rgba(11,52,82,0) 100%);
background: linear-gradient(to right, rgba(11,52,82,0) 0%, rgba(11,52,82,0) 10%, rgba(11,52,82,1) 33%, rgba(11,52,82,1) 59%, rgba(11,52,82,1) 46%, rgba(11,52,82,0) 96%, rgba(11,52,82,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3452', endColorstr='#0b3452', GradientType=1 );

	}
	.tp-caption.bk-blanco
	{
		background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 96%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(10%, rgba(255,255,255,0)), color-stop(33%, rgba(255,255,255,1)), color-stop(59%, rgba(255,255,255,1)), color-stop(46%, rgba(255,255,255,1)), color-stop(96%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 96%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 96%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 96%, rgba(255,255,255,0) 100%);
		
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 96%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	}
	.tp-caption.bk-rojo
	{
		background: rgba(165,26,44,0);
background: -moz-linear-gradient(left, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 10%, rgba(165,26,44,1) 33%, rgba(165,26,44,1) 59%, rgba(165,26,44,1) 46%, rgba(165,26,44,0) 96%, rgba(165,26,44,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(165,26,44,0)), color-stop(10%, rgba(165,26,44,0)), color-stop(33%, rgba(165,26,44,1)), color-stop(59%, rgba(165,26,44,1)), color-stop(46%, rgba(165,26,44,1)), color-stop(96%, rgba(165,26,44,0)), color-stop(100%, rgba(165,26,44,0)));
background: -webkit-linear-gradient(left, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 10%, rgba(165,26,44,1) 33%, rgba(165,26,44,1) 59%, rgba(165,26,44,1) 46%, rgba(165,26,44,0) 96%, rgba(165,26,44,0) 100%);
background: -o-linear-gradient(left, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 10%, rgba(165,26,44,1) 33%, rgba(165,26,44,1) 59%, rgba(165,26,44,1) 46%, rgba(165,26,44,0) 96%, rgba(165,26,44,0) 100%);
background: -ms-linear-gradient(left, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 10%, rgba(165,26,44,1) 33%, rgba(165,26,44,1) 59%, rgba(165,26,44,1) 46%, rgba(165,26,44,0) 96%, rgba(165,26,44,0) 100%);
background: linear-gradient(to right, rgba(165,26,44,0) 0%, rgba(165,26,44,0) 10%, rgba(165,26,44,1) 33%, rgba(165,26,44,1) 59%, rgba(165,26,44,1) 46%, rgba(165,26,44,0) 96%, rgba(165,26,44,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a51a2c', endColorstr='#a51a2c', GradientType=1 );
	}
	.tp-caption.bk-amarillo
	{
		background: rgba(235,179,12,0);
background: -moz-linear-gradient(left, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 10%, rgba(235,179,12,1) 33%, rgba(235,179,12,1) 59%, rgba(235,179,12,1) 46%, rgba(235,179,12,0) 96%, rgba(235,179,12,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,179,12,0)), color-stop(10%, rgba(235,179,12,0)), color-stop(33%, rgba(235,179,12,1)), color-stop(59%, rgba(235,179,12,1)), color-stop(46%, rgba(235,179,12,1)), color-stop(96%, rgba(235,179,12,0)), color-stop(100%, rgba(235,179,12,0)));
background: -webkit-linear-gradient(left, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 10%, rgba(235,179,12,1) 33%, rgba(235,179,12,1) 59%, rgba(235,179,12,1) 46%, rgba(235,179,12,0) 96%, rgba(235,179,12,0) 100%);
background: -o-linear-gradient(left, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 10%, rgba(235,179,12,1) 33%, rgba(235,179,12,1) 59%, rgba(235,179,12,1) 46%, rgba(235,179,12,0) 96%, rgba(235,179,12,0) 100%);
background: -ms-linear-gradient(left, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 10%, rgba(235,179,12,1) 33%, rgba(235,179,12,1) 59%, rgba(235,179,12,1) 46%, rgba(235,179,12,0) 96%, rgba(235,179,12,0) 100%);
background: linear-gradient(to right, rgba(235,179,12,0) 0%, rgba(235,179,12,0) 10%, rgba(235,179,12,1) 33%, rgba(235,179,12,1) 59%, rgba(235,179,12,1) 46%, rgba(235,179,12,0) 96%, rgba(235,179,12,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebb30c', endColorstr='#ebb30c', GradientType=1 );
	}
    
    .tp-caption
    {
        display: none !important;
    }
    
    #b-whatsapp {
    bottom: 60px;
    }
    .scrollup {
    bottom: 10px;
    }

}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}





