@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,wght@0,400;0,500;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap'); */



/* ---------------- NEW STYLES -------------- */


/* FUERA DE LINEA */

.offline-card .header {
	background-color: white;
	background-image: none;
	background-image: none;
	}





/* CUERPO - BODY */

body {
  	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
  	/* font-family: 'Lato', sans-serif; */
	background-color: white !important;
	background-image: url("../../../../../images/imgdata/fondo.png");
	background-position:center top;
	background-repeat:repeat;
	background-attachment:fixed;
	}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Cuprum', sans-serif !important;
  color:#006600;
  text-align: left;
	}

h1 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  margin: 12px 0px;
  color:#006699;
	}


h2 {
    font-size: 1.7rem !important;
    line-height: 1.7rem !important;
  margin: 12px 0px;
  color:#1E90FF;
	}

h2 a {
	text-decoration: none !important;
	}

h2 a:hover {
	text-decoration: underline !important;
	}
	
/*
h2.item-title {
  color:#006699;
	}
*/

h3 {
    font-size: 1.5rem;
    /* line-height: 1.7rem; */
	}

/*
h4 {
	margin: 10px 0px 15px;
	color:#0099FF;
	font-size: 1.2rem;
    line-height: 1.4rem;
	}
*/


/* HEADER */

.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    text-align: center !important;
    background-color: white;
    background-image: linear-gradient(90deg, #003366 0%, white 30%, white 70%, #003366 100%);
    box-shadow: 0 0 20px rgba(0,0,0,0.2) inset;
	border-bottom: 2px solid white;
    }

.navbar-brand {
	margin: auto !important;
    text-align: center !important;
	}

/* MENÚ TOP */

header .grid-child.container-nav {
	}
	
header .grid-child.container-nav ul.mod-menu.mod-list.nav {
	margin: auto;
	justify-content: center;
	}

header .grid-child.container-nav ul.mod-menu.mod-list.nav li {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
header .grid-child.container-nav ul.mod-menu.mod-list.nav li a {
	margin: auto;
  	padding: 5px 7px;
  	border: 1px solid white;
  	/*background-color: DeepSkyBlue;*/

background: linear-gradient(top, rgba(255,255,255,1) 0, rgba(0,190,255,0.5) 50%, rgba(255,255,255,1) 100%);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0, rgba(0,190,255,0.5) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0, rgba(0,190,255,0.5) 50%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0, rgba(0,190,255,0.5) 50%, rgba(255,255,255,1) 100%);  
  	
  	color: #003366;
  	font-family: 'Cuprum', sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform:uppercase;
  	text-decoration: none;
  	border-radius: 10px;
  	border: 2px solid white;
  	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	}

header .grid-child.container-nav ul.mod-menu.mod-list.nav li a:hover {
  	background-color: DodgerBlue;
  	text-decoration: none;
  	color: white;
	}


header .grid-child.container-nav ul.mod-menu.mod-list.nav li a.lamsttlink {
	color: darkred;
	}

/* SLIDER BANNER */

.container-banner {
	padding: 10px 40px;
	}



/* MIGAS DE PAN */


nav.mod-breadcrumbs__wrapper ol li a span, .breadcrumb a, .breadcrumb ol li a span {
	text-shadow: none !important;
}

.breadcrumb {
    background-color: /* rgba(0,0,0,.03) */ transparent;
    background-image: linear-gradient(90deg, rgba(240,248,255,1) 0%, rgba(255,255,255,0) 100%);
    margin-bottom: 0;
    border-radius: 10px;
}


/* BANNERS CATEGORÍAS */

.category-desc {
	margin-bottom: 20px;
	}

.category-desc img {
	border-radius: 10px;
	}

.com-content-category-blog__child h3 {
	margin-bottom: 20px;
	}

.com-content-category-blog__child h3 a {
	margin: 10px auto;
	padding: 5px 10px 5px 34px;
	background-color: DeepSkyBlue;
	background-image: url("../../../../../images/iconos/icono-flecha-sig.svg");
	background-position: 8px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-attachment: ;
	color: whitesmoke;
	text-decoration: none;
	border-radius: 10px;
	}

.com-content-category-blog__child h3 a:hover {
	background-color: DodgerBlue;
	color: white;
	}


/* MENÚ DERECHA */

.sidebar-right.card h3.card-header, h3.card-header {
	font-size: 1.2rem !important;
	text-transform: uppercase;
	}

