﻿/*
 * Descripción: ESTUDIOS SAN MARTÍN
 * Copyright (c) 2019
 * Versión: 6.0
*/

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

01. Importación
02. Global
03. Generales
04. Genéricas
05. Popups / modals
06. Diseño en caja
07. Header
08. Footer
09. Zonas y cajas
10. Links y botones
11. Listas
12. Forms
13. Paginación
14. Animaciones
15. Slider
16. Multimedia
17. Tablas
18. Redes sociales e iconos svg
19. Media Queries
20. Mensajes Admin

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


/*=========================
	01. Importación
=========================*/

@import url('https://fonts.googleapis.com/css?family=Martel+Sans:400,700,800');
/*
@import url('flexible.css');
@import url('textos.css');
@import url('menu.css');
@import url('owl.carousel.css');
@import url('owl.carousel.temaweb.css');
@import url('fresco.css');
@import url('formularios.css');
*/
/*=========================
	02. Glogal
=========================*/

a{text-decoration: none; color: #777777;}
a:hover, a:focus {text-decoration: none; color: #000000;}/*cambia color*/
footer, header, article, section, div, h1, h2, h3, h4, p, form, input, textarea, img, span, td{margin:0; padding:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
h1,h2,h3,h4{font:inherit}
img{border:none;}
video {width:100%; height:auto; border:0;}
ul, li{margin:0; padding:0; list-style-type:none; list-style: none;}
html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;}

sup, sub{font-size: 0.75em;}

/*=========================
	03. Generales
=========================*/

.limpiar{clear:both; font-size:0; line-height:0; float:none;}

acronym, abbr {border-bottom:1px dotted #333; cursor:help; font-style:normal; text-decoration:none}

.separa{width:100%;	height:30px; font-size:0; clear:both;}
.separa-med{width:100%;	height:50px; font-size:0; clear:both;}
.separa-min{width:100%;height:20px; font-size:0; clear:both;}
.separa-peq{width:100%;height:10px; font-size:0; clear:both;}

.separa1{width:100%; height:60px; font-size:0; clear:both;}
.separa2{width:100%; height:70px; font-size:0; clear:both;}
.separa3{width:100%; height:80px; font-size:0; clear:both;}

.izq{float:left;}
.der{float:right;}

.italic{font-style:italic}

.septop {margin-top:50px;}
.sepbot{margin-bottom:40px;}
.septopbot{margin:25px 0;}

.septopmin {margin-top:20px;}

.sepizq{margin-left:10px;}
.sepder{margin-right:10px;}

.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

.justificado{text-align:justify;}
.enlinea{display:inline-block;}
.enbloque{display:block}

.centrado{margin:0 auto; display:block; text-align:center; float:none}
.centable{margin:0 auto; display:table;}
.full{width:100%}

.centradovertical{width:100%; height:100%; display:flex; align-items: center; justify-content: center}

.relative{position:relative}
.absolute{position:absolute}

.tachado{text-decoration:line-through;}

.underline{border-bottom:1px solid transparent; border-bottom-color: initial; display:inline-block;} 
*::-ms-backdrop, .underline {text-decoration:underline;} /* IE11 */

.zoomin{cursor: zoom-in;}


.noheigh{height:auto; overflow:inherit}
.nobold{font-weight:normal;}
.nomargin{margin:0;}

.linea {display:block; margin:50px 0; width: 100%; height:1px; background:rgba(0,0,0,0.16);}
.linea-med {display:block; margin:30px auto; width: 100%; height:1px; background:rgba(0,0,0,0.16);}
.linea-min {display:block; margin:20px auto; width: 100%; height:1px; background:rgba(0,0,0,0.16);}
.linea-abajo {display:block; margin:50px auto; width: 100%; height:1px; background:rgba(255,255,255,0.10);}
.linea-min-abajo {display:block; margin:10px auto; width: 100%; height:1px; background:rgba(255,255,255,0.15);}

.redondo{border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.redondo-min{border-radius:2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.redondo-big{border-radius:8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}

.redondo-top{border-radius:4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px;-webkit-border-radius: 4px 4px 0px 0px;}
.redondo-bottom{border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 3px 3px;-webkit-border-radius: 0px 0px 4px 4px;}

/*.visible_en_movil, .visible{visibility:hidden; display:none;}*/

.mayusculas{text-transform:uppercase}

.capa1{z-index:2;}

.post-imagen{float:left; margin-bottom:0px;}
.post-texto{display:block; overflow: hidden; padding: 0px 0px 2px 10px;margin-bottom:0px;}

.imgborde{border:1px solid rgba(0,0,0,0.15);}
.elipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.help{cursor:help;}

.sombra{-webkit-box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.28);	-moz-box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.28); box-shadow: 0px 0px 28px -2px rgba(0,0,0,0.28);}
.sombra-texto{text-shadow: 3px 3px 7px rgba(0,0,0,0.2);}

/*=========================
	04. Genéricas
=========================*/

/*Scroll aparece*/
.scrolltop{width:45px; height:45px; text-indent:-9999px; /*opacity:0.8;*/ position:fixed; bottom:40px; right:20px; display:none; background:#0c54a0 url('../images/top.png') no-repeat center center; z-index:1000; }/*cambia color*/

/*Resolución*/
#dimensions {position: fixed; left: 10px; bottom: 0px; background:#000\9; background-color:rgba(0, 0, 0, 0.8); font-size: 13px; color: #fff; padding: 5px 10px; z-index:1000}

/*selecciones*/
::selection { background:#0c54a0;  color:#fff;}
::-moz-selection { background:#0c54a0; color:#fff;}


/*=========================
	05. PopUps / modals
=========================*/

.fondo-trans{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:11000;
  overflow-y:auto;
}

.fondo-trans:target {visibility: visible; opacity: 1;}

.popup {margin: 50px auto; padding: 20px; background: #fff; width: 40%; position: relative; /*transition: all 5s ease-in-out;*/ z-index:12000;}

.popup.login {width:350px;}
.popup.login.cliente {background:#ffffff}

.popup.filtros {width:350px; background:#fff; border-top:6px solid #d93d52;}

.popup h2 {margin-top: 0; color: #333; font-family: Arial, Helvetica, sans-serif; font-size:1.692em; display:inline}

.popup .cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 200ms;
  font-size: 1.25em;
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
.popup .cerrar:hover {color: #000000;}
.popup .contenido {margin-top:10px; /*max-height: 100px; overflow: auto;*/}


@media screen and (max-width: 700px){.popup{width: 70%;}}
@media screen and (max-width: 420px){.popup.login, .popup.filtros {width: 300px; margin:20px auto}}



/*===============================
	06. Diseño en caja
=================================*/


.page-wrapper {background-color: #ffffff; width:100%;}

.boxed .page-wrapper {margin-right: auto; margin-left: auto; position: relative; -webkit-box-shadow: 1px -22px 54px 5px rgba(0,0,0,0.53); -moz-box-shadow: 1px -22px 54px 5px rgba(0,0,0,0.53);	box-shadow: 1px -22px 54px 5px rgba(0,0,0,0.53);}
	
.fondoweb {
	background:#f1f1f1 url("../images/fondo.jpg") repeat fixed; /*center center fixed */
	/*-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;*/
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {.boxed .page-wrapper {width: 750px;}}

@media (max-width:768px){ .fondoweb{background:none}}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {.boxed .page-wrapper {width: 970px;}}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {.boxed .page-wrapper {width: 1170px;}}

/* Large devices (Large desktops 1400px and up) */
@media (min-width:1400px) {.boxed .page-wrapper {width: 1370px;}}

/* Large devices (Sueperlarge desktops 1700px and up) 
@media (min-width:1700px) {.boxed .page-wrapper {width: 1670px;}}*/


/*=========================
	07. Header
=========================*/


.fontop{background:#2a2a2a; width:100%; padding:8px 0; color:white; margin-bottom:20px}

.fonmenu{background:#0c54a0; width:100%; padding:0px 0; color:white; margin-top:20px;}
.zona-menu{margin-top:40px; float:right}

.logotipo{max-width:232px; position:relative;}

/*lista-top*/
.zona-top-right{float:right; margin-top:50px}

.listatopder{color:#2a2a2a;}
.listatopder li{padding:0px 25px 0px 8px; color: #2a2a2a; border-right: 1px solid #d0d1d6; display:inline-block; position:relative; cursor:default; line-height:130%}
.listatopder li:last-child{border:none; padding-left:20px;}
.listatopder li:last-child{padding-right:0px;}

.listatopder li p{max-width:290px; width:auto;line-height:140%; color:#666666;}
.listatopder li p span{color:#4b4b4b; font-weight:bold}
.listatopder li p a{color:#666666;}



@media (max-width: 991px) {
	.fontop{border-top:1px solid white;}
	.zona-menu{float:none; width:100%; background:#5a6964}
}


/*=========================
	08. Footer
=========================*/

footer{padding-bottom:30px;}


/*=========================
	09. Zonas y cajas
=========================*/

/*listados*/
.listado-iconos{margin:30px 0;}

.zona-listado{max-width:402px; margin:0px auto 40px auto;}

.zona-imglist {width: 100%;  height: auto; position: relative;  overflow: hidden;  transition: all ease 400ms;  -webkit-transition: all ease 400ms;  -moz-transition: all ease 400ms; margin-bottom:15px}
.img-listado img{width: 100%; height: auto; max-width: none; width: calc(100% + 20px); -webkit-transition: opacity .35s,-webkit-transform .35s; transition: opacity .35s,transform .35s; -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0); /*-webkit-backface-visibility: hidden; backface-visibility: hidden;*/}
.zona-listado:hover .zona-imglist .img-listado img {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.zona-imglist .capa_overlay{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all ease 900ms; -moz-transition: all ease 900ms; -webkit-transition: all ease 900ms; -o-transition: all ease 900ms;}
.zona-imglist .capa_overlay:after {position: absolute; bottom: 0; right: 0; background: rgba(12, 84, 160, 0.9); overflow: hidden; width: 0; height: 100%; content: ''; transition: all ease 400ms; -webkit-transition: all ease 400ms; -moz-transition: all ease 400ms;}
.zona-listado:hover .zona-imglist .capa_overlay:after{width: 100%;}


.zona-imglist .zona-btn-listado{
    position: absolute;
    right: 20%;
    bottom: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}

.zona-listado:hover .zona-imglist .zona-btn-listado{visibility: visible; opacity: 1; right: 5%;}

/*.zona-listado img{position:relative; margin-bottom:10px}*/


/*fondos*/
.fondo-grisclaro{background:#f5f5f5; padding:3em 0; width:100%;}
.fondo-gris{background:#f5f5f5;}
.fondo-azul{background:#0c54a0; color:white;}
.fondo-azul a{ color: #FFF !important }

/* carrusel oferta educativa */
.zona-carrusel{padding:0px; margin:0px;}
.carrusel {margin:0 auto; max-width:500px; padding:0 15px;}
.zona-oferta{background:white; border-bottom:3px solid #e2e2e2;}
.zona-oferta img{position:relative;}
.zona-oferta h2{height:60px; overflow:hidden;}
.zona-oferta .info{padding:20px; text-align:center}


.zona-estrellas{position:absolute; z-index:1; bottom:0px; left:0px; width:100%; text-align:center; padding:15px; background:url(../images/transblack.png) repeat;}
.zona-estrellas img{margin:0 auto;}

/*zona menú*/
.zona-btnmenu{position:absolute; top:20px; right:15px; z-index:401;}

/* zona módulos secciones */
.zona {padding: 4em 0;}
.zona.min {padding: 2em 0;}
.zona.notop{padding-top:0em;}
.zona.nobottom{padding-bottom:0em;}
.zona-datos{padding:1em 15px;}

/*noticias pasando*/
/* @keyframes tickerv {
    0% {margin-top: 0;}
    25% {margin-top: -46px;}
    50% {margin-top: -92px;}
    75% {margin-top: -138px;}
    100% {margin-top: 0;}
}*/@keyframes tickerv {    0% {margin-top: 0;}		75% {margin-top: -46px;}    100% {margin-top: 0;}}

.tickerv-wrap {
    background: none;
    box-sizing: content-box;
    height: 45px;
    overflow: hidden;
    margin:0px 0;
    position:relative;
} 
.tickerv-wrap ul {
    padding:0;
    margin:0;
    list-style-type: none;
    animation-name: tickerv;
    animation-duration:10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1., 0, .5, 0);
}
.tickerv-wrap ul:hover {animation-play-state: paused;}
.tickerv-wrap ul li {font-size:1em; line-height: 46px;display:block;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left:100px}

.infonews{position:absolute; background:#f7921a; font-size:0.875em; color:white; z-index:1; top:6px; left:0px; padding:3px 20px;}


/*zona-ubica*/
.zona-ubica{
    padding:7em 0;
	background: #323232 url(../images/img02.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.zona-ubica.novas{background: #323232 url(../images/img01.jpg);}

/*tags*/
.tags a{
	position:relative;
	display:inline-block; float:left;
	line-height:24px;
	padding:7px 16px 4px;
	margin:0px 6px 10px 0px;
	color:#555555;
	text-align:center;
	font-size:0.75em;
	background:none;
	font-weight:400;
	border-radius:0px;
	border:1px solid #c2c2c2;
	text-transform:uppercase;
	font-family: 'Martel Sans', sans-serif;
}

.tags a:hover{border-color:#d57c13;	background-color:#f7921a; color:#ffffff;}

/*title box*/
.title-box {position: relative; margin-bottom: 50px;}
.title-box .titulo{position: relative; color: #0c54a0; line-height: 1.3em; font-weight: 700; text-align: right; padding-right: 30px; border-right: 3px solid #0c54a0; padding:20px}
.title-box .text{position: relative; color: #666666; background:#efefef; padding:15px}

/*cajablanca*/
.cajablanca {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 3em 15px;
    position: relative;
}
.cajablanca.min{padding:5px 15px; text-align:left;}

.cajablanca.amarilla{background:#ffffec; font-size:1.125em}


/*border*/
.borde-colder{border-left:1px solid rgba(0,0,0,0.16);}

@media (max-width: 991px) {
	.borde-colder{border:none;border-top:1px solid rgba(0,0,0,0.16); padding-top:50px;}
}

@media (max-width: 767px) {
	.infonews{display:none;}
	.tickerv-wrap ul li {padding-left:0px}
}


/*=========================
	10. Links y botones
=========================*/

/*botones*/
.boton {
	background: #0c54a0; color: #fff; font-size:0.9375em; padding: 8px 25px; letter-spacing: 0.5px; margin: 0px 3px; border-radius:0px; display:inline-block;
    -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-align:center;
}


.boton::after {content: "\203A";	font-size:1.1333em;margin-left: 5px;}

.boton:hover, .boton:focus {color: #ffffff; background: #f7921a;}

.boton.invert, .boton.invert:focus{color: #ffffff; background: #f7921a; border:0px solid #f7921a;}
.boton.invert:hover {color: #fff; background: #2a2a2a;}

.boton.full{width:100%; display:block;}
.boton.big{padding: 12px 35px; font-size:1.0625em}
.boton.min{padding: 7px 25px 6px 25px;}

.boton.whatsapp{background:#455a64 url("../images/whatsapp-logo.png") left 12px top 9px no-repeat; padding:8px 10px 8px 36px;}
.boton.whatsapp:hover, .boton.whatsapp:focus{background:#5b6662 url("../images/whatsapp-logo.png") left 12px top 9px no-repeat;}


/*btn texto*/
a.btn-texto {color: #0c54a0; display: inline-block; font-weight: normal; letter-spacing: 0.5px; text-decoration: none; outline: none; margin-top:10px;}
.btn-texto:after {content: "\203A";	font-size:1.1333em;margin-left: 5px;}


/*EFECTOS BOTONES*/

/*crecer*/
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*empequeñecer*/
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*=========================
	11. Listas 
=========================*/


/*lista abajo*/
.lnkaba { margin:0px 5px;}
.lnkaba li {display:block; color:#777777; line-height: 1.8em; background: url(../images/tri.gif) no-repeat 5px 13px; padding:3px 0 0 15px; margin:3px 0px}
.lnkaba li a{color:#777777; text-decoration:none;}
.lnkaba li a:hover, .lnkaba li a:focus {tex-decoration:none; color:#222}
.lnkaba li.col2 {display:inline-block; width:48%;}

/*lista simple*/
ul.simplelist{margin:20px 0px; display:block}
ul.simplelist.nomargin{margin:0px;}
ul.simplelist li {margin:0 20px 0 30px; padding:7px 0 7px 0px;}
ul.simplelist li.enlinea{display:inline-block; text-align:center; background:#ededed; padding:10px; margin:5px 0;}
ul.simplelist li a{text-decoration:underline;}

ul.simplelist.nopadding li {padding:0px}
ul.simplelist li.col2{display:inline-block; width:40%; background:aqua}

ul.simplelist li.num {list-style-type: decimal}/*números*/
ul.simplelist li.nu0 {list-style-type: decimal-leading-zero}/*números con 0 antes*/
ul.simplelist li.min {list-style-type: lower-latin}/*minúsculas*/
ul.simplelist li.may {list-style-type: upper-latin}/*mayúsculas*/
ul.simplelist li.cua {list-style-type: square;}/*cuadrado*/
ul.simplelist li.pun {list-style-type: disc;}/*círculo relleno*/
ul.simplelist li.cir {list-style-type: circle;}/*círculo vacio*/


/*ul.simplelist li.line{padding:2px 0px}*/
ul.simplelist li.line:before { position: absolute; content: "\2014"; left: 17px;}

ul.simplelist li.check {margin:10px 15px;}
ul.simplelist li.check {background: url(../images/check.png) no-repeat 0px 4px; padding: 0px 0 0px 25px;}

ul.simplelist li.descarga {margin:10px 15px;}
ul.simplelist li.descarga {background: url(../images/icono-descarga.png) no-repeat 0px 6px; padding: 0px 0 0px 20px;}

ul.simplelist li.enlace {margin:10px 15px;}
ul.simplelist li.enlace {background: url(../images/icono-enlace.png) no-repeat 0px 6px; padding: 0px 0 0px 22px;}


/*=========================
	12. Forms
=========================*/

/*select*/
.select-style {border: 1px solid #ccc; width: 220px; border-radius: 3px; overflow: hidden; background: #ffffff url(../images/icon-select.png) no-repeat right 15px bottom 50%; display:inline-block; position:relative;}
.select-style select {padding: 15px 10px; width: 130%; border: none; box-shadow: none; background: transparent; background-image: none; -webkit-appearance: none; font-size:1em; color:#666; line-height: 26px;}
.select-style select:focus {outline: none;}

/*.select-style:after{content: "\2039"; line-height: 40px; position: absolute; right: 15px; top: 15%; font-size:1.25em;
    
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

}*/


/*=========================
	13. Paginación
=========================*/

/*siguiente anterior*/
.pager{padding-left:0; /*margin-bottom:10px;*/text-align:center;list-style:none; }
.pager li{display:inline; font-family:Arial, Helvetica, sans-serif;}
.pager li>a,.pager li>span{display:inline-block;padding:6px 10px;background-color:#fff;border:1px solid #ddd;border-radius:inherit; background-repeat: repeat-x; background-color:#fff; background-image: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);}
.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}
.pager .siguiente>a,.pager .siguiente>span{float:right}
.pager .anterior>a,.pager .anterior>span{float:left}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#ddd;cursor:not-allowed;background-color:#fff}

/*paginación*/
.paginacion li{display:inline; font-weight:normal; border-radius:inherit; line-height:45px; border-radius:0px; }

.paginacion li a {color: #4b4b4b; background: #e1e1e1; text-decoration: none;  padding: 10px 16px; margin:5px 6px 0 0;}
.paginacion li a:hover {background: #2a2a2a; color: #fff;}
.paginacion li.disabled{padding: 10px 16px; margin:5px 6px 0 0; background:#f5f5f5; color: #999; cursor: default;}
.paginacion li.active {padding: 10px 16px; margin:5px 6px 0 0; background: #f7921a; color:#fff; cursor: default;}/*cambiar color*/



/*=========================
    14.Animaciones
=========================*/

/*ahover*/
.ahover{-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition: .5s;}

/*animación underline izq / der*/
.animacion-underline{width:auto; display:inline}
.animacion-underline a{color: currentcolor; position: relative; transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.animacion-underline a::before {left: 0; bottom: 0; content: ''; right: 100%; height: 1px; position: absolute; background-color: white; transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
.animacion-underline a:hover::before {right: 0;}

/*animación underline center*/
.animacion-underline-center{position:relative; display: inline-block;}
.animacion-underline-center a, .animacion-underline-center a:hover{color:white;}
.animacion-underline-center:after {width: 0; height: 1px; content: ''; background: #fff; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -0px; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
.animacion-underline-center:hover:after{width: 100%;}

/*=========================
	15. Slider
=========================*/

.img100x100{position:relative; z-index:1;}
.img100x100 {background-color: #666; clear: both; width: 100%; overflow: hidden;}
.img100x100 img{-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -webkit-transition-duration: 3s; -moz-transition-duration: 3s; -o-transition-duration: 3s;}
.img100x100:hover img{-webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transition-duration: 3s; -moz-transition-duration: 3s; -o-transition-duration: 3s;}

.slidercontent {display: block !important; color:white;}
.innerslider {display: flex; justify-content: left; align-items: center; margin: auto; position: absolute; z-index: 1; width: 100%; height: 100%;}
.slidercontent {max-width:700px; margin-left:8%;}

.slider-text {font-size: 3em; font-family:'Martel Sans', sans-serif; color: #fff; letter-spacing: 0px; line-height:110%; padding: 0; margin: auto; text-transform:uppercase; display:inline; font-weight:700;}
.slider-text span{color:#f7921a;}

.slider-text.movil {font-size:2em;}

@media (max-width: 991px) {
	.innerslider{justify-content: center;}
	.slidercontent{margin-left:0px; padding:20px}
	.slider-text span{background:none; padding:0px; color:#f7921a; font-weight:800; display:inline}
}

@media (min-width: 1400px) {
    .slidercontent {margin-left:10%;}
}

@media (min-width: 1600px) {
    .slidercontent {margin-left:15%;}
}





/*=========================
	16. Multimedia
=========================*/


.imgmini{max-width:120px;}

.listgal{display:inline-block; margin:0px 8px 8px 0px; border-radius:inherit; vertical-align:top; position:relative}
.zonagaleria{margin:0 auto; width:auto; display:table; border-radius:inherit;}
.galeria{width:auto; max-width: 100%; width: auto\9; display:inline-block; margin:5px 10px 5px 0;}

.img-izq{width:auto; max-width: 100%; width: auto\9; float:left; margin:0px 15px 2px 0;	max-width:500px;}
.img-der{width:auto; max-width: 100%; width: auto\9; float:right; margin:0px 0px 2px 15px; max-width:500px;}

.zona-fotos{max-height:200px; overflow-y:auto; overflow-x:hidden}


/*google maps*/
.gmap{position:relative;}
.gmap iframe{width:100%; margin-bottom:0px; border:1px solid #e7e7e7;}
#mapacontacto {width:100%; height:450px; border-bottom:2px solid #fff;}
#mapatrabajos {width:100%; height:500px; border:1px solid #e7e7e7;}

.gm-style .gm-style-iw {background-color: white !important; border-radius:2px; min-width:260px;}/* info ventana*/


/*responsive video*/
@media (min-width: 1400px) {
	.zona_video{margin:0 auto; width:70%; display:table; background:blue}
}

.video-container {position: relative; padding-bottom: 56.25%; /*padding-top: 30px;*/ height: 0;	overflow: hidden; margin:0px auto;}
.video-container iframe,  
.video-container object,  
.video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}

/* vídeo ajustado al centro con un tamaño máximo */
.video-wrapper {width: 1024px; max-width: 100%; margin: 0 auto;}
.video-wrapper2 {width: 500px; max-width: 100%;	margin: 0 auto;}


/*=========================
	17. Tablas
=========================*/

table {max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0;}

.table {width: 100%; margin-bottom: 20px; border:1px solid #ddd;}

.table th, .table td {padding: 8px; line-height: 160%; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; vertical-align:middle;}

.table th {background:#f2f2f2;  color:white; font-weight:normal; font-size:1.1428em; }

.table td.center, .table th.center{text-align:center;}
/*.table td i{cursor:help;}*/

.table thead th {vertical-align: bottom; background:#0c54a0}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {border-top: 0;}

.table tbody + tbody {border-top: 2px solid #dddddd;}

.table .table {background-color: #ffffff;}

/*tabla pequeña*/
.table-condensed th,
.table-condensed td {padding: 4px 5px;}

/*tabla redonda*/
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

/*tabla fondo si/no*/
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {background-color: #f9f9f9; border-bottom: 1px solid #efefef;}
.table-striped td {border: 0px solid #ccc; border-top: 1px solid #efefef;}
.table-striped tbody > tr:hover {background:#dcdcdc; cursor:pointer}

.table-striped tbody > tr:nth-child(odd):hover > td,
.table-striped tbody > tr:nth-child(odd) > th{
  background:#dcdcdc; cursor:pointer;
}

/*tabla cursos*/
.table.cursos td:nth-child(1) {width: 15%; font-weight:bold;}
.table.cursos td:nth-child(2) {width: 70%;}
.table.cursos td:nth-child(3) {width: 15%; text-align:center;}



/*=========================
	18. Redes sociales
	    e iconos svg
=========================*/

ul.social-icons {margin-top: 0px;}
.social-icons li {vertical-align: top; display: inline-block; height: auto;}
.social-icons li img{width: 18px; height: auto;}

.facebook {padding:8px 8px;  background-color: #2a2a2a;} .facebook:hover {background-color: #3d5b99;}
.twitter {padding:8px 8px; background-color: #2a2a2a;} .twitter:hover {background-color: #00aced;}
.youtube {padding:8px 8px; background-color: #2a2a2a;} .youtube:hover {background-color: #e64a41;}
.linkedin {padding:8px 8px; background-color: #2a2a2a;} .linkedin:hover {background-color: #0073a4;}
.google-plus {padding:8px 8px; background-color: #2a2a2a;} .google-plus:hover {background-color: #e25714;}
.vimeo {padding:8px 8px; background-color: #2a2a2a;} .vimeo:hover {background-color: #1ab7ea;}
.whatsapp {padding:8px 8px; background-color: #2a2a2a;} .whatsapp:hover {background-color: #3db629;}
.pinterest {padding:8px 8px; background-color: #2a2a2a;} .pinterest:hover {background-color: #bd081c;}
.instagram {padding:8px 8px; background-color: #2a2a2a;} .instagram:hover {background-color: #065b9e;}
.flickr {padding:8px 8px; background-color: #2a2a2a;} .flickr:hover {background-color: #0063db;}
.rss {padding:8px 8px; background-color: #2a2a2a;} .rss:hover {background-color: #eb8231;}
.paypal {padding:8px 8px; background-color: #2a2a2a;} .paypal:hover {background-color: #0b3281;}



/*=========================
	19. Media Queries
=========================*/

.noverflow{overflow:visible;}

.tablet.visible, .movil.visible{visibility:hidden; display:none;}
.visible-max{visibility:hidden; display:none}


@media (min-width:1940px) {}

@media (min-width:1400px) {
	.visible-max{visibility:visible; display:inherit;}
}

@media (max-width:1200px) {
	.table-responsive{width:100%; margin-bottom:15px; overflow-x:scroll; overflow-y:hidden; -ms-overflow-style:-ms-autohiding-scrollbar; -webkit-overflow-scrolling:touch; /*border:1px solid #ddd*/}
	.table-responsive>.table{margin-bottom:0}
	.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}
}

@media (max-width: 991px) {
	
	.zona-abajo {float:none; margin:0 auto; text-align:center;max-width:400px}
	.lnkaba li{background:none; padding:0px;}
	
	.centradomovil{margin:0 auto; display:block; text-align:center; float:none}
		
	/*.invisible{visibility:hidden; display:none;}
	.visible{visibility:visible; display:inline-block;}*/
	
	.tablet.invisible{visibility:hidden; display:none;}
	.tablet.visible{visibility:visible; display:inherit;}

	
	.logotipo {margin:15px auto 0 auto; float:none; text-align:center;}
	
	.zona-centrada{margin:0 auto; display:table;}
	.elipsis.nohidden{white-space: normal; overflow: inherit; text-overflow: clip;}
	
	.tablet.noelipsis{white-space: normal; overflow: inherit; text-overflow: clip;}
	
	.centrado-tablet{margin:0 auot; text-align:center; float:none;}
	

	.zona-abajo {float:none; margin:0 auto; text-align:center;max-width:400px}
	
	.centablemin{margin:0 auto; display:table;}
	.lnkaba li, .lnkaba li.loc, .lnkaba li.tel, .lnkaba li.ema {background:none; padding:0px;} 
	.lnkaba li.col2, ul.simplelist li.col2{display:block; width:100%}
	
	
	
	.img-izq, .img-der{float:none; text-align:center; width:auto; max-width:452px; margin:0 auto 15px auto;}
	
	.zona-fotos{max-height:none;}
}

@media (max-width: 767px) {
	
	.centrado-galeria{text-align:center; margin:0 auto;}
	
	.invisible_en_movil{visibility:hidden; display:none}
	.visible_en_movil{visibility:visible; display:inline-block;}
	
	.movil.invisible{visibility:hidden; display:none}
	.movil.visible{visibility:visible; display:inherit;}
	
	.wrapper{display:block;}
	.gmap iframe{width:100%;border:0px;	padding:0;}
	.elipsis.nohiddenmin{white-space: normal; overflow: inherit; text-overflow: clip;}
	
	.movil.noelipsis{white-space: normal; overflow: inherit; text-overflow: clip;}
	
	.centrado-movil{margin:0 auot; text-align:center; float:none;}
	
	.PlanPricing{margin-bottom:100px;}
}


@media (min-width: 320px) and (max-width:720px) {
	.cajablanca.max{padding:40px 15px}
	
	
	.zonagaleria{text-align:center}

}

@media (max-width: 720px){
	.imgmin{width:120px;}
}


/*=========================
	20. Mensajes Admin
=========================*/


.msg-form{
  position: relative;
  display:inline-block;
  margin: 0px 0px 15px 0px;
  padding:10px;
  font: normal 1em /*'Poppins',*/ Arial, Helvetica, sans-serif; 
  /*min-width:180px;*/
  line-height:130%;
}

.msg-form.min{padding:8px; font-size:0.9285em;}

.msg-form.peq{font-size:0.8571em; /*font-style:italic;*/ padding:4px; margin:0px}

.msg-form.transparente{background:rgba(255,255,255,0.65); border:1px solid #ccc; color:#4b4b4b;}

.msg-form.blanco{background:#fff; border:1px solid #dbdbdb; color:#4b4b4b;}
.msg-form.verde{background:#dff0d8; border:1px solid #d6e9c6; color:#3c763d;}
.msg-form.amarillo{background:#f9edcf; border:1px solid #f6e4b8; color:#5f5952;}
.msg-form.rojo{background:#f5e8eb; border:1px solid #e4d1d6; color:#c33939;}
.msg-form.amarilla{background:#ffffec; border:1px solid #ececdb; color:#4b4b4b;}



/*.posicion-mensajes{position: fixed;  right: 15px; top: 20px; z-index:5000;width:50%;}*/

.posicion-mensajes{position:fixed; z-index:1000000; top:15px; right:20px; /*max-width:500px;*/width:50%;
	right: calc(50% - 700px + 20px); /*la mitad del tamaño máximo de pantalla definido en flexible*/
}

@media all and (max-width: 1400px){.posicion-mensajes {right: 20px;}}
@media all and (max-width: 1200px){.posicion-mensajes {right: 20px;}}
@media (max-width: 480px) {.posicion-mensajes {right: 10px;max-width:400px; font-weight:normal}}
@media (max-width: 768px) {.posicion-mensajes{width:90%;}}


/*mensaje ok*/
.mensaje {
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background: url("../images/mensaje_correcto.png") left 7px top 11px no-repeat;
	background-color: #5ebd5e;
    border: 1px solid #43a543;
	padding: 10px 15px 15px 30px;
	margin: 3px;
	display:block;
	font-size:1.077em;
	/*min-width:200px;
	max-width:500px;*/
}

.mensaje a{color:#fff}
.mensaje a:hover{color:#fff}


/*aviso*/
.aviso {
	color:#333;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	background: url("../images/mensaje_aviso.png") left 7px top 12px no-repeat;
	background-color: #ffae10/*f4b04f*/;
    border: 1px solid #f19a1f;
	padding: 10px 15px 15px 30px;
	margin: 3px;
	font-size:1.077em;
}

.aviso a{color:#333;}
.aviso a:hover{color:#000;}

/*error ko*/
.error {
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background: url("../images/mensaje_error.png") left 7px top 11px no-repeat;
	background-color: #e66454;
    border: 1px solid #df3c28;
	padding: 10px 15px 15px 30px;
	margin: 3px;
	font-size:1.077em;
}

.error a{color:#fff}
.error a:hover{color:#fff}



.btn-cerrar{text-align:center; margin-left:5px; position:relative; vertical-align: middle;}
.btn-cerrar a {
	display: block;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000; padding:4px 8px; text-decoration: none;
	background:#fff\9; background-color:rgba(255, 255, 255, 0.4);
	border-radius:inherit; text-shadow:none;
}
.btn-cerrar a:hover {color: #000; text-decoration: none;background-color:rgba(255, 255, 255, 0.8) }
