/*
	This is an example custom file
	If you use it, you will get a red header/footer.
	*/

    header#titulo-empresa {
        color: #2d2f3c;
    }

    header#div-titulo-empresa,.div-titulo-empresa {
        color: #fff;
        height: 90px;
        background: #fff;
        position: relative;
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
       
    }

    .img-empresa {
        height: 90px;
        width: 90px;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .titulo-empresa {
        margin: 0px;
        padding: 20px
    }


    /*LISTADO EMPRESAS */

    .imglistadoempresas {
        float: left;
        margin: 0 10px 15px 0;
        width: 100px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .favoritosAT {
        padding: 3px 10px;
        height: 30px;
        background-color: #FF931E;
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
        cursor: pointer;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .masinfo {
        color: white;
        float: right;
        font-size: 1.4em;
    }


    /*LISTADO EMPRESAS */

    .imgdestacada {
        width: 300px;
        height:200px;
        margin: 0 20px 15px 0;
        float: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .barraInferiorDestacado {
        padding: 3px 10px;
        height: 40px;
        background-color: #FF931E;
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
        cursor: pointer;
        border-top: 1px white solid;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .img-nombramiento-portada {
        float: left;
        margin: 8px 8px 8px 0;
        width: 140px;
        height: 100px;
        background-size: cover;
        background-position: center center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .titulo-ficha-responsable {
        margin: 0px;
        padding: 20px
    }

    .div-titulo-ficha-responsable {
        color: #fff;
        background: #fff;
        margin-bottom: 40px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .img-ficha-responsable {
        float: left;
        margin: 0 12px 12px 0;
        width: 200px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .miniatura {
        float: left;
        margin: 0px 10px 0px 0;
        width: 140px;
        height: 100px;
        background-size: cover;
        background-position: center center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .miniatura2 {
        float: left;
        margin: 0px 10px 0px 0;
        width: 126px;
        height: 90px;
        background-size: cover;
        background-position: center center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .miniatura3 {
        float: left;
        margin: 0px 10px 0px 0;
        width: 126px;
        height: 90px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .page-header {
        padding: 15px 0 0;
        margin: 0px 0 15px;
        border-bottom: 1px solid #eee;
    }

    .jornadas-imagen{
       background-size: contain; background-color: #DDDDDD;height:175px;width:100%;background-position:center center;background-repeat: no-repeat
   }

   .tituloportada{
    font-size: 1.2em;
    font-weight: 700;
}

.tituloportada2{
    font-size: 0.8em;
    font-weight: 700;
    line-height: 2px;
}

.owl-carousel .owl-caption {
    z-index: 10;
}

.imagen-slider-portada{
   padding-bottom:40%;
   width:100%;
   background-size: cover;
   background-position: center center;
}

h2.page-header, h2.page-header a, h3.page-header, h3.page-header a {
    border-bottom: none;
}

#wrapper {
    padding:81px 0 0 0 !important;
}

header#topNav nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: auto;
    right: 0;
    width: 800px;
}

.borde-celeste {
    border-top: 0.375em solid #5BC8D5;
    font-size: 1.5em;
}

.borde-verde{
    border-top: 0.375em solid #90EE90;
    font-size: 1.5em;
}

.borde-salmon{
    border-top: 0.375em solid #FFB6C1;
    font-size: 1.5em;
}

/* Form */

.contact-form .input input{
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    background: #fff;
    font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}
label.input{
    position: relative;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.contact-form .label{
    margin-left: 75px;
    width: 100%;
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit;
}

.contact-form .icon-append {
    text-align: center;
    width: 38px;
    position: absolute;
    right: 1px;
    padding: 3px;
    top: 1px;
    height: 38px;
    font-size: 14px;
    line-height: 33px;
    background: inherit;
    z-index: 10;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    background-color: #f5c786;
}
.contact-form .col-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.contact-form .col-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.contact-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
}

label.textarea{
    width: 92.5%;
    padding-left: 7.5%;
}

#contactSubmit,#ctcError,#ctcSuccess{
    width: 85%;
    margin-left: 7.5%;
}

.contact-form textarea{
    width: 100%
}

label.checkbox{
    padding-left: 10%;
}

/* Modificaciones Raúl Soriano*/
:root {
  --orange: #FF931E;
}


.margin-b-10{
   margin-bottom: 10px; 
}

.content{

    max-width: 990px;
    padding-left: 50px;
    padding-right: 50px;  
    margin:0 auto;
}

.subtitulo-seccion{
    font-size: 40px;
    color: var(--orange);
    line-height: 1em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}

.line-bottom{
   border-bottom: 0px solid rgba(219, 219, 219, 1); 
}