/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* colores */
  














/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hideme{
opacity:0;
}

::selection{
  background:#e03520;
  color:#fff;
}

a{
  color:#196049;
  font-weight:bold;
}

p a, li a{
  color:#e03520;
  font-weight:bold;
}

li a:hover{
  color:#196049;
  font-weight:bold;
}

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

p, span{
  font-family: 'Lato', serif;
}

h1{
  color: #313c43;
    font-family: "Montserrat",sans-serif;
    font-size: 4.8vw!important;
    font-weight: 700!important;
    line-height: 1.08235!important;
    letter-spacing: -.25vw!important;
}

h2{
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 5.5vw!important;
    font-weight: 700!important;
    line-height: 1!important;
    letter-spacing: -.29vw!important;
}

h4{ color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 1.025em;
    font-weight: 700;
    line-height: 1.23333;
    text-transform: uppercase;
    letter-spacing: .22222em;
  margin-bottom: 1.38889em;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #196049; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e03520; 
}

.navegacion-principal{
 width: calc(100% - 290px)!important;
}


.navegacion-principal li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.175em;
  font-weight: 700;
  line-height: 1.63158;
  letter-spacing: -.03395em;
    color:#196049;
  z-index:999;
}

.navegacion-principal li a:hover{
  color: #e03520;
}

.popup-form-perfil{height:0px}


.popup-form-perfil form, .popup-form-perfil .recargar-ahora{
  position: absolute;
  width: 500px !important;
  height: 500px;
  background-color: #fff;
  border: 2px solid black;
  padding: 16px;
  color: black;
  top:200px;
  left:calc(50% - 250px);
  z-index:999;
}

.popup-form-perfil form .legal-consent-container, .popup-form-perfil noscript{
  font-size:10px;
}


.telefono-cabecera{ 
  border-left: 1px solid #0047321f;
  padding-left:30px;
}

.email-cabecera a{
  font-size:12px!important;
}

.telefono-cabecera a:hover, .email-cabecera a:hover{
  color:#e03520;
}

/*.row-fluid-wrapper{
  border: 1px solid black;
  margin-bottom:30px;
}*/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
     padding: 10px 23px!important;
}

/* ---- */

.popup-form-perfil{display:none!important;}

.header-container-wrapper .header-container{
  padding-left:0px;
  padding-right:0px;
  border-bottom:1px solid #f1f1f1;
}

.grupo-fondo-verde{
  border-bottom: 1px solid #0047321f;
  color: #196049;
  height:35px;
  line-height:34px;
  padding:0px;
  margin:0px;
}

.grupo-fondo-verde a, .grupo-fondo-verde span{
  font-family: 'Montserrat', sans-serif;
  color:#196049;
  font-weight:400;
  font-size:13px
}

.grupo-fondo-verde .cta_button{
  background-color:#e03520!important;
  color:#fff!important;
  font-size:16px;
  height:35px;
  margin:0px;
  float:right;
  line-height:35px;
  padding: 0px 30px;
  font-weight:bold;
  transition:.5s;
}

.grupo-fondo-verde .cta_button:hover{
  background-color:#196049!important;
  transition:.5s;
}

.buscar-cabecera {
  width:100%;
  position:fixed;
  top:0px;
  left:-200%;
  width:100%;
  color:#196049;
  height:100%;
  background-color:#fff;
  z-index:999;
  transition: 0.5s;
}

.buscar-cabecera form{
  width:50%;
  margin-left:25%;
  /*font-size:50px;*/
  font-size: 2.1rem;
  margin-top:150px;
  
}
.buscar-cabecera form input{
  border:0px;
  border-bottom: 3px solid #e03520;
  height:70px;
}

.buscar-cabecera input:focus{
  outline:0px;
}

.fa-search{
    color:#196049;
    position: absolute;
    left: 75%;
    top: 150px;
    font-size: 40px;
    line-height: 70px!important;
  height: 70px;
  cursor:pointer;
}

.fa-times{
  color:#e03520;
  position:absolute;
  top:20px;
  right:calc(25% - 40px);
  font-size:30px;
  cursor:pointer;
}

.cabecera-principal{
height: 80px;
}

.navegacion-principal ul {
  width:100%;
}

.header-container .row-number-5, .header-container .row-number-3{
  width:84%!important;
  margin-left:8%!important;
}

.b-icono-top{ 
  color:#196049;
  position: relative;
  top: 0px;
  left: 16px;
  font-size: 19px;
  line-height: 35px!important;
}

.header-container .row-depth-1.row-number-1{height:0px!important;}

.logo{
  height:100px;
  width:50%;
  max-width:210px;
}
 
.logo img{
  margin-top:20px;
}

.hs-menu-flow-horizontal{
  float:right;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width:400px;
  min-width:14%;
  font-size:16px;
}

.navegacion-principal li.active a{
  color:#e03520;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  border-bottom:2px solid #fff;
  transition: 0.5s;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  margin-top:18px;  
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li a:hover{
  border-bottom:2px solid #fff;
}

.body-container {padding:0px!important;}


/* SLIDER ----------------------------------------- */

.slider {
   width:100%;
}

.flickity-page-dots { bottom: 22px!important; }

.slider-texto{
  position:absolute;
  top: 0px;
  left:0px;
  width:50%;
  background-color:rgba(224, 53, 32, 0.7411764705882353);
  height: 660px;
}

.slider h2{
  color: #fff;
  padding-left:15%;
  padding-right:10%;
}

.slider h4{
  color: #fff;
  margin-top:60px;
  padding-left:15%;
  
  
}

/* TEXTO INTRODUCTORIO ///////////////////////////////////////////////////*/

.body-container .row-number-2{
  width:84%!important;
  margin-left:8%!important; 
}

.text-intro{
    margin-top: 90px;
    margin-bottom: 60px;
}
.text-intro{
  position:relative;
}

h1{
  word-break: keep-all;
}

.text-intro.topdiv h1{
  border-left:30px solid #196049;
  padding-left:20px;
}

.intro-formacion {
  font-size:1.2rem;
  margin-top:30px;
}

.decoracion{
  position:absolute;
  top:5%;
  left: 30%;
  width: 150px;
  height:150px;
  background-color: #1960490f;
  z-index:-1;
}

.introduccion ul, .actividades-becas ul{
  list-style:none;
  padding-left:10px;
}

.introduccion ul li, .actividades-becas ul li{
  margin-bottom:5px;
  margin-left:15px;
}

.actividades-becas:not(.form.programa) ul li:before{
  content:'•';
  color:#e03520;
  margin-right:10px;
}

.li-intro ul li:before{
  content:'•';
  color:#e03520;
  margin-right:10px;
}

.li-practi ul li:before{
  content:'\2714';
  color:#e03520;
  margin-right:10px;
}

.li-instal ul li:before{
  content:'\29EB';
  color:#e03520;
  margin-right:10px;
  font-size:19px;
}

.li-salidas ul li:before{
  content:'\2714';
  color:#e03520;
  margin-right:10px;
}

.li-varios ul li:before{
  content:'\25A0';
  color:#e03520;
  margin-right:10px;
}



/* FILTRADO ***************************************/

#filtrado{width:80%;
  float:left;
  height:150px;
  padding-top:40px;
  background-color:#f1f1f1;
  box-shadow:0px 0px 21px rgba(0, 0, 0, 0.15);
}


#filtrado h2{
  color:#313c43;
  font-size:2.2em!important;
  letter-spacing: 0px!important;
  float:left;
  width:20%;
  padding-left:2%;
  margin-top:-6px;
}

#cta-smart-home, #cta-smart-home-res{
  width:20%!important;
  min-width:200px;
  float:left;
  height:150px!important;
  overflow:hidden;
  background:linear-gradient(0deg,rgba(25,96,73,0.7),rgba(25,96,73,0.7)),url('https://grados.uemc.es/hubfs/Sitio%20web/banner-solicita-info.jpg');
  background-color:black;
  background-size:cover;
  background-position:center center;
  padding:15px 15px 10px;
}

#cta-smart-home>span, #cta-smart-home-res>span{
  text-align:center;
  width:100%;
  display:block;
  /*border:3px solid #fff;*/
    height:100%;
}

#cta-smart-home a, #cta-smart-home-res a{
  color:#fff;
  font-size: 2.3vw;
  display: block;
  height: 100%;
  padding-top: 15px;
  line-height: 40px;
  font-family:'Montserrat', sans-serif;
}

#cta-smart-home-res{display:none}

.input-filtros select{
  background-color: #f1f1f1;
  color:#313c43;
  border:0px;
  border-bottom: 2px solid #313c43;
  font-family: 'Montserrat', sans-serif;
  font-size:15px;
}

#filt-grado, #filt-especialidad, #filt-facultad{
  color: #313c43;
  font-family: 'Montserrat', sans-serif;
  font-size:17px;
  font-weight:bold;
   width:35%;
  float:left;
  padding-left:2.5%;
  padding-right:2.5%;
  letter-spacing:.6px;
  position:relative;
}

.filtros-intermedia #filt-facultad, .filtros-intermedia #filt-grado{
min-width:530px
}

#filt-grado select:focus, #filt-especialidad select:focus, #filt-facultad select:focus{
  outline:0px;
}

#filtrado select option {
  background-color:#f1f1f1;
  color: #313c43;
  border: 0px;
  height:24px!important;
  line-height:24px!important;
}

#filtrado select option:hover{
  background-color:#196049;
  color:#fff;   
}

/*MENU-OCULTO ************************************************************/
.menu-oculto{
  top:-60px;
  left:0px;
  position:fixed;
  z-index:999;
}

.area-menu-menu{
  position:absolute;
  right: -100%;
  transition:.4s;
  width:50%!important;
  background-color:#e03520;
  color:#fff;
  height:100%;
}

.area-menu-menu .texto-menu-pie img{
  margin-bottom:20px;
}

.area-menu-menu .texto-menu-pie p {
  font-family:'Montserrat', sans-serif!important;
  font-weight:44;
  font-size:1.2em;
  line-height:0.7em;
  letter-spacing: -1px;
}

.area-menu-menu .texto-menu-pie{
  border-top: 3px solid gba(255, 255, 255, 0.43);
  padding-top:7%;
  margin-top:2%;
  margin-left:55px!important;
  width:60%;
}

.area-menu-menu ul{
  padding-top: 50px;
  padding-left:30px;
  margin:0px;
  width:100%;
}

.area-menu-menu ul li{
  width:100%;
  max-width:100%!important;
  float:left;
}
  