.card-header {
    background-color: #F0F8FF;
    /* border-bottom: 1px solid #dfe3e7;
    margin-bottom: 0;
    padding: 0.5rem 1rem; */
	}

.site-grid nav ul.mod-menu.mod-list.nav li {
	margin-bottom: 3px;
	padding-bottom: 4px;
	line-height: normal;
	border-bottom: 1px solid aliceblue;
	}

.site-grid nav ul.mod-menu.mod-list.nav li.active>a {
    font-weight: bold;
	text-decoration: none;
	}


/*LOGIN */

ul.mod-login__options.list-unstyled, .com-users-login__options.list-group {
	display: none;
	}



/* HOME FOTOS PORTADA */


.home-fotos-01 {
	margin: 0 auto;
	padding: 0;
	width: 50%;
	border: 0;
	border-radius: 10px 0 0 10px;
	}

.home-fotos-02 {
	margin: 0 auto;
	padding: 0;
	width: 50%;
	border: 0;
	border-radius: 0 10px 10px 0;
	}

.home-fotos-shadow {
	margin: 0 auto;
	padding: 0;
	width: auto;
	border: 0;
	}
	


/* BANNERS */

.bncircleventajas {
	margin: 20px auto;
	text-align: center;
	}

.bncircleventajas img {
	margin: 10px;
	max-width: 18%;
	}



/* CONTENIDO */ 

main /* .container-component */ {
  	text-shadow: 2px 2px white;
	}

nav, table, a {
	text-shadow: none;
	}

blockquote {
	font-family: 'Roboto Serif', serif;
	font-style: italic;
  margin: 20px auto;
  padding: 0.25em 45px;
  position: relative;
	}

blockquote:before {
    color: #CCC;
   content: "\201C";
   display: block;
   font-size: 80px;
   left: -5px;
   position: absolute;
   top: -15px;
  }

blockquote cite {
    color: #CCC;
    display: block;
    font-size: 18px;
    margin-top: 15px;
    text-align: right;
  }

blockquote cite:before {
   content: "\2014 \2009";
  }

/*
blockquote.bqdestacado {
	padding: 0 0 0 15px;
	margin: 0 0 18px;
	border-left: 5px solid cyan;
	}

blockquote.bqdestacado p {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5rem;
	font-style: italic;
	}
*/



/* TABLE */

.tableLista1 {
  	margin: 10px auto;
  	padding: 0;
  background-color: white;
  text-shadow: none;
  border: 1px solid #CCC;
  width: 100%;
	}

.tableLista1 tr th {
  	margin: 2px;
  	padding: ;
  	border: 1px solid #CCC;
  	background-color: #E0FFFF;
  	text-align: center;
	}

.tableLista1 tr td {
  	margin: 2px;
  	padding: ;
  	border: 1px solid #CCC;
	}

.tableLista1 tr td img {
	margin-top: 5px;
	}





/* GALERÍA FOTOS */

span.speasyimagegallery-gallery-item-title {
	display: none;
	}


/* PRE FOOTER */

.main-bottom.card {
	background-color: transparent;
    border: none;
	}

.bottom-b {
	margin: auto;
    padding: 5px;
    background-color: transparent;
    border: none;
    text-align: center;
	}





/* Videos portada */

#videosportada {
	margin: auto;
	width: auto;
	text-align: center;
	}

.videoportada {
	margin: auto;
	width: 45%;
	/*width: 33%;*/
	height: auto;
	display: inline;
	}
 
.videoportada iframe {
	margin: auto;
	width: 45%;
	/*width: 33%;*/
	height: 315px;
	}







/* CONTACTOS */


.com-contact__container {
  /*grid-gap: 1rem;*/
  /*display: grid;*/
  display: inline;
  /*grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(4,auto);
  margin-bottom: 1em;*/
	}  
  
.com-contact__container .com-contact__thumbnail {
	grid-column: 1/1 !important;
	grid-row: 1/1 !important;
	margin-bottom: 1em;
	text-align: left;
	}

.com-contact__container .h3, .com-contact__container h3 {
	display: none;
	}




/* FOOTER */

.footer {
    background-color: #003366;
    background-image: none;
    color: white;
    margin-top: 1em;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.5) inset; */
}

.mod-footer .footer2 {
	display: none;
	}

#mod-custom120 {
    margin: auto;
    padding: 5px;
    text-align: center;
    font-size: 0.8rem;
	}

