/*
 Theme Name:   Stash Child
 Theme URI:    http://highgradelab.com/stash/
 Description:  Stash Child Theme
 Author:       HighGrade
 Author URI:   http://highgradelab.com/
 Template:     stash
 Version:      1.0.0
 License:      Commercial
 License URI:  http://themeforest.net
 Tags:         one-column, two-columns, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
 Text Domain:  stash-child
*/


/* Add your custom css below */

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    color: #ec1b2e !important;
}

a {
    color: #ec1b2e;
}

#hgr_sections a {
    font-weight: 600;
}

.entry ul, .page ul {
    list-style-position: outside;
}



.entry ul li ul, .page ul li ul {
    list-style-position: outside;
    margin-left: 36px;
}

.palic-btn {
    display: inline-block;
    font-weight: 900 !important;
    letter-spacing: 1px;
    border-width: 3px;
    border-style: solid;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.palic-btn.white {
	color: #ec1b2e;
	border:3px solid #fff;
    background: #fff;
}

.palic-btn.white:hover {
	color: #fff;
    border: 3px solid #ec1b2e;
    background: #ec1b2e;
}

.palic-btn.blue {
    background: #6b6b6b;
	color: #fff;
	border: 3px solid #6b6b6b;
}

.palic-btn.blue:hover {
	color: #ec1b2e;
	border: 3px solid #fff;
	background: #ffffff;
}

input {
    border-radius: 100px !important;
}

.cd-primary-nav {
	z-index: 99;
	background-color: #ec1b2e;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-primary-nav-trigger {
    width: 60px;
    z-index: 99;
}

.cd-primary-nav a {
    color: white;
}

#hgr_top_navbar_extras .icon {
    font-size: 24px;
    color: #6b6b6b;
    z-index: 0;
}

.cd-primary-nav-close-trigger {
    position: absolute;
    right: 16px;
    top: 25px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    z-index: 1;
}

#hgr_top_navbar_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.svg-mobile-logo {
	width: 100% !important;
	height:100%;
	margin: 8px 31px 0 60px;
	text-align: center;
}
.svg-mobile-logo img {
	display: inline-block;
	height: 68px;
	margin-bottom: 8px;
}

.fakeMobile #hgr_top_navbar_container, .isMobile #hgr_top_navbar_container {
    padding: 0 !important;
}

.fakeMobile .hgr_identity, .isMobile .hgr_identity,
.fakeMobile #hgr_top_navbar_extras, .isMobile #hgr_top_navbar_extras {
    padding: 0 !important;
}

.hgr_identity, #hgr_top_navbar_extras {
    float: none;
}

.hgr_identity a {
    padding: 8px 0 8px 0;
}

#hgr_top_navbar_extras {
    position: absolute;
    left: 0;
}

#mainNavUl .dropdown-menu.multi-level li.sub-menu-heading > a,
#mainNavUl li.sub-menu-heading > a {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

/*
    RESETTING
 */
.dropdown-submenu:hover>.dropdown-menu {
    display: unset ;
}

.dropdown-submenu>.dropdown-menu {
    left: unset;
}

/*
    END - RESETTING
 */

.menu-item-has-children {
    position: relative;
}

.dropdown-menu {
    display: none !important;
    position: relative;
}

.dropdown-menu.is-visible {
    display: block !important;
}

/* -------------------
    RESPONSIVE STYLES
------------------- */