.area-menu-menu ul li a{
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 2.9vw!important;
  font-weight: 700!important;
  line-height: 1!important;
  letter-spacing: -.1vw!important;
  max-width:100%!important;
  transition:1s;
 }

.area-menu-menu a:hover{
  color:white;
  transition:0.5s;
}

.area-menu-menu ul:hover a:not(:hover){
  color:#eca7a7;
  transition:0.5s;
}

.area-cta-menu{
  position:absolute;
  left: -100%;
  transition:.4s;
  width:50%!important;
  background-color:#fff;
  height:100%;
  padding-top:90px;
  padding-left:4%;
  padding-right:6%;
  font-size: 5.9vw!important;
  font-weight: 700!important;
  line-height: 1!important;
  letter-spacing: -.3vw!important;
}

.area-cta-menu a{
  font-family: "Montserrat",sans-serif;
  color: #196049;
}

.area-cta-menu:hover a{
  color: #fff;
}

.area-cta-menu:hover{
  background-color: #196049;
  transition:0.5s;
}

.cabecera-menu-oculto{
  position:fixed;
  height:60px;
  top:-100px;
  left:0px;
  line-height:60px;
  width:100%!important;
  background-color:#fff;
  transition:0.5s;
  box-shadow:0px 0px 21px rgba(0, 0, 0, 0.15);
  z-index:3;
}

.cabecera-menu-oculto img{
  width:200px!important;
  margin-top: -3px;  
  margin-left: calc(8% - 48px);
}

.barras-menu{
  position:absolute;
  right:8%;
  top:17px;
  cursor:pointer;
  line-height:60px;
  font-size:26px;
  color:#e03520;
  z-index:999;
}

#fijar-superior{
  top:0px!important;
}

/*RESULTADOS*********************************************************/

article{
  float:left;
  width:22%;
  height:175px;
  margin-bottom:25px;
  overflow:hidden;
  margin-right:3%;
  transition:0.5s;
}

article:hover{
    box-shadow:0px 0px 21px rgba(0, 0, 0, 0.15);
}

#resultados:hover article:not(:hover){
  opacity:.6;
  transition:0.5s;
}

#resultados:hover .no-result{
display:none;
}

article .meta h3{
  padding-bottom:7px;
  border-bottom:2px solid #fff;
  transition: 0.3s;
}

article:hover .meta h3{
  border-bottom:2px solid #e03520;
  transition: 0.3s;
}

.imagen{
  width:20%;
  float:left;
  margin-right:5%;
}

.imagen img{
  width:190%;
  margin-left:-97%;
  max-width:190%;
  transition: 0.5s;
}

#resultados article:hover .imagen img{
  margin-left:0%;
  transition:1s;
}

#resultados article:hover .ver-mas a {
  color: #196049;
}

.meta{
  width:75%;
  float:left;
}

.descripcion-filtro{
  display:none;
}

#resultados{
  width:85%;
  margin-left:8%;
  margin-top: 60px; margin-bottom:80px;
  float:left;
  display:block;
  min-height:1px;
  height:580px;
  overflow-y:scroll;
  position:relative;
}

/* width */
#resultados::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#resultados::-webkit-scrollbar-track {
  background-color:#f1f1f1;
}
 
/* Handle */
#resultados::-webkit-scrollbar-thumb {
  background: #dadada; 
}

/* Handle on hover */
#resultados::-webkit-scrollbar-thumb:hover {
  background: #b7200d; 
}

#resultados article h3{
  font-size: 1.2em!important;
  font-weight:700;
  letter-spacing: 0px!important;
  color: #313c43;
  padding-right:4%;
  padding-top:15px;
}
  
#resultados article .ver-mas a {
  color: #e03520;
  font-weight:400;
  transition:0.5s;
  font-size:0.9em;
}

#resultados article a:hover {
  color: #e03520!important;
  transition: 0.5s;
}

#resultados article .imagen{
  overflow:hidden;
}

.ver-mas-resultados{
  position:absolute;
  height:30px;
  width:100%;
  bottom:-30px;
}

/*DESCRIPCIONES ******************************************************************/


#descripciones{
  width:20%;
  float:left;
  margin-top:42px;
  /**background-color:#e03520;**/
  /*color:#fff;*/
  height:580px;
  padding-bottom:40px;
}
.descripcion-filtro{
  position:absolute;
  right:5px;
  bottom:0px;
}

.descripcion-filtro a{  
  color:#fff;
  font-size:15px;
  padding:7px 14px 7px 14px;
  background-color:#e03520;
  border: 1px solid #e03520;
  border-radius:18px;
  display:block;
}


.descripcion-filtro:hover a{
  color:#e03520;
  background-color:#fff;
}

.descripcion-filtro h3{
}

#descripciones p{
  font-family:'Lato', serif;
  font-size:0.9em;
}

.filtrados-bloque{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
}

#descripciones a{
  color:#e03520;
  /*background-color:#e03520;
  border:1px solid #e03520;*/
  padding: 3px 0px 4px;
  transition: 0.3s;
}

#descripciones a:hover{
  color:#e03520;
  background-color:#fff;
  padding: 3px 5px 4px;
  transition: 0.3s;
}

/*NOTICIAS **************************************************/

.ultimas-entradas{
  margin-top:20px;
  margin-bottom:60px;
  width:84%!important;
  margin-left:8%!important;
}

.ultimas-entradas h2{
  color:#313c43;
  font-size: 3.2em!important;
  letter-spacing: 0px!important;
  margin-bottom:15px;
}

.entrada-ultimas-entradas{
  width:31.33%;
  float:left;
  margin: 0px 1% 20px 1%;
  transition:0.5s;
}

.contenedor-ultimas-entradas:hover .entrada-ultimas-entradas:not(:hover){
  background-color:#fff;
}

.entrada-ultimas-entradas:hover{
  box-shadow:0px 0px 21px rgba(0, 0, 0, 0.15);
  background-color:#f7f7f7;
  transition:0.5s;
}


.entrada-ultimas-entradas .cont-imagen-noticia{
  height:232px;
  overflow:hidden;
  position:relative;
}


.entrada-ultimas-entradas:hover img{
  transform: scale(1.05);
  transition:0.5s;
}

.entrada-ultimas-entradas .cont-imagen-noticia img{
  margin-top:-116px;
  top: 50%;
  position:absolute;
  transition:0.5s;
}

.cuerpo-ultimas-entradas{
  padding:10px 20px 0px;
  background-color:#f7f7f7;
  overflow:hidden;
  height:350px;
  position:relative;
  transition:0.5s;
}

/*.entrada-ultimas-entradas:last-child{
    display:none;
}*/

.entrada-ultimas-entradas h3 a{
  color:#313c43;
}

.entrada-ultimas-entradas h3 a:hover{
  color:#196049;
}

/*.entrada-ultimas-entradas p{
  font-family: 'Lato', serif;
  font-size:1.1rem;
  float:left;
  margin-top:5px;
}*/

.entrada-ultimas-entradas .categoria a{
  color:#196049;
  font-size:13px;
}

.entrada-ultimas-entradas .categoria a:hover{
  color:#e03520;
}

.entrada-ultimas-entradas .categoria{
  float:left;
  padding-right:15px;
  line-height:18px;
}

.categorias-ultimas-entradas{
  position:absolute;
  bottom:10px;
  left:20px;
}

.categorias-ultimas-entradas .categoria:not(:first-child){
  border-left: 2px solid #e03520;
  padding-left:15px;
}


/*FOOTER ************************************************************************************/
.footer-container{
  background-color:#f7f7f7;
  padding-top:50px;
}

.menu-footer .hs-menu-flow-horizontal{
  width:100%;
  text-align:center;  
  
}

.menu-footer .hs-menu-flow-horizontal ul{
  border-top: 3px solid #e03520!important;
  padding: 20px 50px 0px;
}

.menu-footer .hs-menu-flow-horizontal a{
  color:#196049;
  font-size:.9em!important;
  text-transform:uppercase;
}

.menu-footer .hs-menu-flow-horizontal a:hover{
  color:#e03520;
}

.logo-footer .widget-type-logo{
  width:100%;
  text-align:center;
  margin-bottom:10px;  
}

.copy-footer{
  text-align:center;
  margin-top:20px;
  font-size:0.8em;
}


/*SUSCRIPCION BLOG **************************************************************************************/

.suscripcion-blog{
  margin-top:40px;
  margin-bottom:40px;
  width: 70%;
  margin-left: 15%;
}

.suscripcion-blog .widget-type-text{
  margin-top:30px;
  float:right;
  text-align: right;
  padding-right: 30px;
}

.suscripcion-blog .widget-type-text span{
  font-size: 3.2em!important;
  letter-spacing: 0px!important;
  margin-bottom: 15px;
  font-weight:bold;
  color: #313c43;
}

.suscripcion-blog label>span {display:none}

.suscripcion-blog input[type='submit']{
  background-color:#e03520;
  color:#fff;
  border:1px solid #e03520;
  /*font-size:1.4em;*/
  margin-top:20px;
  padding: 10px 20px;
  font-family:'Montserrat', sans-serif;
  transition:0.5s;
  font-weight:600;
  border-radius: 5px;
}

.suscripcion-blog input[type='submit']:focus{
  outline:none;
}

.suscripcion-blog input[type='submit']:hover{
  background-color: #fff;
  color: #e03520;
  transition:0.5s;
}

.suscripcion-blog input[type='email']{
  border:0px;
  border-bottom:2px solid #dadada;
  height:50px;
  font-size:1.8em;
  color: #313c43;
  width:60%;
}

.suscripcion-blog input[type='email']:focus{
  outline:0px;
}

.suscripcion-blog .hs-error-msgs label{
  color:#e03520!important;
}



/*SIGUENOS EN REDES SOCIALES*/

.redes-sociales-pie{
  width:100%;
  text-align:center;
  height:35px;
  overflow:hidden;
  margin-bottom:30px;
  margin-top:30px;
}

.follow-rss{
  width:100%;
  height:40px;
}

.follow-rss ul{
  list-style:none;
  margin:0px;
  padding:0px;
  width:260px;
  margin:auto;
}

.follow-rss li{
  float:left;
  width:35px;
  margin-left:10px;
}


.boton-menu-mobile{
  display:none;
  position:absolute;
  top:8px;
  right:8px;
  width:40px!important;
}


/****************INTERMEDIA****************************************************************************************************************************************/
.hs-breadcrumb-menu-item{
  padding:10px 0px 0px 10px;
}
.body-container .intro-pag-media  .row-number-2{
margin-left:0px!important;
}

