@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("fa-solid-900.eot");
	src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), 
		url("fa-solid-900.woff2") format("woff2"), 
		url("fa-solid-900.woff") format("woff"), 
		url("fa-solid-900.ttf") format("truetype"), 
		url("fa-solid-900.svg#fontawesome") format("svg"); 
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("fa-regular-400.eot");
	src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), 
		url("fa-regular-400.woff2") format("woff2"), 
		url("fa-regular-400.woff") format("woff"), 
		url("fa-regular-400.ttf") format("truetype"), 
		url("fa-regular-400.svg#fontawesome") format("svg"); 
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("fa-brands-400.eot");
	src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), 
		url("fa-brands-400.woff2") format("woff2"), 
		url("fa-brands-400.woff") format("woff"), 
		url("fa-brands-400.ttf") format("truetype"), 
		url("fa-brands-400.svg#fontawesome") format("svg");
}
.fab {font-family: 'Font Awesome 5 Brands';}
.far {font-family: 'Font Awesome 5 Free';font-weight: 400; }
.fa, .fas {font-family: 'Font Awesome 5 Free'; font-weight: 900;}

/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}
body {
	font-family: 'Raleway', sans-serif;
    font-size: 11pt;
    font-weight: 400;
    font-style: normal;
    line-height: 1.72;
    text-decoration: none;
    text-transform: none;
    color: rgba(0,0,0,0.8);

}


.g-recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    float: left;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #157f8b;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;    
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

strong {}
/* Wraper and sections
*********************************************/
.wrapper {width: 100%;max-width: 1210px;margin: 0 auto;padding: 0 30px;}
.section {padding: 50px 0;clear: both;overflow: hidden;}
.section-color {background: #fafafa;height: 100%;}
/* Centrar elementos
*********************************************/
.tablefix {width: 100%;height: 100%;table-layout: fixed;display: table;}
.middle {width: 100%;vertical-align: middle;display: table-cell;}
/* Titles
*********************************************/
h1, h2, h3, h4, h5 {line-height: 1.2em;margin: 0.75em 0;font-family: 'Poppins', sans-serif;font-weight: 600;}
h1 {font-size: 34pt;}
h2 {font-size: 28pt;}
h3 {font-size: 22pt;}
h4 {font-size: 17pt;}
h5 {font-size: 12pt;}
/* Transitions hovers
*********************************************/
a {
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
/* Columnas
*********************************************/
.row {overflow: hidden;margin: -1% -1% 0!important;}
.row-grid {overflow: hidden;margin:0;}
.col-width {padding: 0 1%;margin: 1% 0;}
.col-categories {float: left;width: 20%;}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {float: left;padding: 0 1%;margin: 1% 0;}
.col1 {width: 8.333333333333332%;}
.col2 {width: 16.666666666666664%;}
.col3 {width: 25%;}
.col4 {width: 33.33333333333333%;}
.col5 {width: 41.66666666666667%;}
.col6 {width: 50%;}
.col7 {width: 58.333333333333336%;}
.col8 {width: 66.66666666666666%;}
.col9 {width: 75%;}
.col10 {width: 83.33333333333334%;}
.col11 {width: 91.66666666666666%;}
.col12 {width: 100%;}




.btn-default {
    border: 1px solid #004195;
    color: #004195;
}
.btn-primary {
    background: #157f8b;
    color: #fff;
}

.btn-whatsapp {
	background: #1ebea5;
	color: #fff;
}

.btn {
    text-transform: uppercase;
    line-height: normal;
    padding: 1em 2em;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}


.readmore {
    display: block;
    margin-top: 15px;
    font-size: 10pt;
    color: #157f8b!important;
}
.readmore i {margin-left: 5px;}
.readmore * {color: #157f8b!important;}

/* alineaciones
*********************************************/
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
.align-left {text-align: left;}
.align-right {text-align: right;}



/* Top
*********************************************/
.top {
    padding: 10px 0;
    display: table;
    width: 100%;
    background: #157f8b;
}
.top * {color: #fff;}
.top a img {
    display: none;
}

.top span.image-title, .section-bottom span.image-title {
    letter-spacing: 0.3px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.top #social_media_menu li a:before {
    margin-right: 10px;
}
.top .moduletablemenutop {
    float: right;
    padding: 4px 0;
}
.top #social_media_menu li {
    float: left;
    font-size: 11pt;
    border-right: 1px solid #318c96;
    width: 25%;
    text-align: center;
    padding: 0 15px;
}
.top #social_media_menu li:last-child {border-right: 0;}
.top #menutop li {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #318c96;
    font-size: 10pt;
    letter-spacing: 0.3px;
	font-family: 'Raleway', sans-serif;
	line-height: normal;
}
.top #menutop li:first-child {border-left: 0;}



/* header
*********************************************/
.header {
    width: 100%;
    display: table;
    padding: 0;
    position: relative;
}
.logo {
    display: block;
    float: left;
    width: 180px;
    position: relative;
    z-index: 9999999;
}
.header ul, .top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu * {
    color: #000;
    font-size: 11pt;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
}


.main-menu {
    float: right;
}
.main-menu #menu > li {
    float: left;
    margin-left: 35px;
    position: relative;
    padding: 23.5px 0;
}
.main-menu {
    float: right;
    padding: 0;
}



@media (min-width: 1051px) {

#menu > li.parent:hover > ul, #menu > li > ul > li.parent:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
	
}


#menu > li.parent:hover > ul {
    left: 0;
}