@media screen and (max-width: 640px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        overflow-wrap: break-word;
    }

    h1 {
        font-size: 32px !important;
        line-height: 0.9 !important;
    }

    h2 {
        font-size: 26px !important;
        line-height: 1.1 !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }

    h4 {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    h5 {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    h6 {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

}

@media only screen and (max-width: 768px) {
	.hgr_megafooter p,
	.hgr_megafooter figure,
	.hgr_megafooter h2,
	.hgr_megafooter h3,
	.hgr_megafooter h4,
	.hgr_megafooter h5,
	.hgr_megafooter h6,
	.hgr_megafooter .vc_btn3 {
	    display: block !important;
	    margin: 0 auto !important;
	    text-align: initial !important;
	}
}

.wpcf7 input[type=submit], .wpcf7-submit {
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    border-color: #ec1b2e;
    border-radius: 999px;
    padding: 12px 18px;
    color: #ffffff;
    font-weight: 900 !important;
    letter-spacing: 0.1rem !important;
    font-size: 16px !important;
    text-transform: uppercase;
}


.sprite.audio-doctor, .sprite.audio-doctor-hover, .sprite.marker, .sprite.marker-hover
{vertical-align:middle;display:inline-block;overflow:hidden;background-repeat: no-repeat;background-image:url(/wp-content/uploads/iconos/header-sprites.png);margin: 0 3px;}

.sprite.audio-doctor {width: 37px; height: 26px; background-position: 40.6650% 2.90698%; background-size: 423.140%; }
.sprite.audio-doctor:hover { background-position: 72.8900% 2.90698%; background-size: 423.140%; }
.sprite.marker  {width: 18px; height: 26px; background-position: 18.6364% 3.22581%; background-size: 711.111%; }
.sprite.marker:hover { background-position: 1.13636% 3.26797%; background-size: 711.111%; }

.blog_widget a, .blog_widget .recentcomments {font-family: DM Sans, sans-serif; font-weight:100 !important;font-style: 'color #567567';}


span.highlight.post-author { display:none; }


.asistencia-modal h4 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700 !important;
	padding-bottom:13px;

}

.asistencia-modal h2 {
	padding-top:17px;
	padding-bottom:8px;
}

.asistencia-modal h2 a {
	font-family: "DM Sans", sans-serif;
	font-weight: 700 !important;
	font-size: 30px;
	color:#337ab7;
}

.btns-asistencia i {
	float:right;
}

.btns-asistencia {
	font-family: "DM Sans", sans-serif;
	border-radius: 100px !important;
	width: 208px;
    height: 40px;
    margin: 15px auto;
    font-size: 16px !important;
    text-align: left !important;
    padding-left: 32px !important;
    padding-right: 22px !important;
	font-size: 13px !important;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-asistencia {
    font-size: 10px !important;
    vertical-align: middle;
    line-height: 17px !important;
    margin: 6px 15px 0 0;
    font-weight: 800;
    color: #133460;
}

.btn-asistencia:hover,
.btn-asistencia:hover i
{ color: #8BCEE9 !important; }

.btn-asistencia i {
    font-size: 20px !important;
    vertical-align: middle;
}

.socialBotones .separator {
    padding:0 15px;
    position:relative;
}
.socialBotones .separator:after {
    content: '';
    display: inline-block;
    height: 44px;
    width: 2px;
    background-color: #99A5BB;
    top: calc(50% - 22px);
    position:absolute;
    right:0;
    left:0;
    margin:auto;
}


/* ICONS */

.calc_parent.icons {
	background:transparent;
	padding:0;
	margin-bottom: 25px;
}

.calc_parent.icons a {
	padding: 6px !important;
	margin:1px;
	text-align: center;
	border: 8px solid transparent;
	border-radius: 10px;
}

.calc_parent.icons a.active {
	background:transparent !important;
	border-color:#133461;
}

.calc_parent.icons a .icon {
	display:block;
	height: 140px;
	margin-bottom: 9px;
}

.calc_parent.icons a .icon img {
	height: 100% !important;
	width: auto;
}

.calc_parent.icons a .label {
	display:inline-block;
	padding: 12px !important;
	background:#133461;
	border-radius: 50px;
	font-family: "DM Sans";
	font-weight:900;
	text-transform: uppercase;
	font-size: 14px;
	width: 20em;
}



.modal .table-100p {
	 display: table;
	 width:100%;
	 height:100%;
}
.modal .table-cell {
	display: table-cell;
	vertical-align: middle;
}

#modalLeadOrCase .modal-dialog {width:400px;padding-top: 95px;}

#modalLeadOrCase .modal-content {
	background:#1f4885;
	background:rgba(31, 72, 133, 0.9);
	color:white;
	padding:30px 24px;
}

#modalLeadOrCase h5 {
	font-size:19px;
	font-weight:500;
	margin-bottom:29px;
}

#modalLeadOrCase .btns-asistencia {
	font-size: 17px !important;
	font-weight: 700;
	border-radius:12px !important;
	display:block;
	text-align: center !important;
	padding:14px 0;
	margin: 11px auto;
	width:100%;
	height:auto;
	background:#3986bc;
}

#modalLeadOrCase i {
	display:inline-block;
	float:none;
	margin-left:7px;
}