.btn-preinscripcion h4:hover, .btn-matricula h4:hover{
  background-color:#e03520!important;
}

.intro-pag-media{
/*  margin-left:8%!important;*/
}

.migas-de-pan a{
  color:#e03520;
}

.migas-de-pan .hs-breadcrumb-menu-item{
  font-size:0.8em!important;
}

.migas-de-pan a:hover{
  color:#196049;
}

.imagen-intermedia{
  height:600px;
  overflow:hidden;
}

.hs-error-msgs label{color:#e03520;}
.hs-error-msgs {list-style:none;padding-left:0px;}

.intro-texto-intermedia, #cuerpo_admisiones p {
  font-size:1.2rem!important;
  color:#4c4c4c;
}

.slider-intermedia .main-carousel {
  height:533px!important;
}
/******************* PAGINA DE GRADO *****************************************************************************************************************************/
#cuerpo-grado .row-depth-1.row-number-2{
  margin:0px 0px!important;
  width:100%!important;
}

#cuerpo-grado{width:70%!important}

#cuerpo-grado .migas-de-pan{
  padding-left:11.5%!important;
  width:95%!important;  
  margin-bottom:30px;
  display:block;
}

#sidebar-grado{
  margin-left:0px;
  width:30%!important;
  overflow:hidden;
  position:relative;
  margin-top:5px;
  /*background-color:#e03520;*/
}

#sidebar-grado .imagen-principal-grado img{
  width:100%;
  max-width:100%;
}

#sidebar-grado .imagen-principal-grado{
  max-height:382px;
}

#contenedor-desplazar{
  /*position:absolute;
  top:120px; 
  width:30%;*/
}
g
.vex{
  overflow:hidden;
}

.invisible-desc{
  display:none;
  transition:0.5s;
}

.submenu-grado{
  background-color:#f1f1f1;
  box-shadow: 0px 5px 10px #0000001f;
  display:block;  
  padding-left:12%!important;
  width:100%!important;
  height:50px;
}

.submenu-grado ul{
  list-style:none;
  padding-left:0px;
  margin-left:0px;
}


.submenu-grado li{
  float:left;
  padding-right:4%;
  cursor:pointer;
  font-family:'Montserrat', sans-serif;
  color:#7b7b7b;
  font-weight:700;
  line-height:50px;
  font-size:0.98rem;
  letter-spacing:-0.05rem;
}

.submenu-grado li:hover{
  color:#196049;
}

.submenu-grado li:first-child{
  color:#196049;
}

.descripciones-grado{
  padding-left:12%!important;
  width:95%!important;
}

.descripciones-grado .texto-intro{
  transition:0.5s;
  font-size:1.2rem;
  margin-top:50px;
}

.tabla-plan{ margin-top:20px!important;}


/* TABS PLAN DE ESTUDIO */

.plan-estudio.texto-intro:not(.tabla-plan) table{
  max-width:25%;
  min-width:330px;
}

.plan-estudio.texto-intro:not(.tabla-plan) table td{
  padding-left:24px;
  font-size:16px;
  line-height:25px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs{
  color: #313c43;
  border:0px!important;
  font-family:'Montserrat', sans-serif;
  font-size:1rem;
}

.nav-tabs .nav-item:not(:first-child){
  border-left:2px solid #e03520;
}

.nav-tabs .nav-item:not(:first-child) a{
  color:#c3c3c3;
}

.nav-tabs .nav-item:first-child a{
  color:#e03520;
}

div:not(#amar-tab) .nav-tabs .nav-item:hover a{
  color:#e03520!important;
}

.nav-item a{
  padding-left:20px;
  padding-right:20px;
  text-transform:lowercase;
}

.nav-item a:first-letter{
  text-transform:capitalize;
}

.tab-content{
  border: 2px solid #e03520;
  margin-top:1px;
  padding:10px 30px 30px ;
}

.tab-pane table{
  width:100%;
}

.tab-pane table tr:first-child{
  color:#fff;
  background-color:#e03520;
}

.tab-pane table tr, tbody{
  min-width:100%!important;
  /*display:block;*/
}

.tab-pane table tr{
  /*float:left;*/
  height:auto!important;
  /*display:block;*/
}

.tab-pane table tr:last-child{
  padding-bottom:20px;
}

.tab-pane table tr:first-child{
  padding-top:20px;
}

.tab-pane table tr td{
  padding: 5px 30px;
  /*display:block;*/
  /*float:left;*/
  font-size:0.9em;
  height:auto!important;
  border: 1px solid #f9e8e8;
}

.tab-pane table tr td:first-child{
  /*width:70%!important;*/
  text-align:left!important;
}

.tab-pane table tr td:last-child{
  text-align:center;
}

.tab-pane table tr td:nth-last-child(2){
  text-align:center;
}

.tab-pane table tr td p{
  margin-bottom:0px;
}

.widget-type-rich_text h3{
  font-weight:700;
}



.td[rowspan='6']{
  height:cald( * 6);
}

.actividades-becas.form h3{
  font-size:19px!important;
  font-weight:bold;
  margin-top:40px;
  border-bottom:1px solid #e03520;
  margin-bottom:15px;
  padding-bottom:4px;
}

.actividades-becas form fieldset{
  width:100%;
  max-width:100%;
}

.actividades-becas form .hs_en_qu_becas_ayudas_o_bonificaciones_est_s_interesado_ ul label{
  position:relative;
  width:100%;
}

.actividades-becas form .hs_en_qu_becas_ayudas_o_bonificaciones_est_s_interesado_ ul label span{
  position:absolute;
  top:0px;
  left:20px;
  }

.actividades-becas form input, .actividades-becas form select{
  height:40px;
  border:1px solid #e03520;
  font-size:16px;
  margin-bottom:20px;
}

.actividades-becas form select{width:100%!important}

.actividades-becas form ul li:before{content:'';}

.actividades-becas form ul li{
  font-size:15px;
  height:30px;
}

.actividades-becas form ul{
margin-bottom:60px;
}

.actividades-becas form ul input{
  height:20px;
  margin-bottom:0px;
}

.actividades-becas form input[type='submit']{
  border:1px solid #e03520;
  background-color:#e03520;
  color:#fff;
  padding:0px 30px;
  margin-top:30px;
  transition:0.5s;
}


.actividades-becas form input[type='submit']:hover{
  border:1px solid #e03520;
  background-color:#fff;
  color:#e03520;
  transition:0.5s;
}


.actividades-becas form label span{

}

.actividades-becas form textarea{
  height:80px;
  border:1px solid #e03520;
  font-size:16px;
  width:100%!important;
  margin-bottom:20px;
}

/*.actividades-becas form fieldset div{
position:relative
}*/

.actividades-becas .legal-consent-container{
  font-size:11px!important;
}

.actividades-becas .legal-consent-container input{
  height:19px!important;
  margin-top:4px;
  padding-top:3px;
}

.actividades-becas .legal-consent-container span{
  line-height:19px;
}

.actividades-becas .legal-consent-container ul{
  height:23px;
  margin-bottom:2px;
  list-style:none;
  padding-left:0px;
}

.actividades-becas .legal-consent-container a{
  color:#e03520;
}


.actividades-becas  .hs-error-msgs{
  position:absolute;
  right:14px;
  top:76px;
  background-color:#e03520;
  padding:3px 13px 0px 2px;
}

.hs_acepto_la_pol_tica_de_privacidad_y_la_cesi_n_de_datos_a_las_entidades_organizadoras_ .hs-error-msgs{
left:30px!important;
  top:35px!important;
  right:auto!important;
}

.actividades-becas fieldset, .actividades-becas .field{
position:relative;
}

/*.actividades-becas   .hs-error-msgs{
  position:absolute;
  right:0px;
  top:65px;
  background-color:#e03520;
  padding:3px 15px 4px;
}
*/

.actividades-becas  .hs-error-msgs li{
  margin-left:0px;
}

.actividades-becas  .hs-error-msgs li label{
  color:#fff;
  font-size:12px;
}

.tab-pane>p, .tab-pane>i{
  font-size:13px!important;
  font-style:italic;
}

.cta-plan {
  text-align:center;
}

.cta-plan{
  background-color:#e03520;
  border:1px solid #e03520;
  margin:auto;
  padding:10px 20px;}

.cta-plan a{
  color:#fff;
  transition:0.5s;
}

.cta-plan:hover{
  background-color:#fff;
  transition:0.5s;
}

.cta-plan:hover a{
  color:#e03520;
  transition:0.5s;
}

/*FORMULARIO SIDEBAR GRADO *********************************************************************************************************/

.formulario-sidebar:not(.formulario-horizontal){
  background-color:#e03520;
  padding:40px 60px 30px 40px;
  color:#fff;

}

.formulario-sidebar-w{
  max-width:573px!important;
}

#sidebar-grado .imagen-principal-grado img{
  max-width:573px!important;
}

.formulario-sidebar h3{
  font-family:'Montserrat', sans-serif;
  font-weight:700;
  margin-bottom:30px;
  letter-spacing:-0.024em;
  font-size: 2rem;
}

.formulario-sidebar .field{
  position:relative;
}

.formulario-sidebar label{
  margin-bottom:0px;
}

.formulario-sidebar label span{
  font-weight:bold;
}

.formulario-sidebar input:focus{
  outline:none!important;
}

.formulario-sidebar input, .formulario-sidebar select, .formulario-sidebar textarea{  
  background-color: #fff;
  color:#313c43;
  border:0px;
  font-family: 'Montserrat', sans-serif;
  padding: 6px 12px 6px 12px;
  font-size:13px;
}

.formulario-sidebar .hs-fieldtype-text, .formulario-sidebar .hs-fieldtype-select{
  margin-bottom:20px;
}

.formulario-sidebar .hs-fieldtype-text .hs-error-msgs label{
  font-size:12px;
}

.formulario-sidebar .hs-richtext{
  font-size:12px;
  margin-top:15px;
}

.formulario-sidebar .legal-consent-container span{
  font-size:14px;
  margin-top:8px;
}

.formulario-sidebar .legal-consent-container ul{
  list-style:none;
  padding-left:0px;
}

.formulario-sidebar .legal-consent-container input{
  margin-top:10px;
}

.formulario-sidebar .legal-consent-container .inputs-list, .formulario-sidebar .legal-consent-container .field.hs-form-field{
margin-bottom:0px!important;
}

.formulario-sidebar .hs-richtext a{
  color:#e03520;
}

.formulario-sidebar input[type='submit']{
  background-color: #fff;
  color: #e03520;
  transition:0.5s;
  border-bottom:0px;
  padding:5px 15px;
  font-size: 20px;
  border: 1px solid #e03520;
  margin-top:25px;
}