#menu > li > ul > li.parent:hover > ul {
    left: 100%;
}



#menu > li > ul, #menu > li > ul > li > ul {
    white-space: nowrap;
    list-style: none;
    text-align: left;
    position: absolute;
    top: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    z-index: 99;
	left: -99999px;
}



#menu > li > ul {
    margin: 0;
    top: 100%;
    background: #157f8b;
}

#menu > li > ul > li > ul {
    margin: 0;
    top: 0;
    background: #77af21;
}


#menu > li > ul > li, #menu > li > ul > li > ul > li {
    float: none;
    margin: 0;
    width: 100%;
    padding: 0.7em 2em;
    cursor: pointer;
}

#menu > li > ul > li a, #menu > li > ul > li span, #menu > li > ul > li > ul > li a {
    color: #fff;
    cursor: pointer;
}

}

/* Showcase
*********************************************/
.showcase {
    clear: both;
}
.showcase .btn-light-white {
    border: 2px solid #fff!important;
    border-radius: 0!important;
    color: #fff!important;
    letter-spacing: 2px!important;
}

.showcase .btn {
    line-height: normal!important;
    padding: 0.5em 1em!important;
}
.tp-bullets {
    opacity: 1!important;
}
.bullet {
    background: #fff!important;
    border-radius: 50%!important;
    margin: 0 5px!important;
    width: 14px!important;
    height: 14px!important;
    border: 2px solid #fff!important;
}
.bullet.selected {
    background: transparent!important;
}





.row.section-niveles {
    margin: 0!important;
}
.section-niveles .col3 {
    padding: 0 1em;
    margin: 0;
}
.section-niveles * {
    color: #000;
}
.img-nivel {
    float: left;
    margin-right: 20px;
    width: 45px;
}
.info-nivel {
    overflow: hidden;
}
.info-nivel h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15pt;
}
.info-nivel p {
    margin: 0;
    color: #aaaaaa;
    font-size: 9.5pt;
}




.bgitem {
    padding: 35%;
    background-size: cover!important;
}
.panel-text {
    background: #fff;
    overflow: hidden;
    padding: 2em;
}
.title-default a {
    color: #000;
}
.title-default {
    font-size: 14pt;
}
p.datecreated {
    font-size: 10pt;
}
p.datecreated span {
    margin-right: 10px;
}
.title-section:after {
    width: 70px;
    height: 3px;
    background: #77af21;
    content: '';
    display: block;
    margin-top: 10px;
}




.image-item {
    position: relative;
}
a.bglink {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.title-section {
    font-size: 24pt;
    margin-top: 0;
    margin-bottom: 1.5em;
}


input, textarea, select {
    width: 100%;
    border: 0;
    padding: 1em;
    border-bottom: 1px solid #ddd;
    outline: none;
    margin-bottom: 15px;
}
input.btn {
    width: auto;
    float: right;
}



.section-bottom #social_media_menu img {
    display: none;
}
#social_media_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-bottom h3 {
    font-size: 12pt;
    font-weight: 600;
    color: #3f3f3f;
    letter-spacing: 1px;
    background-color: #e4e4e4;
    padding: 25px 40px;
    margin-bottom: 0px;
}
.section-bottom .moduletablemenusocial {
    background-color: #f6f5f5;
    padding: 30px;
    display: table;
    width: 100%;
}
.section-bottom #social_media_menu li a:before {
    font-size: 20pt;
    background: #77af21;
    width: 40px;
    height: 30px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    padding: 12px 10px;
    margin-right: 15px;
}
.section-bottom #social_media_menu li span {
    display: block;
    float: left;
    font-size: 13pt;
    margin-top: 18px;
    color: #000;
}
.section-bottom #social_media_menu li {
    margin-bottom: 15px;
}