#modalLeadOrCase .rotate180 {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.authmenu .mcaret {margin-bottom: 0 !important;}

.authmenu ul {
	background:#b5b5b5;
	padding: 0 !important;
	margin:0 -30px;
	left:-15px;
	position:relative;
    max-height: 0;
    transition: margin-top 0.15s ease-out, max-height 0.15s ease-out;
    overflow: hidden;
}

.authmenu:hover ul {
	margin-top:10px;
	padding:1px 0 !important;
    max-height: 500px;
    transition: margin-top 0.25s ease-in, max-height 0.25s ease-in;
}



.authmenu ul li,
.authmenu ul a {
	margin:0 !important;
}

.authmenu ul a {
	margin:7px 40px !important;
	border-color:white !important;
	padding:6px 0 !important;
}

.authmenu ul a:hover {
	color:#ec1b2f !important;
}

.authmenu ul li {
	padding:0 !important;
    margin:0 25px;
}

.single.single-post .attachment-post-thumbnail.wp-post-image {
    display: none !important;
}

body.page div#popmake-5009 {
    padding-right: 0;
}
body.page div#popmake-5009 img {
    margin-top: 0;
    margin-bottom: 0;
}

.mapfre-modal {
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
}

.mapfre-modal .content {
    position:relative;
    border: 1px solid white;
    background:white;
    width: 500px;
    max-width: 500px;
    margin: auto 18px;
    margin-top: 120px;
    padding: 18px 24px 25px;
}

.mapfre-modal .close {
    position: absolute;
    right: -16px;
    top: -16px;
    border: 2px solid white;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    text-align: center;
    font-size: 34px;
    background: rgba(0,0,0,0.7);
    line-height: 0.9em;
    cursor:pointer;
}

.mapfre-modal h3 {
    color:#ec1b2e;
    margin-bottom: 24px;
    font-size:21px;
    text-align: center;
}

.mapfre-modal p {
    color:black;
}

.mapfre-modal ul {
    margin-left: 30px;
}

.mapfre-modal ul li a {
    display:flex;
}

.mapfre-modal a .text {
    flex: 1 1 auto;
}

.mapfre-modal .icon-formulario {
    /* border: 1px solid red; */
    background: url(/img/icon-pdf.svg) no-repeat center / contain;
    width: 28px;
    height: 38px;
    display: inline-block;
    flex: 0 0 28px;
}

.mapfre-modal .file {
    border: 2px solid black;
    margin: 14px 0 0;
    padding: 4px 8px;
}

.mapfre-modal .download:before {
    content:'\2022';
    color:black;
    font-size: 20px;
    margin: 0 8px;
}

.mapfre-modal .download {
    display:flex;
    align-items: center;
}

.mapfre-modal p.small {
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 12px 0;
    text-align: justify;
}

.mapfre-modal .bold {
    text-decoration:underline;
    font-weight:900;
}

.solicitud-en-linea-box2 {
    margin-top: 30px;
    text-align: center;
    border: 3px solid #ec1b2e;
    border-radius: 10px;
    padding:30px;
    max-width: 500px;
    margin: 0 0 25px;
}

.solicitud-en-linea-box2 p {
	color:#6b6b6b;
	font-size:19px;
	font-weight:600;
	margin: 0 0 1.2em;
	padding: 0px;
}

.solicitud-en-linea-box2 a {
	background-color:#6b6b6b;
	color:white;
	display:inline-block;
	width: 195px;
	font-size: 26px;
	line-height: 2em;
	border-radius: 10px;
	text-transform: uppercase;
	margin: 0 6px;
	font-weight:600 !important;
}

.solicitud-en-linea-box2 a:hover {
	background-color:#ec1b2e;
}

.popmake.pum-container {
    padding:0;
}
.popmake-img {
    display:block;
    margin:0 !important;
}

@media only screen and (max-width:767px) {
    .fixed-nav .s-header a.logo-link img.logo { width: calc(100% - 54px) !important; }
    .fixed-nav .s-header .logo-wrap { text-align: right !important; }
    .fixed-nav .s-header .socialBotones { display:none; justify-content: center;  }
    .s-menu { display:none; }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .fixed-nav .s-header .vc_row { display:flex; justify-content:space-between; flex-wrap: nowrap;}
}