.formulario-sidebar input[type='submit']:hover{
  background-color: #e03520;
  color: #fff;
  border: 1px solid #fff;
  transition:0.5s;
}

h3 span{
  font-family:'Montserrat', sans-serif;
  font-size:40px;
}

.descripciones-grado h3, .descripciones-grado h3 span{
  font-family:'Montserrat', sans-serif;
  font-size:31px;
  margin-bottom:20px;
}

.formulario-sidebar .inputs-list{
  list-style:none!important;
  padding:0px!important;
}

.formulario-sidebar .inputs-list li span{
    font-size: 12px;
    font-weight: lighter;
}

.formulario-sidebar .inputs-list li a{
  color:#fff;
  text-decoration:underline;  
}

.formulario-sidebar .inputs-list input{
    margin-right:5px;
  margin-top:3px;
}

/*.descripciones-grado h3:first-letter, .descripciones-grado h3 span:first-letter{
  text-transform:capitalize;
}*/

.submitted-message p{
  font-size:1.5em;
}

.formulario-sidebar .hs_verificaci_n .hs-error-msgs, formulario-sidebar .hs_verificaci_n .hs-error-msgs{
  right:auto!important;
  left:30px!important;
  top:30px!important;
}


/* GALERIA DE IMAGENES ***********************************************************************************************************************************************/

.cont-gal{
  padding-left:30px;
}

.galeria-imagenes{
  padding:0px;
  width:100%;
  margin-top:30px;
}

.galeria-imagenes .hs_cos_gallery_slide{
  width:21%!important;
}

.hs_cos_gallery_thumbnails{
  padding:0px;
}

.tit-galeria h3{
  margin-top:30px;
  padding-left:5px;
  margin-bottom:-10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.024em;
  color:#313c43;
}

/*
.hs_cos_gallery_thumbnails img{
  margin:0px 0px!important;
  width:155%!important;
  height:auto!important;
}

.hs_cos_gallery_slide{
  width:16.6666%!important;
  height:140px!important;
}

.hs_cos_gallery_slide .slick-slide-inner-wrapper{
  left:0px!important;
}

.galeria-imagenes .slick-list .slick-track{
  width:100%!important;
}*/

/* CTA SOBRE IMAGEN ******************************************************************************************************************************/

.cta-horizontal-sobre-imagen{
  position:relative;
  height:300px;
  overflow:hidden;
  margin-top:80px;
  margin-bottom:30px;
}

.cta-horizontal-sobre-imagen .img-fw{
  position:absolute;
  top:0px;
  left:0px;
}

.cta-horizontal-sobre-imagen .img-fw img{
  width:100%!important;
}

.cta-horizontal-sobre-imagen .cta-sobre-imagen{
  position:absolute;
  display: flex;
  align-items: center; 
  height:300px;
  width:70%;
  margin-left:15%!important;
 }

.cta-sobre-imagen a, .cta-sobre-imagen a span, .cta-sobre-imagen a span em{
  font-style:normal!important;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 50px!important;
  font-family:'Montserrat', sans-serif;
}
}

.cta-horizontal-sobre-imagen .cta-sobre-imagen .widget-type-cta{
  text-align:center;
}

.cta-horizontal-sobre-imagen .cta-sobre-imagen a{
  color:#fff;
  text-align:center;
  font-weight:700;
  font-size:50px;
  font-family:'Montserrat', sans-serif;
}

.fondo-opacidad{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  background-color:rgba(0, 0, 0, 0.4);
  height:100%;
  
}

/* ALUMNOS SLIDER ********************************************************************************************************************************/

.slider-alumnos{
  margin-top: 60px; margin-bottom:80px;
  width:84%!important;
  margin-left:8%!important;
}

#encabezado-alumnos h3{
  width:100%;
  text-align:center;
  font-weight:700;
  font-size:40px!important;
  font-family:'Montserrat', sans-serif;
  margin-bottom:13px;
}

#encabezado-alumnos p{
  width:60%;
  margin-left:20%;
  text-align:center;
  margin-bottom:35px;
  font-size:1.2rem;
  line-height:1.5;
}

.slider-alumnos:not(.slider-instalaciones) img{
  width:180px;
  height:220px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition:0.5s;
}

.slider-alumnos .carrousel-cell-3:hover img{
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
  box-shadow:0px 0px 21px rgba(0, 0, 0, 0.15);
  transition:0.5s;
}

.texto-carrusel-alumnos .texto-alum{
  padding:5px 18px;
}

.slider-alumnos .carrousel-cell-3:hover h4{
  color:#e03520;
}

.slider-alumnos h3{
  width:100%;
  text-align:center;
  font-weight:700;
  font-size:25px!important;
  font-family:'Montserrat', sans-serif;
  margin-top:30px;
}

.slider-alumnos h4{
  width:100%;
  text-align:center;
  font-weight:700;
  font-size:12px!important;
  font-family:'Lato', serif;
  margin-top:10px;
  letter-spacing:1px;  
  color:#313c43;
}

.slider-alumnos .carousel-cell{
  padding:0px 28px 60px;
}

/*SLIDER PROFESORES *************************************************************************************************************/

.slider-profesores{
  background-color:#f1f1f1;
  margin-bottom:40px;
  margin-top:20px;
}

.slider-profesores-inner{
  width:84%!important;
  margin-left:8%!important;
  margin-top:40px;
  margin-bottom:60px;
  height:320px;
}

.centrado-vertical{
  margin-top:35px;
}

.slider-profesores .encabezado-profesores h3{
  width:100%;
  text-align:left;
  font-weight:700;
  font-size:40px!important;
  font-family:'Montserrat', sans-serif;
}

.slider-profesores .encabezado-profesores p{
  width:90%;
  text-align:left;
  margin-bottom:35px;
  font-size:1.2rem;
  line-height:1.5;
}

.encabezado-profesores{
  width:25%;
  float:left;
}

.carrusel-profesores{
  width:75%;
  float:left;
}

.carrusel-profesores img{
  max-width:300px;
  box-shadow:0px 0px 21px rgba(0, 0, 0, 0.15);
  margin:20px;
}

.carrusel-profesores .cont-imagen{
  width:30%;
  float:left;  
}

.carrusel-profesores .cont-imagen img{
  width:100%;  
}

.carrusel-profesores .cont-texto{
  width:70%;
  float:left; 
  padding-left:4%;
}

.carrusel-profesores .cont-texto h3, .carrusel-profesores .cont-texto p, .carrusel-profesores .cont-texto h4{
  width:100%;
  text-align:left;
  padding-left:20px;
}

.carrusel-profesores .cont-texto h3{
  width:100%;
  font-weight:700;
  font-size:25px!important;
  font-family:'Montserrat', sans-serif;
  margin-top:25px;
}

.carrusel-profesores .cont-texto h4{
  width:100%;
  text-align:left;
  font-weight:700;
  font-size:12px!important;
  font-family:'Lato', serif;
  margin-top:10px;
  letter-spacing:1px;  
  color:#196049;
  margin-bottom:18px;
}

/*SLIDER EMPRESAS *************************************************************************************************************/

.slider-empresas{
  width: 84%!important;
  margin-left: 8%!important;
  margin-top:80px;
  height:300px;
}

.encabezado-empresas h3{
  width:100%;
  text-align:center;
  font-weight:700;
  font-size:40px!important;
  font-family:'Montserrat', sans-serif;
}

.encabezado-empresas p{
  width:60%;
  margin-left:20%;
  text-align:center;
  margin-bottom:25px;
  font-size:1.2rem;
  line-height:1.5;
}

.slider-empresas h4{
  font-size:16px;
  font-family:'Lato', serif;
  color:#313c43;
  text-transform:none;
  letter-spacing:0px;
}

.slider-empresas  img{
  transition:0.5s;
  width:200px;
}


.slider-empresas a:hover img{
  -webkit-filter: grayscale(100%)!important; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%)!important;
  filter: none;
  transition:0.5s;
}

/*RELACIONADOS **********************************************************************************************************************/
.slider-relacionados{
  margin-top: 60px; margin-bottom:80px;
  width:84%!important;
  margin-left:8%!important;
}

.slider-relacionados h3{
  width:100%;
  font-weight:700;
  font-size:40px!important;
  font-family:'Montserrat', sans-serif;
}

.slider-relacionados p{
  margin-bottom:25px;
  font-size:1.2rem;
  line-height:1.5;
}

.carrusel-relacionados{
  margin-bottom:0px!important;
}

/* FORMULARIO HORIZONTAL ******************************************************************************************************************************************/
#contenedor-formulario-horizontal{
  margin-top: 60px; margin-bottom:80px;
  background: linear-gradient(0deg,rgba(25,96,73,0.8),rgba(25,96,73,0.8)),url(https://grados.uemc.es/hubfs/UEMC-IMG-LP-cabecera-1250x450.jpg);
  padding: 30px 0px 40px;
  background-attachment: fixed;
  position:relative;
  background-size:134%;
  background-position:center center;
}

.formulario-horizontal h3{
  font-weight:700;
  font-size:40px!important;
  font-family:'Montserrat', sans-serif;
}

.formulario-horizontal{
  width:84%!important;
  margin-left:8%!important;
  color:#fff!important;
}

.formularo-horizontal.formulario-sidebar{
  background-color:rgba(0, 0, 0, 0);
}

.formulario-horizontal{
  background-color:#19604900;
}

.formulario-horizontal .field{
  width:25%;
  float:left;
  padding: 0px 50px 0px 0px;
}

.formulario-horizontal .legal-consent-container .field{
  width:100%;
  float:left;
  padding: 0px 50px 0px 0px;
}

.formulario-horizontal .legal-consent-container div:nth-child(4){
  margin-top:85px;
}

.formulario-horizontal input{
  background-color:#fff;
  color:#313c43;
  
}

.formulario-horizontal  .hs_observaciones{
width:50%!important}

.formulario-horizontal .hs_verificaci_n{
width:100%!important}

.formulario-horizontal input[type='submit']{
margin-top:0px;
  border-color:#196049;
  color:#196049;
}
.hs_submit{
  width:100%;
  float:left;
}

/* mensaje de error formularios ********************************************************************************************************************************************/
.formulario-horizontal .hs-error-msgs{
  position:absolute;
  right:50px;
  top:56px;
  background-color:#e03520!important;
  padding:3px 15px 4px;
}

.formulario-sidebar .hs-error-msgs{
  position:absolute;
  right:0px;
  top:55px;
  background-color:#196049;
  padding:3px 15px 4px!important;
  z-index:2
}