.copyright span {
    margin: 0 15px;
}

.copyright * {color: #fff;}
.copyright {
    text-align: center;
    background: #157f8b;
    overflow: hidden;
    color: #fff;
}





#content {
    background: #f1f1f1;
}

.header-page {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}
.title-page {
    margin-top: 0;
    margin-bottom: 1em;
}
.title-page:after {
    width: 70px;
    height: 3px;
    background: #77af21;
    content: '';
    display: block;
    margin: 10px auto;
}
.title-primary {
    margin-top: 0;
}


ul.breadcrumb {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    font-size: 10pt;
}
ul.breadcrumb li:first-child {
    display: none;
}
ul.breadcrumb li {
    float: left;
}
span.divider {
    display: none!important;
}
ul.breadcrumb li a, ul.breadcrumb li span {
    float: left;
    display: block;
    color: #989898;
}
ul.breadcrumb li:before {
    display: block;
    content: '/';
    float: right;
    margin: 0 15px;
    color: #989898;
}

ul.breadcrumb li:last-child:before {display: none;}



.wrap-small {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}
span.datenews {
    margin-bottom: 15px;
    display: block;
}
.body-item h3 {
    margin: 0;
    font-size: 20pt;
}


.title_item {
    margin-bottom: 15px!important;
}




.row.panel-about {
    margin: 0!important;
}
.section-nosotros > .panel-about > .col6 {
    margin: 0;
    padding: 0;
}
.col6.textabout {
    padding: 3em!important;
}
.section-nosotros .panel-about:nth-child(even) .imgabout {
    float: right!important;
}





.menuresponsive {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.title-default {
    margin-top: 0;
}


.list li {
    float: left;
    margin-right: 30px;
}
.list {margin: 0;padding: 0 0 0 15px;}

/* MEDIA QUERIES
*********************************************/

@media (max-width: 1024px) {
.section-niveles-int .col6 {
    float: none;
    width: 100%;
    margin: 10px auto;
    max-width: 600px;
}
.top #social_media_menu li {
    font-size: 10pt;
    padding: 0 10px;
}
.section-niveles .col3 {
    width: 50%;
    margin: 20px 0;
}
.section-bottom .col7, .section-bottom .col1, .section-bottom .col4 {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 10px auto!important;
    height: auto!important;
    clear: both;
    overflow: hidden;
}
.title-default {
    font-size: 12pt;
    margin-top: 0;
}

}

@media (max-width: 980px) {
.col6.textabout {
    padding: 1em 0!important;
}
.section-nosotros > .panel-about {
    height: auto!important;
}
.section-nosotros > .panel-about > .col6 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none!important;
}
.section-nosotros .panel-about:nth-child(even) .imgabout {
    float: none!important;
}
	
}

@media (max-width: 767px) {
.section-services .col4 {
    width: 50%;
}
h1 {
    font-size: 24pt;
}
h3 {
    font-size: 17pt;
}
.copyright span {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
	.section-news .col4 {
	    width: 100%;
	    max-width: 500px;
	    margin: 20px auto;
	    float: none;
	}
	.top {
	    display: none;
	}
	.tp-caption.section-banner {
	    width: 90%!important;
	    left: 5%!important;
	    height: 80%!important;
	    top: 10%!important;
	}
	.tp-caption.title-elcalvario {
	    font-size: 6.5vw!important;
	    width: 100%;
	    left: 0!important;
	    right: 0!important;
	    text-align: center;
	    margin-top: -6vw!important;
	}

	.tp-caption.texto-elcalvario {
	    width: 100%;
	    left: 0!important;
	    right: 0!important;
	    text-align: center;
	    font-size: 3.3vw!important;
	}
	.tp-caption.boton-elcalvario a {
	    font-size: 2.3vw!important;
	}
	.tp-caption.boton-elcalvario {
	    width: 100%;
	    left: 0!important;
	    right: 0!important;
	    text-align: center;
	    margin-top: 6vw!important;
	}

}


@media (max-width: 600px) {
	input.btn {
	    width: 100%;
	    float: none;
	}
	.section-niveles .col3 {
	    width: 100%;
	}
	.tp-caption.title-elcalvario {
	    margin-top: -7vw!important;
	}

	.tp-caption.boton-elcalvario {
	    margin-top: 6vw!important;
	}
	.tp-caption.boton-elcalvario a {
	    font-size: 3vw!important;
	}

}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}