#mod-custom120 strong {
    font-size: 1rem;
	}



/* VISFORMS */

.visforms.visforms-form {
	margin: ;
	padding: 10px 15px;
	background-color: whitesmoke;
	border:4px solid white !important;
	border-radius: 5px !important;
	}

.visforms.visforms-form label.error {
	color: white !important;
	font-weight: bold;
	text-shadow: 1px 1px 2px black !important;
	}

.visforms.visforms-form input, .visforms.visforms-form textarea, .visforms.visforms-form select {
	background-color: white !important;
	}

.visforms.visforms-form .visCustomText p, .visforms.visforms-form .visCustomText ul {
	color: grey;
	font-style: italic;
	}

.visforms.visforms-form .visBtnCon input.btn[type=submit], .visforms.visforms-form .visBtnCon input.btn[type=reset] {
	margin-bottom: 0;
	padding: 8px 12px 4px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	border-width: 2px;
	border-radius: 7px;
	/*color: #333;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;	
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
	}

.visforms.visforms-form .visBtnCon input.btn[type=submit] {
	font-weight: bold;
	color: DodgerBlue;
	text-transform: uppercase;
	border-color: cyan;
	}
.visforms.visforms-form .visBtnCon input.btn:hover[type=submit] {
	color: #003366;
	border-color: DodgerBlue;
	}

.visforms.visforms-form .visBtnCon input.btn[type=reset] {
	color: grey;
	border-color: #DDD;
	}
.visforms.visforms-form .visBtnCon input.btn:hover[type=reset] {
	color: #333;
	border-color: grey;
	}
	


/* BOTONES */


p.readmore {
	text-align: center;
	}

p.readmore a {
	color: DodgerBlue;
	font-family: 'Cuprum', sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	border: 2px solid DeepSkyBlue;
  	border-radius: 10px;
	}

p.readmore a:hover {
	color: #003366;
	}

a.btcurso1 {
  	margin: 0 auto;
  	padding: 5px 7px;
  	border: 1px solid white;
  	background-color: DeepSkyBlue;
  	color: WhiteSmoke;
  	font-family: 'Cuprum', sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
  	text-decoration: none;
  	border-radius: 5px;
	}

a.btcurso1:hover {
  	background-color: DodgerBlue;
  	text-decoration: none;
  	color: white;
	}


a.btarriba {
  	margin: 0 auto;
  	padding: 5px 7px;
  	border: 1px solid DeepSkyBlue;
  	background-color: white;
  	color: ;
  	font-size: 0.9rem;
	font-weight: normal;
	text-transform: uppercase;
  	text-decoration: none;
  	border-radius: 5px;
	}

a.btarriba:hover {
	border: 1px solid DodgerBlue;
  	background-color: whitesmoke;
  	text-decoration: underline;
  	color: ;
	}


a.btblue {
  	margin: 10px auto;
  	padding: 7px 15px;
  	background-color: DeepSkyBlue;
  	color: WhiteSmoke;
  	font-family: 'Cuprum', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
  	text-decoration: none;
  	border: 5px double white;
  	border-radius: 10px;
	}

a.btblue:hover {
  	background-color: DodgerBlue;
  	text-decoration: none;
  	color: white;
	}


a.btfx img {
	opacity: 0.8;
	}

a.btfx:hover img {
	opacity: 1;
	}






/* RESPONSIVE */

@media screen and (min-width: 1000px) and (max-width: 1920px)  {
}

@media screen and (max-width: 1024px) {

.container-header {
    background-color: white;
    background-image: linear-gradient(90deg, white 0%, white 100%);
    }

.container-banner {
	padding: 10px;
	}
 
.home-fotos-01 {
	width: 100%;
	border-radius: 10px 10px 0 0;
	}

.home-fotos-02 {
	width: 100%;
	border-radius: 0 0 10px 10px;
	}

.home-fotos-shadow {
	width: 90%;
	}

.videoportada {
	margin: auto;
	width: auto;
	height: auto;
	display: block;
	}
.videoportada iframe {
	margin: auto;
	width: 560px;
	height: 315px;
	}
	
.bncircleventajas img {
	margin: 10px;
	min-width: 240px;
	max-width: auto;	
	}
    
}

@media (min-width: 992px) {
	.container-header .mod-menu > li + li {
	margin-left: 1em !important;
	}
}