.hs-error-msgs li label{
  color:#fff!important;
}


input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color:#ff000000!important;
}

.suscripcion-blog-margen{
  margin-bottom:130px;
}


/**************FIX 16/10/2019**********************/

#text-default{
  padding:10px 10px 10px 40px;
}
#text-default h3{
  font-size:3vw;
  font-family:'Montserrat', sans-serif;
  font-weight:bold;
  letter-spacing:-.03em;
}


/********************* CONTADORES *************************/

.bloque-contador{
  width:  84%;
  margin-left: 8%;
  margin-bottom:100px;
  float:left;
    margin-top:70px;
}

.contador{
  width:25%;
  float:right;
  padding: 0px 2%;
}

.contador .numero{
  color:#e03520;
  font-size:3.5em;
  font-weight:800;
  font-family:'Montserrat', sans-serif;
}

.contador h3{
  font-size:22px;
  font-family:'Montserrat', sans-serif;
  font-weight:600;
  margin-bottom: 3px;
}

/******************ACCORDEON **********************/

.card{
border:0px!important;
  border-bottom:1px solid #f1f1f1!important;
}

.accordion button {
display: block;
    width: 90%;
    text-align: left;
    padding: .75rem 1.25rem;
}

.btn-link, .btn-linkIG{
  color:#e03520!important;
  font-weight:bold!important;
}

.btn-link span, .btn-linkIG span{
    position: absolute;
    right: 10px;
    font-size: 27px;
    top: 6px;
    width:20px;
  text-align:center;
}

.card-header {
 padding:0px!important;
  background-color:#fff!important;
}

.btn-link.focus, .btn-link:focus, .btn-linkIG.focus, .btn-linkIG:focus{
text-decoration:none!important;
  box-shadow:0px 0px 0px!important;
}



/**************** DECO LINEA NARANJA ***********************/
.deco-linea-naranja{
  background-color:#e03520;
  position:absolute;
  right:15px;
  top:-6px;
  height:calc(100% + 12px );
  width:40px!important;
  border:2px solid #fff;
}

/****************************** ADMISIONES ***********************/


#cuerpo_admisiones{
  width:84%;
  margin-left:8%;
}

#cuerpo_admisiones h4{
  background-color:#196049;
  padding:20px 10px;
  text-align:center;
  cursor:pointer;
}

 #cuerpo_admisiones #menu-seleccion-est .widget-type-custom_widget {
   height:100px;
    display: flex;
    align-items: center;
  background-color:#196049;
}

 #cuerpo_admisiones #menu-seleccion-est .widget-type-custom_widget span h4{
   margin-bottom:0px;
   background-color:rgba(255,0,0,0);
}

#cuerpo_admisiones #menu-seleccion-est .widget-type-custom_widget:hover{
  background-color:#e03520!important;
}

#cuerpo_admisiones>div.row-number-2{
  margin-left:0px!important;
  margin-top:90px;
  margin-bottom:43px;
}

.intro-admisiones{
  margin-bottom:30px;
}

#bloque_preinscripcion, #bloque_matricula{
display:none;
  margin-top:60px;
  margin-bottom:60px;
}

.btn-preinscripcion, .btn-matricula{
  min-width:300px;
}

.btn-preinscripcion h4, .btn-matricula h4{
  font-size:1.2em;
}

#cuerpo_admisiones li{
font-size:14.5pt;
}

#bloque_preinscripcion .text-final{
margin-top:60px;
  margin-bottom:60px;
}

 #menu-seleccion-est .b_pau, #menu-seleccion-est .b_25, #menu-seleccion-est .b_pf, #menu-seleccion-est .b_otra, #menu-seleccion-est .b_extr{
  width:17.9%!important;
}

 .b_pau.bloques-sec, .b_25.bloques-sec, .b_pf.bloques-sec, .b_otra.bloques-sec, .b_extr.bloques-sec{
display:none;
}

#menu-seleccion-est h4{
  font-size:1rem;
}

#menu-seleccion-est h4:hover{
  background-color:#e03520!important;
}



.selecc-estu{
  margin-top:60px;
  margin-bottom:30px;
}

.bloques-sec{
  margin-top:30px;
  margin-bottom:50px;
}

.espaciador-vertical{
margin-top:50px;
}

#cuerpo_admisiones hr{
  border-top:6px solid #313c43;
  margin-top:2rem;
}

.html_linea{
position:relative;
  max-width: calc(100% - 680px);
}

i.arrow {
  border: solid #313c43;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  position: absolute;
    right: 0px;
    top: 23px;
}

i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#grupo-visibilidad li{
  list-style:none;
  margin-bottom:10px;
  font-family:'Lato', serif;
  color:#4c4c4c;
}

#grupo-visibilidad li:before{
    content: '•';
    color: #e03520;
    margin-right: 10px;
}

#cuerpo_admisiones button p{
  color:#e03520;
}

.b_extr .row-number-2{
  margin-left:0px!important;
  margin-top:60px;
}

.f-h-admis{
  margin-top:130px!important;
  
}

.f-h-admis>div.row-number-2{
  margin-left:0px!important;
  width:100%!important;
}

h2 button{
  letter-spacing: normal!important;
}

/*********************************************************************CONTACTO********************************************/

.mapa-uemc iframe{
  width:100%;
  height:350px;
}

#cuerpo-contacto{
  width:84%!important;
  margin-left:8%;
  margin-bottom:80px;
}

#cuerpo-contacto a{
  color:#196049;
}

#cuerpo-contacto .email, #cuerpo-contacto .direccion, #cuerpo-contacto .telefono{
  font-size:24px;
  text-align:center;
  margin-bottom:80px;
  margin-top:40px;
}

#cuerpo-contacto .email i, #cuerpo-contacto .direccion i, #cuerpo-contacto .telefono i{
  font-size:44px;
  color:#e03520;
  margin-bottom:15px;
}

.encabezado-sobre-form h2 {
  font-size: 3.6em!important;
  color:#313c43;
  margin-bottom:40px;
  letter-spacing: -.19vw!important;
}

/****************************************hr **********************************************/


#encabezado-alumnos hr{
  margin-bottom:85px;
  border:2px solid #e03520!important;
  margin-top:10px;
  width:120px;
}

.encabezado-profesores hr{
  float:left!important;
  border:2px solid #196049!important;
  width:120px;
  margin-top:0px;
}

.encabezado-empresas hr{
  margin-bottom:15px;
  border:2px solid #e03520!important;
  width:120px;
}

#encabezado-relacionados hr{
  float:left!important;
  border:2px solid #e03520!important;
  width:120px;
  margin-top:0px;
}


/* PROMERITS MASTER ------------------------------------------------------------------------------*/
.logo-sec img{
  max-width:200px;
}
  .programa table tr td{
  padding-left:10px!important;
  padding-right:10px!important;}

.form.programa{
  min-height:700px;
}

/*
.programa table, .programa td{
  border: 1px solid #3D85C6; 
}

.programa td p{
  line-height:47px;
  margin-bottom:0px;
  }

.programa tr td:first-child p{
  padding-left:10px;
}

.programa tr td:nth-child(2) p, .programa tr td:nth-child(3) p{
  text-align:center;
}*/
.slider-instalaciones .carrousel-cell-3:hover img{
  filter:none!important;
}

  .prometis-head-fijo{
    width:200px!important;
    float:left!important;
  }

.titulo-prometis .color-altura{
height:0px!important;
}

.titulo-master{
  padding-bottom:30px;
}

/**** 4 TABS SUBMENU ****/
.submenu-4-tabs{
}


/***********************************************************/

/************************TAMAÑO FUENTE BUSCADOR******************************/
#hs_cos_wrapper_module_162202795927335 .hs-search-field--open .hs-search-field__suggestions a {
    line-height: 3rem !important;
    font-size: xx-large;
    padding-top: 10px;
}

/*************************HASTA AQUÍ EL BUSCADOR**************************/





/*************************************************** RESPONSIVE  1800 **********************************************************************************************************/

@media all and (max-width:1800px){
  #contenedor-formulario-horizontal{
    background-size: 144%;
  }
}

/*************************************************** RESPONSIVE  1689 **********************************************************************************************************/

@media all and (max-width:1689px){
  #filtrado h2{
  margin-top:-17px;
  }
  
  #contenedor-formulario-horizontal{
    background-size: 2400px;
  }
}

/*************************************************** RESPONSIVE  15000 **********************************************************************************************************/

@media all and (max-width: 1570px){
  .submenu-grado li {
    padding-right: 3%;
  }
}

/*************************************************** RESPONSIVE  15000 **********************************************************************************************************/

@media all and (max-width: 1500px){
  .submenu-grado li {
    font-size: 0.88rem;
  }
  
  .submenu-grado li {
    padding-right: 3%;
  }
  
  #resultados article h3 {
    font-size: 1em!important;
  }
  
  .ultimas-entradas{
    margin-left:4%!important;
    width:92%!important;
  }  
  
  .descripcion-filtro a {
    padding: 7px 19px 6px 19px;
    font-size:14px;
}
  
  .input-filtros select{
    font-size: 15px;
    padding-left: 0px;
    padding-top: 10px;
    margin-top: 3px;
  }
  

  .filtros-intermedia>div{
    width:38%!important;
  }

  
}



/*************************************************** RESPONSIVE  14000 **********************************************************************************************************/

@media all and (max-width: 1400px){
  .header-container .row-number-5, .header-container .row-number-3 {
    width: 98%!important;
    margin-left: 1%!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 16px;
    max-width:400px;
    font-size:15px;
}
  
  #filtrado h2{
    font-size:28px!important;
    margin-top:-5px;
  }
  
  #filt-grado, #filt-especialidad, #filt-facultad{
    font-size:20px;
    padding-left:2%;
    padding-right:2%;
  }
  
  .filtros-intermedia #filt-facultad, .filtros-intermedia #filt-grado {
    min-width: 480px;
}
  
 
  
  .ultimas-entradas{
    margin-left:3%!important;
    width:96%!important;
  }
  
  .cuerpo-ultimas-entradas h3{
    font-size:22px!important;
    line-height:30px!important;
  }
  
  .menu-footer .hs-menu-flow-horizontal li:nth-child(3) a{
    min-width:294px!important;
    /*max-width:294px!important;*/
  }
  
  .main-carousel-prin{
    height:280px;
  }
  
  .tab-pane table tr td{
    font-size:0.8em!important;
  }
  
  .descripciones-grado,  #cuerpo-grado .migas-de-pan{
    padding-left: 6%!important;
    width: 95%!important;
  }
   
/*  #cuerpo-grado .migas-de-pan {
    margin-bottom: 80px;
}*/
  
  .submenu-grado{
    padding-left: 6%!important;
    width:100%!important;
  }
  
  .slider-alumnos{
    margin-left: 2%!important;
    width: 96%!important;
    height:auto!important;
    overflow:hidden;
  }
  
  .slider-profesores-inner{
    margin-left: 4%!important;
    width: 94%!important;
  }
  
  .slider-profesores-inner img{
    margin-top:15%;
  }
  
  .slider-empresas{
    margin-left: 2%!important;
    width: 96%!important;
  }
  
  .formulario-horizontal{
    margin-left: 2%!important;
    width: 96%!important;
  }
  
  .slider-relacionados{
     margin-left: 2%!important;
    width: 96%!important;
    margin-bottom:80px;
  }
  
  .slider-texto-full {
    padding: 55px 7% 0px;
  }
  
  .pop-flotante{
      top:116px!important;
    width:auto!important;
  }
  
  .pop-flotante>div{
    width:175px!important;
  }
  
  

  
  #cuerpo_admisiones #menu-seleccion-est .widget-type-custom_widget {
    height:120px;
  }
  
}


@media all (min-width: 800px) and (max-width: 1400px){
 #filtrado.input-filtros.filtros-intermedia h2{
   font-size: 37px!important;
    margin-top: -22px;
    width: 30%;
    padding-left: 5%;
    padding-right: 10%;
  }
}

/*************************************************** RESPONSIVE  13000 **********************************************************************************************************/

@media all and (max-width: 1300px){
   .submenu-grado li {
    font-size: 0.78rem;
  }
  
  .intro-formacion, .row-fluid .span8{
    width:100%;
  }
  
  .text-intro .span4{
    width:100%;
  }
  
  #resultados article h3 {
    font-size: 1.2em!important;
  }
  
  #resultados article{
    width:46%;
  }
  
  .cuerpo-ultimas-entradas h3{
    font-size:20px!important;
    line-height:29px!important;
  }
  
  .intro-pag-media{
    margin-bottom:50px;
  }
  
  .imagen-intermedia{
    height:auto!important;
    max-height:300px;
    margin:auto;
    width:100%!important;
    text-align:center;
    margin-bottom:40px;
  }
  
   .slider-profesores-inner img{
    margin-top:20%;
  }
  F
  .slider-relacionados article{
    width:43%!important;
  }
  
  .cta-horizontal-sobre-imagen .img-fw img {
    min-width: 1920px!important; 
    margin-left: 0px;
  }
  
  h2 {
    font-size: 6.5vw!important;
  }

    
  .intro-pag-media{
    width:60%!important;
  }
  
  .slider-intermedia{
    width: calc(40% - 20px)!important;
    margin-left:20px!important;
  }
  
  
  .slider-intermedia .main-carousel{
    height:560px!important;
  }
}

/*************************************************** RESPONSIVE  12000 **********************************************************************************************************/

@media all and (max-width: 1200px){
 /* .main-carousel{
    height:500px;
  }*/
  
  .slider-texto{
    width:70%;
  }
  
  .cuerpo-ultimas-entradas h3{
    font-size:18px!important;
    line-height:25px!important;
  }
  
  .entrada-ultimas-entradas p{
    font-size: 1em;
  }
  .entrada-ultimas-entradas .cont-imagen-noticia{
    height:180px;
  }
  .main-carousel-prin{
    height:280px;
  }
  
  .hs_cos_gallery_slide{
  height:170px!important;
  }
  
    .slider-profesores-inner img{
    margin-top:25%;
  }
  
  .slider-empresas .carrousel-cell-5{
    width:25%;  
  }
  
   h2 {
    font-size: 7.5vw!important;
  }
  
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 18px!important;
    }
  
  
  
}

/*************************************************** RESPONSIVE  1150 **********************************************************************************************************/
  
  @media all and (max-width: 1150px){
     .submenu-grado li {
    font-size: 0.78rem;
  }
    
    .descripcion-filtro {
    position: absolute;
    right: 10px;
    bottom: 39px;
  }
      #filtrado h2 {
    margin-top: -4px;
}
    
    .intro-pag-media{
    width:50%!important;
  }
  
  .slider-intermedia{
    width: calc(50% - 20px)!important;
    margin-left:20px!important;
  }
  
  
  .slider-intermedia .main-carousel{
    height:580px!important;
  }
    #cuerpo_admisiones #menu-seleccion-est .widget-type-custom_widget {
      height:100px;
    }
    
    #menu-seleccion-est .b_pau, #menu-seleccion-est .b_25, #menu-seleccion-est .b_pf, #menu-seleccion-est .b_otra, #menu-seleccion-est .b_extr {
    width: 31%!important;
      margin-top:20px;
  }
    #menu-seleccion-est .b_otra{
      margin-left:0px;
    }
    
      


    
   
}

/*************************************************** RESPONSIVE  11000 **********************************************************************************************************/

@media all and (max-width: 1100px){
  .flickity-page-dots {
    bottom: 25px!important;
}
  
  .header-container>div{
    display:none;
  }
 
  .cabecera-menu-oculto{
    display:block!important;
    top:0px!important;
  }
  
  .body-container-wrapper{
    margin-top:60px;
  }
  
   #resultados article h3 {
    font-size: 1.1em!important;
  }
  
  .entrada-ultimas-entradas{
    width:48%;
  }
  
  .entrada-ultimas-entradas:last-child{
    display:block;
  }
  
  .cuerpo-ultimas-entradas{
    height:290px;
  }
  .main-carousel-prin{
    height:200px;
  }
  
  .centra-vertical h4{
    font-size: 1.5em;
  }
  
  .centra-vertical h1{
    font-size: 33px!important;
  }
  
  .carrousel-cell-3{
    width:50%;
  }
  .carrousel-cell-3 p {
    padding:0px 8px;
  }
  
  #encabezado-alumnos p{
    width:100%;
    margin-left:0px;
  }
  
  .slider-alumnos{
    width: 92%!important;
    margin-left: 4%!important;
  }
  
    .hs_cos_gallery_slide{
  height:124px!important;
  }
  
  .encabezado-profesores, .carrusel-profesores{
    width:100%;
    
  }
  
  .encabezado-profesores p{width:100%;!important}
  
  .slider-profesores-inner {
    width: 92%!important;
    margin-left: 4%!important;
    margin-top: 20px;
    margin-bottom: 60px;
    height: 520px;
}
  
  .slider-profesores-inner img{
    margin-top:20px;
  }
  
  
  .pop-flotante{
    top:60px!important;
  }
  
  .contador{
    float:left;
    margin-left:10%;
    width:80%;
    margin-bottom:35px;
  }
   #sidebar-grado{
     display:none!important;
    
  }
  #cuerpo-grado{
    width:100%!important;
  }
  
  
    
  .intro-pag-media.text-intro, #cuerpo_admisiones>div, #cuerpo-contacto>div{
    margin-top:70px!important;
  }
  
  .intro-pag-media.text-intro h1, #cuerpo_admisiones>div h1, #cuerpo-contacto>div h1{
    /*font-size:3.4em!important; esta línea estaba antes la he modificado para que se leyese mejor el texto en móviles de Másteres universitarios presenciales*/
    font-size:2.2em!important;
  }  
  
  .first-crumb{
    padding-left:0px;
  }
  
  #bloque_preinscripcion, #bloque_matricula{
    margin-top:0px!important;
  }
  
  #cuerpo_admisiones .row-fluid-wrapper.row-depth-1.row-number-12{
    margin-top:0px!important;
  }
  
  .form.programa{
  min-height:100px!important;
}
  
  .fix-prometis.cabecera-menu-oculto img {
    margin-left: 10px!important;
  }
  
    .nuevo-slider h2{
    font-size: 7.3vw!important;
  }
  
   .submenu-4-tabs li{
      font-size: 0.98rem;
    }
  
}



/*************************************************** RESPONSIVE  1010 **********************************************************************************************************/

@media all and (max-width: 1010px){
  #cta-smart-home, #cta-smart-home-res{
    width:100%!important;
  }
  
  #filtrado{
    width:100%;
  }
  
  #resultados{
    width:85%;
    margin-bottom:0px;
  }
  
  #descripciones{
    width:100%;
  }
  
  #descripciones{
    height:auto!important;
  }
  
  .main-carousel-prin{
    height:200px;
  }
  
  .slider-profesores-inner img{
    margin-top:30%;
  }
  
    .slider-empresas .carrousel-cell-5{
    width:33.33%;  
  }
  
  .slider-empresas{
    overflow:hidden;
    height:auto!important;
  }
  
  .formulario-horizontal .field{
    padding: 0px 20px 0px 0px;
  }
  
  .cta-sobre-imagen a, .cta-sobre-imagen a span, .cta-sobre-imagen a span em{
    font-size:35px!important;
    line-height: 44px!important;
  }
    
  .area-menu-menu .texto-menu-pie p {
    font-size: 1em;
  }
  .area-menu-menu .texto-menu-pie {
    margin-left: 30px!important;
    width: 80%;
    margin-top:30px;
  }
  
  .actividades-becas form ul li{
    height:45px;
  }
  
  h2 {
    font-size: 8vw!important;
  }
    .text-intro.topdiv h1 {
    font-size:60px!important;
}
  
  #cta-smart-home, #cta-smart-home-res{
  height:200px!important;
  }
  
  #cta-smart-home a, #cta-smart-home-res a{
    font-size: 55px;
    line-height: 55px;
    padding-top:30px
  }
 .slider-intermedia .main-carousel{
    height:530px!important;
  }
      
  .menu-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
    width:100%;
  }
  
  .menu-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: .9em!important;
    max-width:100%!important;
  }
  
  
   .fix-slider-home .main-carousel {
    height: 520px;
  }
  
  .fix-slider-home .main-carousel img{
    max-width:170%!important;
  }
  
  .nuevo-slider h2{
    font-size: 6.3vw!important;
    letter-spacing: -.15vw!important;
  }
  
     .submenu-grado li {
    font-size: 0.88rem;
       padding-right:2%;
  }
  
}



/*************************************************** RESPONSIVE  900 **********************************************************************************************************/

@media all and (max-width: 900px){
      
      .submenu-grado li {
    font-size: 0.78rem;
  }
  
    .intro-pag-media{
    width:100%!important;
  }
  
  .slider-intermedia{
    width: 60%!important;
    margin-left:20%!important;
  }
  
  
  .slider-intermedia .main-carousel{
    height:580px!important;
    margin-bottom:40px;
  }
  
   .fix-slider-home .main-carousel img{
    max-width:190%!important;
  }
  
  
  .span4.widget-span.widget-type-custom_widget.slider-intermedia{
    display:none;
  }
}

/*************************************************** RESPONSIVE  800 **********************************************************************************************************/

@media all and (max-width: 800px){
  
  .submenu-grado.submenu-4-tabs{
    height: 160px;
    padding: 10px 0px;
  }
  
  .submenu-grado.submenu-4-tabs li {
    line-height:45px;
    font-size: 1rem;
    letter-spacing: -0.01rem;
}
  
  .submenu-grado.submenu-4-tabs li{
    min-width:191px;
    width:42%;
  }
  .submenu-grado.submenu-4-tabs li:last-child{
    width: 271px;
  }
  
  h1{
    font-size:40px;
  }
  

  
  #filtrado{padding-top:30px;height:200px}
  
  #filtrado h2{
    width:100%;
    text-align:center;
    margin-bottom:30px;
  }
  
  #filt-grado, #filt-especialidad, #filt-facultad{
    width:48.33%;
    padding-left:3%;
    padding-right:3%;
  }
  
  .filtros-intermedia #filt-facultad, .filtros-intermedia #filt-grado {
    min-width: 0px;
}
  
    .filtros-intermedia>div{
        width: 90%!important;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  
   #filtrado h2{
    font-size:32px!important;
     line-height:41px!important;
  }
  
    #resultados article h3 {
    font-size: 1em!important;
  }
  
.slider-intermedia{
    width: 70%!important;
    margin-left:15%!important;
  }
  
  
  .slider-intermedia .main-carousel{
    height:580px!important;
  }
  
  
  .main-carousel-prin{
    height:180px;
  }
    .hs_cos_gallery_slide{
  height:120px!important;
  }
  
  
  .slider-profesores{
    padding-bottom:30px;
    height:auto!important;
    overflow:hidden;
  }
  
  .slider-profesores .cont-imagen{
    width:100%;
  }
  
  .slider-profesores .cont-texto{
    width:100%;
    padding-left:0px;
  }
  
  .slider-profesores .encabezado-profesores p, .slider-profesores .encabezado-profesores h3{
    text-align:center; 
    width:100%;
  }  
  
   .slider-profesores .cont-texto h3, .slider-profesores .cont-texto h4, .slider-profesores .cont-texto p{
    text-align:center;
    padding-left:0px;
  }  
  
  .slider-profesores-inner img{
    margin-top:10px;
    max-width:220px;
  }
  
  .carrousel-profesor{
    padding:0px;
  }
  
  .carrousel-profesor p{
  }
  
  .formulario-horizontal{
    padding-left: 4%!important;
    padding-right: 4%!important;
    margin-right: 1%!important;
    width: 98%!important;
  }
  
    .slider-relacionados article{
    width:73%!important;
  }
  
  
.deco-linea-naranja{
  display:none!important;
  }

  .encabezado-profesores hr{
    float:none!important;
    margin-bottom:40px;
  }
  
   .fix-slider-home .main-carousel {
    height: 420px;
  }
  
   .fix-slider-home .main-carousel img{
    max-width:180%!important;
  }
  
   .nuevo-slider h2{
    font-size: 7.3vw!important;
    letter-spacing: -.15vw!important;
  }
 
}

/*************************************************** RESPONSIVE  768 **********************************************************************************************************/

@media all and (max-width: 768px){
  .menu-oculto{
        height: 0%;
    top: -80px;
    width:100%!important;
}
  
  .area-cta-menu{
    left:-100%;
  }
  
  .area-menu-menu{
    right:-100%;
  }
  
  .entrada-ultimas-entradas{
    width:98%;
  }
  
  .cuerpo-ultimas-entradas{
    height:220px;
  }
  
  #resultados article{
    width:90%;
  }
  
  #resultados article h3 {
    font-size: 1.2em!important;
  }
  
  .suscripcion-blog .widget-type-text{
    width:100%;
    text-align:center;
  }
  
  .suscripcion-blog input[type='email']{
    margin-left:20%;
  }
  
  .suscripcion-blog input[type='submit']{
    margin:auto;
    margin-top:30px;
  }
  
  .suscripcion-blog .hs_submit.hs-submit{
    text-align:center;
  }
  
  .suscripcion-blog .hs-error-msgs label{
    width:100%;
    text-align:center;
  }
      
  .main-carousel-prin{
    height:180px;
  }
  
   .carrousel-cell-3{
    width:100%;
  }
 
  
  .hs_cos_gallery_slide{
    width:33.33%!important;
    margin-bottom:0px!important;
    height:150px!important;
  }
  
  .slider-empresas .carrousel-cell-5{
    width:50%;  
  }
  
  .formulario-horizontal .field{
    width:50%;
    margin-bottom:40px;
  }
  
  .introduccion ul{
    padding-left:0px!important;
  }
  
  .introduccion ul li{
    margin-left:0px!important;
  }
  
  .cabecera-menu-oculto img {
    width: 200px!important;
    margin-top: -3px;
    margin-left: 10px;
  }
  
  .barras-menu {
    right: 20px;
}
  
  #text-default h3 {
    font-size: 2em;
}
  
  .html_linea{
    width:100%!important;
    max-width:100%!important;
    height:30px;
    text-align:center;
    margin-bottom:1em;
  }
    
  i.arrow{
    position:relative;
    right:auto;
    top:auto;
    left:auto;
    bottom:auto;
  }
  
  i.right {
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
  }
  
  #cuerpo_admisiones hr{
    border:0px;
    margin-top:1em;
  }
  
  #menu-seleccion-est .b_pau{
    width:100%!important;
    margin-top:0px;
    height:80px!important;
  }
  
 #menu-seleccion-est .b_25, #menu-seleccion-est .b_pf, #menu-seleccion-est .b_otra, #menu-seleccion-est .b_extr {
    width:100%!important;
    margin-top:8px;
    height:60px!important;
    text-align:center;
  }
  
  #menu-seleccion-est h4{
    width:100%;
  }
  
  .b_pau>div, .b_25>div, .b_pf>div, .b_otra>div, .b_extr>div{
    width:100%;
  }
  
  .suscripcion-blog .legal-consent-container p{
    text-align:center;
    width:90%;
    margin-left:5%;
  }
  

    
   .fix-slider-home .main-carousel {
    height: 420px;
  }
  
   .fix-slider-home .main-carousel img{
    max-width:200%!important;
  }
    
  body #hubspot-messages-iframe-container{
    bottom:40px!important
  }
     #cuerpo_admisiones>.row-number-5 {
    margin-top:30px!important;
  }
  
     .nuevo-slider h2{
    font-size: 8.3vw!important;
    letter-spacing: -.12vw!important;
  }
  
  .nuevo-slider .boton-sli a{
    padding: 10px 35px 19px;
}
  
    .nuevo-slider .boton-sli2 a{
    padding: 15px 35px 15px;
}
  .nuevo-slider h2, .nuevo-slider h4, .nuevo-slider .hs-sl-btn, .nuevo-slider .hs-cta-wrapper {
     padding-left:11%!important;
    padding-right:10%!important;
  }
  
  #resultados {
    height: auto;
    overflow-y: auto;
    margin-left: 5%;
    margin-right: 5%;
    width:100%
  }
  
    #cta-smart-home-res{display:block;}
  #cta-smart-home{display:none;}
  
  #resultados article{
    height: 130px;
    margin-bottom: 20px;
  }  
  
  #resultados article h3{
    
  }

  
}

/*************************************************** RESPONSIVE  678 **********************************************************************************************************/

@media all and (max-width: 678px){
  h2 {
    font-size: 9vw!important;
  }
  /*.main-carousel{
    height:500px;
  }*/
   .slider-texto{
    width:100%;
  }
  .area-menu-menu{
    right:-100%;
    width:100%!important;
  }
  .area-cta-menu{
    width:0px!important;
    overflow:hidden;
  }
  
  .menu-footer.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    font-size:20px!important;
  }
  .area-menu-menu ul{
    padding-top:20px;
  }
  .cuerpo-ultimas-entradas{
    height:250px;
  }
  
  #resultados{
    margin-top:25px;
  }

  
  .main-carousel-prin{
    height:180px;
  }
    
  .carrusel-relacionados .flickity-viewport .flickity-slider{
    margin-left:60px;
  }
  
  .hs_cos_gallery_slide{
    height:120px!important;
  }
  
   .cta-sobre-imagen a, .cta-sobre-imagen a span, .cta-sobre-imagen a span em{
    font-size:25px!important;
    line-height: 34px!important;
  }
  
  .area-menu-menu ul li a{
    font-size: 4.4vw!important;
    font-weight: 700!important;
    line-height: 1!important;
    letter-spacing: -.1vw!important;
    max-width: 100%!important;
    transition: 1s;
  }
 
  .descripcion-filtro {
    position: absolute;
    right: 20px;
    bottom: -47px;
  }
  
  #filtrado {
    height: 250px;
}
  
  .tab-content {
    border: 0px solid #e03520;
    margin-top: 1px;
    padding: 10px 0px 30px;
}
  
  #myTab a{
    font-size:14px;
    padding-left: 15px;
    padding-right: 15px;
  } 6 px 15px;
  
  #myTabContent p{
    font-size:13px!important;
  }
  
  .tab-pane table tr td{
    padding: 6px 12px;
  }
  
  .slider-intermedia{
    width: 90%!important;
    margin-left:5%!important;
  }
  
  
  .slider-intermedia .main-carousel{
    height:580px!important;
  }
   
  .fix-slider-home .main-carousel {
    height: 380px;
  }
  
   .fix-slider-home .main-carousel img{
    max-width:240%!important;
  }

  .nuevo-slider h2{
    font-size: 7.3vw!important;
    letter-spacing: -.02vw!important;
  }

  .slider.nuevo-slider h2, .slider.nuevo-slider h4, .slider.nuevo-slider .hs-sl-btn, .slider.nuevo-slider .hs-cta-wrapper {
     padding-left:11%!important;
     padding-right:8%!important;
  }
  
}

/*************************************************** RESPONSIVE  568 **********************************************************************************************************/

@media all and (max-width: 568px){  
  
  #cta-smart-home a, #cta-smart-home-res a{
  font-size: 45px;
  }
  
  h2 {
    font-size: 11vw!important;
  }
  .pop-flotante{
    bottom:0px;
    height:50px;
    top:auto!important;
    width:40%!important;
    background-color:#e03520;
  }
  
  .pop-flotante>div{
    width:100%!important;
    height:50px;
    display:grid;
    align-items:center;
  }
  
  .pop-flotante a{
    text-align:center;
    width:100%;
    padding:0px!important;
/*     padding: 16px 0px 12px!important; */
  }
  
  .footer-container-wrapper{
    padding-bottom:50px;
  }
  
  .intro-pag-media.text-intro, #cuerpo_admisiones>div, #cuerpo-contacto>div{
   margin-top:40px!important;
  }
  
  #menu-seleccion-est .b_25, #menu-seleccion-est .b_pf, #menu-seleccion-est .b_otra, #menu-seleccion-est .b_extr {
    height: 80px!important;
  }
  
  .form.programa p {
    font-size:9px;
  }
    .programa table tr td{
  padding-left:2px!important;
  padding-right:2px!important;
  }
  
  .fix-slider-home .flickity-button {
    display:none!important;
}
  
  .fix-slider-home .slider h4, .fix-slider-home .slider h2{
    padding-left:7%;
  }
  
  #cuerpo_admisiones>div.row-number-2{
    width: 99%!important;
    margin-bottom:24px!important;
  }
  
  #cuerpo_admisiones>div.row-number-2 h1{
      font-size: 2.6em!important;
  }
  
  #cuerpo_admisiones>.row-number-5 {
    margin-top:30px!important;
  }
  
    .nuevo-slider h4{
    font-size: 1rem;
  }
  
  .nuevo-slider h2{
    font-size: 9.3vw!important;
    letter-spacing: -.02vw!important;
  }

  .nuevo-slider h2, .nuevo-slider h4, .nuevo-slider .hs-sl-btn, .nuevo-slider .hs-cta-wrapper {
     padding-left:7%!important;
    padding-right:7%!important;
  }
  
     .fix-slider-home .main-carousel img{
    max-width:245%!important;
     
    margin-left: -40%;
  }
  
    #resultados article{
    height: 110px;
    margin-bottom: 20px;
  }  
  
  #resultados article h3{
    padding-top:15px;
    font-size: 1em!important;
    padding-bottom:0px;
  }
  
}

/*************************************************** RESPONSIVE  500 **********************************************************************************************************/
@media all and (max-width: 500px){  
  .submenu-grado.submenu-4-tabs{
    height: 300px;
    padding: 10px 0px;
    margin-top:30px;
  }
  
  .submenu-grado.submenu-4-tabs li {
    line-height: 55px;
}
  
  .submenu-grado.submenu-4-tabs li{
    min-width: 0px;
    width:100%;
  }
  .submenu-grado.submenu-4-tabs li:last-child{
    width: 100%;
  }
  
  
   .dg-dgi .submenu-grado{
    height: 250px;
    padding: 10px 0px;
    margin-top:30px;
  }
  
  .dg-dgi .submenu-grado li {
    line-height: 55px;
}
  
  .dg-dgi .submenu-grado li{
    min-width: 0px;
    width:100%;
  }
  .dg-dgi .submenu-grado li:last-child{
    width: 100%;
  }

  
}

/*************************************************** RESPONSIVE  478 **********************************************************************************************************/

@media all and (max-width: 478px){  
     h2 {
    font-size: 10vw!important;
  }
   #filt-grado, #filt-especialidad, #filt-facultad{
    width:90%;
    padding-left:6%;
    padding-right:0%;
    margin-top:10px;
  }
  
      .filtros-intermedia>div{
    width:90%!important;
  }
  
  #filtrado h2{text-align:left;padding-left:6%;margin-top:20px}
   #filtrado{height:420px}
  .filtros-intermedia{
    height:310px!important;
  }
  .cuerpo-ultimas-entradas{
    height:260px;
  }
  #resultados article h3 {
    font-size: 1.1em!important;
  }
   #resultados{
    margin-top:20px;
  }
      
  .main-carousel-prin{
    height:180px;
  }
  
   .slider-empresas .carrousel-cell-5{
    width:80%;  
  }

  .hs_cos_gallery_slide{
    height:120px!important;
  }
  
  .area-menu-menu ul li a{
    font-size: 5vw!important;
    font-weight: 700!important;
    line-height: 1!important;
    letter-spacing: -.1vw!important;
    max-width: 100%!important;
    transition: 1s;
  }
  
  .menu-footer .hs-menu-flow-horizontal ul {
    border-top: 3px solid #e03520!important;
    padding: 21px 8px 0px;
  }
  
  .submenu-grado{
    height:157px;
  }
  
  .submenu-grado li {
    line-height: 51px;
    font-size: 1rem;
    letter-spacing: -0.01rem;
}
  
  .submenu-grado li{
    width:100%;
  }
  
/*   .pop-flotante{
    bottom:0px;      
    background-color:#e03520;
    width:100%!important;
    height:50px;
  } */
  
  .text-intro.topdiv h1 {
    font-size: 50px!important;
}
  
    .descripcion-filtro {
    left: auto;
    bottom: 44px;
      right:0px;
  }
  .input-filtros:not(.filtros-intermedia) #filt-especialidad {margin-top:30px}
  
   #filt-especialidad  .descripcion-filtro {
    left: 95px;
  }
  
  .input-filtros:not(.filtros-intermedia) #filt-facultad {margin-top:44px}
   #filt-facultad    .descripcion-filtro {
    left: auto;
  }
  
 .actividades-becas form ul li {
    height: 68px;
}
  
   .actividades-becas form ul li:nth-child(2), .actividades-becas form ul li:nth-child(6) {
    height: 28px;
  }
  .actividades-becas form ul{
    margin-bottom:30px;
  }
  
  .actividades-becas form fieldset:nth-child(4) {
    margin-bottom:30px;
  }
  
  
  .btn-preinscripcion, .btn-matricula {
      min-width: 280px;
  }
  
  
  .programa .nav-item{
    width:44%;
  }
  
  .prometis-head-fijo{
  width:100%!important;
  }
  
  .logo.prometis-head-fijo{
    background-color:#fff;
    height:auto!important;
    width:100%;
    max-width:100%;
  }
  
  .titulo-master{
    padding-top:40px;
  }

   .fix-slider-home .main-carousel img{
    max-width:345%!important;
     
    margin-left: -40%;
  }
  
  .input-filtros select {
    padding-top: 10px;
    margin-top: 9px;
  }
  
    #resultados article{
    height: 110px;
    margin-bottom: 20px;
  }  
  
  #resultados article h3{
    padding-top:13px;
    font-size: 1em!important;
    padding-bottom:0px;
  }
  
    #resultados .doble-grado   {
    height: 133px;
  }    
  
  #resultados .doble-grado-internacional   {
    height: 156px;
  }    
  
}

/*************************************************** RESPONSIVE  380 **********************************************************************************************************/

@media all and (max-width: 380px){  
     h2 {
    font-size: 10vw!important;
  }
    .text-intro.topdiv h1 {
    font-size: 40px!important;
}
  
   .formulario-horizontal .field{
    width:100%!important;
     margin-bottom:15px;
  }
  
    .main-carousel {
    height: 310px;
  }
  
  .main-carousel.carrusel-alumnos{
    height:auto!important;
  }
  

  
    .nuevo-slider h2{
    font-size: 11.3vw!important;
    letter-spacing: -.02vw!important;
  }

  .nuevo-slider h2, .nuevo-slider h4, .nuevo-slider .hs-sl-btn, .nuevo-slider .hs-cta-wrapper {
     padding-left:6%!important;
    padding-right:6%!important;
  }
  
  
    .nuevo-slider .boton-sli a{
      padding: 7px 35px 11px;
      font-size:16px!important;
    }
  
    .nuevo-slider .boton-sli2 a{
      padding: 12px 35px 12px;
      font-size:16px!important;
    }
      #resultados article{
    height: 110px;
    margin-bottom: 20px;
  }  
  
  #resultados article h3{
    padding-top:13px;
    padding-bottom:0px;
    font-size: 1em!important;
  }
  

  
}


/* PAGINA DE BUSQUEDA *******************************************************************************************************************************************/

.nueva-busqueda{
  width: 70%!important;
  float:left!important;
}

.nueva-busqueda form{
  width:100%;
  font-size:30px;
  margin-top:40px;
  
}
.nueva-busqueda input{
  border:0px;
  border-bottom: 3px solid #e03520;
  height:50px;
  font-size:20px;
}

.nueva-busqueda  input:focus{
  outline:0px;
}

.resultados-busqueda{
  margin-top: 60px; margin-bottom:80px;;
  margin-left:8%!important;
  width:84%!important;
}

.resultados-busqueda a {
  color:#313c43
}

.fa-search3{
  color: #196049;
  font-size: 40px;
  line-height: 70px!important;
  height: 70px;
  cursor: pointer;
  bottom:auto!important;
  right:0px;
  left:auto!important;
  top:38px!important;
}

.input-busqueda-principal{
  margin-left:0px!important;
}

@media all and (min-width:568px){
.pop-flotante{
    width:auto!important;
  }
}

/************************** POPUP FLOTANTE **************************/

.pop-flotante{
  position:fixed;
  left:0px;
  top:178px;
  z-index:998;
  display:grid!important;
  justify-content: center;
    align-items: center;
}

.pop-flotante>div{
  border-right:0px solid #e03520;
  width:115px;
  background-color:#e03520;
}

.pop-flotante a{
  color:#fff;
  font-size:.9em;
  display:block;
  padding:11px 18px 12px;
  line-height:1.1em;
}

.pop-flotante a:hover{
  color:#fff;
}

.pop-flotante div:hover{
  background-color:#196049;
}

/*fix blog comentarios */
.individual-blog-cuerpo .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4{
    background-color:#eaeaea;
  padding-top:40px;
  margin-bottom:90px;
}


.individual-blog-cuerpo .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4 .hs-error-msg, .individual-blog-cuerpo .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4 .hs_error_rollup label{
  color:#e03520!important;
}

.flickity-button {
    background: hsla(0,0%,100%,0.45);
}

.legal-p{
 margin-top:0px;
}


.plata .formulario-sidebar:not(.formulario-horizontal){
background-color: #f1f2f6!important;
background-image: linear-gradient(315deg, #f1f2f6 0%, #c9c6c6 74%);
  color:#333;
}


.plata .formulario-sidebar:not(.formulario-horizontal) a{
  color:#e03520;
}

/****************** INFO COMPLEMENTARIA ********************/


@media all and (min-width:1100px){
  .info-complementaria, .estudiar-valladolid{
    min-height:1000px!important;
    
  }
}