body,
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;

    transition: 1s;
}
.clear {
    clear: both;
}
p,
h1 {
    padding: 0;
    margin: 0;
}
main {
    width: 100%;
}
a,
a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #69717f;
}
::-moz-placeholder {
    color: #69717f;
}
:-ms-input-placeholder {
    color: #69717f;
}
:-moz-placeholder {
    color: #69717f;
}

.bxslider {
    position: relative;

    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.bxslider li {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
}
.bxslider li img {
    width: 100%;
    padding: 0;
    margin: 0;
}
.bx-wrapper .bx-pager {
    display: none;
}
.ui-accordion-header {
    display: none !important;
}
.galeria {
    position: relative;

    width: 100%;
    height: 100%;
}
.galeria .pics {
    position: relative;

    width: 100%;
    height: 100%;
}
.galeria .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    transition: all 1s ease;

    opacity: 0;
}
.galeria .pic.active {
    position: relative;
    z-index: 2;

    width: 100%;

    opacity: 1;
}
.galeria img {
    /*width:100%*/ max-width: 100%;

}
.galeria .buttons {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 9999;

    margin: 0 auto;

    text-align: center;
}
.galeria .button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;

    cursor: pointer;

    opacity: 1;
    background: #fff;
}
.galeria .button:hover {
    opacity: .5;
}
.galeria .pics .pic .imagen {
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ----------------------------- Header ----------------------------- */
header {
    position: fixed;
    top: 0;
    z-index: 9999;

    width: 100%;

    background: #fff;
    box-shadow: 0 0 5px #575757;
}
header .cont {
    position: relative;

    display: flex;
    width: 1150px;
    margin: 0 auto;
    flex-direction: row;

    align-items: center;
    justify-content: space-between;
}
header .interno {
    display: none;
}
nav {
    /* position: absolute; */
    /* top: 35px; */
    /* right: 0; */
}
nav span {
    position: absolute;
    right: 0;

    display: block;
    float: right;
    margin-top: 1px;

    opacity: .7;
}
nav a.selected {
	color: #ff513f !important;
}
nav a.selected:after {
	content: " ";
		width: 100%;
		position: absolute;
		height: 9px;
		background: url(sitio/selected.png) center no-repeat;
		bottom: -38px;
		right: 0;
		left: 0;
		margin: 0 auto;
}

nav a {
	margin: 0 14px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	transition: .3s;
	letter-spacing: .5px;
	color: #414141;
	text-transform: uppercase;
	position: relative;
}
nav a:hover {
    color: #ff513f;
}
.logo {
    display: inline-block;
    width: 114px;
    padding: 18px 0;
}
.logo img {
    max-width: 100%;
}
nav a.LinksNuevos {
    font-size: 12px;

    letter-spacing: 2px;
}


header .redesSociales a.botonRedes {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;

    transition: .15s;

    opacity: 1;
    border-radius: 63px;
    background-position: center;
    background-size: contain;
}

header .redesSociales a.botonRedes:hover {
    opacity: .7;
}


header .redesSociales .red1 {
    background: url(sitio/social-header-fb.png) no-repeat;
}
header .redesSociales .red2 {
    background: url(sitio/social-header-tw.png) no-repeat;
}
header .redesSociales .red3 {
    background: url(sitio/social-header-yt.png) no-repeat;
}
header .redesSociales .red4 {
    background: url(sitio/social-header-ig.png) no-repeat;
}

#menuDesplegable {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 999;

    display: none;
    width: auto;
}
#menuDesplegable .treslineas {
    width: 50px;
    height: 64px;
    padding: 0 !important;

    background: url("sitio/icono-lineas-responsive.png") no-repeat;
}
#menuDesplegable ul,
#menuDesplegable ol {
    right: 0;

    list-style: none;
}
#menuDesplegable .nav > li {
    float: left;
}
#menuDesplegable .nav li a {
    display: block;
    padding: 10px 12px;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;

    text-align: right;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: #fff;
}
#menuDesplegable .nav li ul {
    position: absolute;

    display: none;
    min-width: 140px;
    padding: 12px;

    background: rgba(0, 0, 0, .7);
}
#menuDesplegable .nav li:hover > ul {
    display: block;

    transition: 1s;
}
#menuDesplegable .nav li ul li {
    position: relative;
}
#menuDesplegable .nav li ul li ul {
    top: 0;
    right: -140px;
}

/* ----------------------------- Sección video ----------------------------- */
section.video {
    position: relative;

    height: calc(100vh - 90px);
    padding-top: 90px;
    box-sizing: content-box;
}
.video-wrap {
    position: relative;

    width: 100%;
    height: 100%;
}
#video-full {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -100;

    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;

    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    background: url(sitio/video-cover.png) no-repeat;
    background-size: cover;
}
section.video .trama {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8888;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .4) url(sitio/trama.png);
}
section.video .txt-wrap {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9900 !important;

    width: 100%;
    height: auto;
    max-width: 1080px;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;

    transform: translate(-50%, -50%);
    text-align: center;

    color: #fff;
}
section.video .titulo-home {
    position: relative;

    display: block;
    margin-bottom: 75px;

    font-family: "Montserrat", sans-serif;
    font-size: 4em;
    font-weight: 800;
    line-height: 100%;

    -webkit-animation-delay: 30s;
            animation-delay: 30s;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #fff;
    text-shadow: 0 0 35px #303030;
}
section.video .titulo-home:after {
    position: absolute;
    right: 0;
    bottom: -38px;
    left: 0;

    display: inline-block;
    width: 100%;
    height: 2px;
    max-width: 230px;
    margin: 0 auto;

    content: " ";

    background: #fff;
}
section.video .parrafo-home {
    display: block;
    margin-bottom: 15px;

    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;

    -webkit-animation-delay: 30s;
            animation-delay: 30s;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #fff;
}
section.video a.scroll-down {
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 0;
    z-index: 9999;

    display: flex;
    width: 50px;
    height: 50px;
    margin: 0 auto;

    cursor: pointer;
    animation: pulse 2s infinite;

    border-radius: 50px;
    background-color: #f27533;

    justify-content: center;
}
section.video a.scroll-down:hover {
    cursor: pointer;
}
section.video a.scroll-down  svg {
    height: 20px;
    margin: auto;
}
@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
                transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }
}


/* ----------------------------- Sección Texto Bienvenido ----------------------------- */
section.textoBienvenido {
    padding: 105px 0;

    text-align: center;

    background: #f5f2ed;
}
section.textoBienvenido h2 {
    margin: 0 0 45px 0;

    font: bold 45px/40px "Montserrat", sans-serif;
    font-family: "Montserrat", sans-serif;

    text-transform: uppercase;

    color: #097591;
}
section.textoBienvenido p {
    max-width: 580px;
    margin: 0 auto;

    font: 500 16px/28px "Montserrat", sans-serif;

    text-transform: uppercase;

    color: #676767;
}

/* ----------------------------- Sección interna ----------------------------- */

.interna #menuDesplegable .treslineas {
    background: url(sitio/icono-lineas-responsive2.png) no-repeat;
}
.interna #menuDesplegable .nav li a {
    color: #0d2857;
}
.interna #menuDesplegable .nav li ul {
    background: rgba(255, 255, 255, .95);
}
.interna .fijo #menuDesplegable .treslineas {
    background: url(sitio/icono-lineas-responsive.png) no-repeat;
}
.interna .fijo #menuDesplegable .nav li a {
    color: #fff;
}
.interna .fijo #menuDesplegable .nav li ul {
    background: rgba(0, 0, 0, .7);
}
.interna .bx-controls {
    display: none;
}
a.hyper {
    display: block;
    display: flex;
    margin-top: 25px;

    font: 700 14px/1 "Montserrat", sans-serif;

    text-transform: uppercase;

    color: #707272;

    align-items: center;
    justify-content: baseline;
}
a.hyper span {
    display: inline-block;
    width: 10px;
    margin-bottom: 0 !important;
    margin-left: 20px;

    transform: rotate(-90deg);
}

/* ----------------------------- Sección interna ----------------------------- */
.contenido-interna {
    padding-top: 95px;

    background-color: #f5f2ed;
}
.contenido-interna {
    /* background-image: url(sitio/fondo-interno.jpg); background-position: center; background-size: cover; */
}
.contenido-interna .header {
    position: relative;

    min-height: 190px;

    background-color: #147290;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contenido-interna .cont {
    max-width: 1150px;
    padding: 45px 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.contenido-interna .cont-titulo {
    position: relative;

    display: flex;
    height: calc(100vh - 90px);
    max-width: 1150px;
    margin: 0 auto;
    flex-direction: column;
    box-sizing: border-box;

    text-align: center;

    justify-content: center;
}
.contenido-interna .cont-titulo h1 {
    position: relative;

    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    margin-bottom: 30px;

    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;

    letter-spacing: -.5px;

    color: #fff;
}
.contenido-interna .cont-titulo h1:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;
    width: 55px;
    height: 3px;
    margin: 0 auto;

    content: "";

    background-color: #f27533;
}
a.scroll-down {
    z-index: 99;

    display: flex;
    width: 50px;
    height: 50px;
    margin: 40px auto 0 auto;

    cursor: pointer;
    animation: pulse 2s infinite;

    border-radius: 50px;
    background-color: #f27533;

    justify-content: center;
}
a.scroll-down:hover {
    cursor: pointer;
}
a.scroll-down svg {
    height: 15px;
    margin: auto;
}
.contenido-interna .cont-titulo p.bajada {
    max-width: 450px;
    margin: 0 auto;

    font: 500 14px/24px "Montserrat", sans-serif;

    color: #fff;
}
.contenido-interna .contenedor {
    position: relative;

    max-width: 1150px;
    padding: 45px 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
.contenido-interna .tab-content {
    display: none;
    padding: 15px;
}
.contenido-interna .tab-content.current {
    display: inherit;
}
ul.tabs {
    position: absolute;
    top: 65px;
    right: 30px;
    z-index: 99;

    padding: 0;
    margin: 0;

    list-style: none;
}
ul.tabs li {
    display: inline-block;
    padding: 10px 15px;

    font: 500 14px/24px "Montserrat", sans-serif;

    cursor: pointer;
    text-transform: uppercase;
}
ul.tabs li.current {
    position: relative;

    font-weight: bold;

    color: #f27533;
}
ul.tabs li.current:after {
    position: absolute;
    bottom: -23px;
    left: 0;

    display: inline-block;
    width: 100%;
    height: 3px;
    margin: 0 auto;

    content: "";

    background-color: #f27533;
}
.contenido-interna .titulo-sub-seccion {
    position: relative;

    padding-bottom: 40px;
    margin: 0 0 40px 0;

    font: 600 32px/1 "Montserrat", sans-serif;

    letter-spacing: 0;

    color: #6d6f71;
    border-bottom: 1px solid #ccc;
}
.contenido-interna .titulo-sub-seccion:after {
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;
    width: 75px;
    height: 3px;
    margin: 0 auto;

    content: "";

    background-color: #f27533;
}
.contenido-interna h1 {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;

    letter-spacing: 0;

    color: #6d6f70;
}
.contenido-texto h1:first-child {
    margin-top: 0;
}
.contenido-interna h2 {
    margin: 0 0 40px 0;

    font: 500 32px/1 "Montserrat", sans-serif;

    letter-spacing: 0;

    color: #6d6f71;
}
.contenido-interna p {
    display: block;
    margin-bottom: 15px;

    font: 500 14px/24px "Montserrat", sans-serif;

    color: #6d6f70;
}
.contenido-interna ul li {
    color: #6d6f70;
}
.contenido-interna .contenido-grid {
    display: grid;

    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;    /* display: flex; */
}
.contenido-interna  .contenido-galeria {
    align-self: start;
}
.contenido-interna .col1 {
    float: right;
    width: 60%;
    margin-right: 4%;
}
.contenido-interna .col2 {
    float: left;
    width: 30%;
}
.contenido-interna .col2 p {
    font-size: 24px;
    font-weight: 100;
    line-height: 32px;
}
.contenido-interna .col1 .galeria {
    position: relative;

    margin: 45px 0;
}
.contenido-interna .tab-content ul li,
.contenido-interna .tab-content ol li {
    margin-bottom: 15px;

    font: 500 14px/24px "Montserrat", sans-serif;

    color: #6d6f70;
}
.contenido-interna .tab-content ul li {
    margin-bottom: 5px;
}


/* ----------------------------- Slider ------------------------------------ */
.slider-wrapper {
    position: relative;
}
.placaSlider {
    position: absolute;
    top: 50%;
    z-index: 999;

    transform: perspective(1px) translateY(-50%);
}
.placaSlider p {
    max-width: 520px;
    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;

    letter-spacing: 0;
    text-transform: uppercase;

    color: #fff;
    text-shadow: 0 0 35px rgba(73, 73, 73, .5);
}
.placaSlider span {
    display: inline-block;
    max-width: 550px;
    margin: 15px 0 0 0;

    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 27px;

    letter-spacing: .5px;

    color: #fff;
    text-shadow: 0 0 35px rgba(73, 73, 73, .5);
}

/* ----------------------------- Quienes somos ----------------------------- */
.mapa-cobertura {
    position: relative;

    width: 100%;
    height: 100vh;

    background-image: url(sitio/mapaUTV.jpg);
    background-position: 50% center;
}
.mapa-cobertura .mapa-texto {
    position: relative;
    top: 50%;

    max-width: 300px;
    padding: 35px;

    transform: translateY(-50%);

    color: #fff;
    background: #fc4526;
}
.mapa-cobertura .mapa-texto h3 {
    margin: 0 0 10px 0;

    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;

    letter-spacing: 1px;
    text-transform: uppercase;
}
.mapa-cobertura .mapa-texto p {
    margin: 0 0 10px 0;

    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;

    letter-spacing: .5px;
}
@media only screen and (max-width:1024px) {
	header .redesSociales {display:none}
}
@media only screen and (max-width:785px) {
    .mapa {
        height: 100vh;

        background-image: url(sitio/mapaUTV-mobile.jpg);
        background-position: center;
    }
    .mapa .mapa-texto {
        top: 25px;

        padding: 15px 15px 5px 15px;
        margin: 0 auto;

        transform: none;
        text-align: center;
    }
    .mapa .mapa-texto p {
        display: none;
    }
}
@media only screen and (max-width:550px) {
}
@media only screen and (max-width:365px) {
}

/* ----------------------------- Modulos Co -------------------------------- */
.moduloDesplegable {
    position: relative;

    display: block;
    height: auto;
}
.moduloDesplegable .ver-mas {
    position: absolute;
    top: -80px;

    display: block !important;
    width: 50%;    /* height: 69px; */    /* padding: 25px 35px !important; */

    margin: 0 !important;
    box-sizing: border-box;

    transition: .3s all ease;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;

    border: none !important;
    outline: none !important;
}
.ui-icon {
    display: none !important;
}
.moduloDesplegable .arrow-container {
    display: inline-block;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0 auto;

    border-radius: 50px;
    background: #fff;

    justify-content: center;
}
.moduloDesplegable .ver-mas svg {
    height: 20px;
    margin: auto;
}
.moduloDesplegable .accordion1 .st0 {
    fill: #00768f;
}
.moduloDesplegable .accordion2 .st0 {
    fill: #ff763a;
}
.moduloDesplegable .accordion3 .st0 {
    fill: red;
}
.moduloDesplegable .accordion1 {
    left: 0;
}

.moduloDesplegable .accordion2 {
    left: 50%;
}

.moduloDesplegable .accordion3 {
    left: 66.66%;

    color: #fff !important;
    background-color: #fc4425;
    background-image: url(sitio/flecha1.png);
    background-repeat: no-repeat;
    background-position: 92% center;
}
.moduloDesplegable .accordion3:hover {
    background-color: #e72f0f;
    background-image: url(sitio/flecha1.png);
    background-repeat: no-repeat;
    background-position: 92% center;
}
.modulosSeccion {
    width: 100%;
    height: auto;
}
.moduloCo {
    position: relative;

    float: left;
    width: 50%;
}
.moduloCo img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.moduloCo .text-wrap {
    min-height: 175px;
    padding: 35px;

    text-align: center;
}
.moduloCo h1 {
    margin-bottom: 15px;

    font: bold 30px/36px "Montserrat", sans-serif;

    letter-spacing: .5px;
    text-transform: uppercase;

    color: #fff;
}
.moduloCo p {
    max-width: 500px;
    margin: 0 auto;

    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;

    color: #fff;
}
.ui-accordion-content {
    height: 616px;
}
.ui-accordion .ui-accordion-content {
    padding: 0 !important;
}
.esconderResponsive {
    display: none;
}
@media only screen and (max-width:1240px) {
    .moduloCo .text-wrap {
        min-height: 195px;
    }
    .moduloCo .cont .col1 h1 {
        padding-top: 50px;
        margin: 90px 0 40px 0;

        font-size: 38px;
        line-height: 38px;
    }
}
@media only screen and (max-width:1024px) {
    .moduloCo {
        width: 100%;
    }
    .moduloCo img {
    }
    .moduloCo h1 {
    }
    .moduloCo p {
    }
    .moduloCo .text-wrap {
        min-height: inherit;
        padding: 55px;

        text-align: center;
    }
    .moduloDesplegable h3.accordion2,
    .moduloDesplegable h3.accordion3,
    .moduloDesplegable h3.accordion1 {
        position: initial;
    }
    .esconderResponsive {
        display: block;
        height: auto;
        padding-bottom: 20px;
    }
    .moduloDesplegable {
        display: none;
    }
}
@media only screen and (max-width:785px) {
}
@media only screen and (max-width:550px) {
}
@media only screen and (max-width:365px) {
}

/* ----------------------------- Modulos Genérico Ampliado -------------------------------- */
.ampliado {
    top: 69px;

    width: 100%;
    padding-bottom: 0;
    overflow: hidden !important;
    box-sizing: border-box;

    background: #f5f2ed !important;
}
.ampliado .cont .col1 {
    float: left;
    width: 50%;
    padding: 5vw 9vw;
    box-sizing: border-box;

    align-items: center;
}
.ampliado .cont .col2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 50%;
}
.ampliado .cont h1 {
    position: relative;

    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;

    font: 600 36px/42px "Montserrat", sans-serif;

    color: #6d6f71;
    border-bottom: 1px solid #ccc;
}
.ampliado .cont h1:after {
    position: absolute;
    bottom: -1px;
    left: 0;

    display: inline-block;
    width: 90px;
    height: 3px;

    content: "";

    background: #ff763a;
}
#ui-id-2 .cont h1 {
    color: #6d6f71;
}
#ui-id-4 .cont h1 {
    color: #6d6f71;
}
#ui-id-6 .cont h1 {
    color: #6d6f71;
}
#ui-id-2,
#ui-id-4,
#ui-id-6 {
    background-color: #f5f2ed !important;
}
.ampliado .cont p {
    display: block;
    margin-bottom: 35px;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;

    color: #343434;
}
.ampliado .cont h2 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 7px 0;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;

    letter-spacing: 0;

    color: #fc4526;
}
.interna .ampliado {
    padding-top: 40px;
    padding-bottom: 60px;
}

@media only screen and (max-width:1240px) {
    .ampliado .cont h1 {
        font-size: 24px;
    }
    .ampliado .cont span {
        margin-bottom: 30px;
    }
    .ampliado .txt-wrapper {
    }
    .ampliado .txt-wrapper p:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width:1024px) {
    .ampliado .cont {
        position: relative;

        width: 100%;
    }
    .ampliado .cont .col1 {
        padding: 30px;
    }
    .ampliado .cont p {
    }
}
@media only screen and (max-width:785px) {
    .contenido-interna .cont-titulo {
        width: 100%;
        padding: 0 25px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .contenido-interna .cont {
        width: 100%;
        padding: 40px 25px;
    }
}
@media only screen and (max-width:550px) {
    .ampliado .cont .col1 {
        position: relative !important;

        width: 100%;
        box-sizing: border-box;
    }
    .ampliado .cont .col2 {
        display: none;
    }
}
@media only screen and (max-width:365px) {
}

/* ----------------------------- Contacto ----------------------------- */

.contacto {
    display: none;
    width: 100%;

    color: #0d141f;
}

.interna .contacto {
    display: block;
}
.contacto .cont-titulo .titulo-pagina {
    position: relative;
}
.contacto .cont-titulo .titulo-pagina:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;
    width: 75px;
    height: 4px;
    margin: 0 auto;

    content: "";

    background-color: #f27533;
}
.contacto .cont-titulo .bajada {
    max-width: 450px;
    margin: 0 auto;

    font: 500 14px/24px "Montserrat", sans-serif;

    color: #fff;
}
.contacto .datos-de-contacto-wrapper {
    background: #f5f2ed;
}
.contacto .datos-de-contacto {
    display: grid;
    padding: 100px 15px;

    text-align: center;

    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.contacto .datos-de-contacto .dato {
    font: 700 14px/20px "Montserrat", sans-serif;

    color: #6d6f71;
}
.contacto .datos-de-contacto .dato a {
    font: 700 14px/20px "Montserrat", sans-serif;

    color: #6d6f71;
}
.contacto .datos-de-contacto .img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 25px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.contacto .datos-de-contacto h2 {
    margin: 25px auto;

    font: bold 20px/1 "Montserrat", sans-serif;

    text-transform: uppercase;

    color: #6d6f71;
}
.contacto .datos-de-contacto .bajada {
    max-width: 300px;
    margin: 0 auto 20px auto;

    font: 500 14px/20px "Montserrat", sans-serif;

    color: #6d6f71;
}
.contacto .mensaje-exito {
    max-width: 700px;
    padding: 35px;
    margin: 0 auto;

    border-radius: 5px;
    background: #fff;
}
.contacto .mensaje-exito h1 {
    display: block;
    margin-bottom: 15px;

    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;

    letter-spacing: -.5px;

    color: #ef5330;
}
.contacto .mensaje-exito p {
    margin: 0;
}
.contacto .formulario-wrapper {
    padding: 50px 0;

    text-align: center;

    background: #e8e5e0;
}
.contacto h2.titulo-formulario {
    position: relative;

    padding: 0 0 40px 0;
    margin: 0 0 40px 0;

    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;

    letter-spacing: 0;

    color: #6d6f71;
}
.contacto h2.titulo-formulario:after {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;

    display: inline-block;
    width: 60px;
    height: 2px;
    margin: 0 auto;

    content: "";

    background-color: #6d6f70;
}
.contacto .contenedor {
    max-width: 1150px;
    margin: 0 auto;
}
.contacto form {
    display: grid;
    max-width: 700px;
    margin: 0 auto;

    text-align: left;

    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.contacto form label {
    display: block;
    padding: 10px 0;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.contacto .button-wrapper {
    display: flex;

    grid-column: 1/3;
}
.contacto form button span {
    display: inline-block;
    width: 10px;
    margin-left: 20px;

    transform: rotate(-90deg);
}
.contacto form input,
.contacto form textarea {
    width: 100%;
    padding: 13px 15px;
    box-sizing: border-box;

    font-family: "Montserrat", sans-serif;
    font-size: 15px;

    border: 1px solid #ccc;
    border-radius: 3px;
}
.contacto form .textarea-wrapper {
    grid-column: 1/3;
}
.contacto.contenido-interna .col2 p,
.contacto.contenido-interna .col1 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.contacto form button {
    display: flex;
    width: 100%;
    max-width: 160px;
    padding: 15px;

    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 34px;
    background: #f17633;

    align-items: center;
    align-self: baseline;
    justify-content: center;
}
.contacto.contenido-interna h3 {
    display: block;
    margin-top: 25px;
    margin-bottom: 5px;

    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;

    letter-spacing: .25px;

    color: #343434;
}
.contacto.contenido-interna h3:first-child {
    margin-top: 0;
}
.contacto.contenido-interna .col1 {
    float: right;
    width: 60%;
    padding: 35px;
    margin-right: 4%;
    box-sizing: border-box;

    border-radius: 3px;
    background: #fff;
}
.contacto-box a {
    color: #343434;
}
.contenido-interna.contacto .header {
    background-image: url(sitio/contacto.jpg);
}

/* ----------------------------- Footer ----------------------------- */
footer {
    width: 100%;
    padding: 0;
    margin: 0;

    background: #2d2d2d;
    background:    -moz-linear-gradient(top, #2d2d2d 1%, #4c4c4c 100%);
    background: -webkit-linear-gradient(top, #2d2d2d 1%, #4c4c4c 100%);
    background:         linear-gradient(to bottom, #2d2d2d 1%, #4c4c4c 100%);

    filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#2d2d2d", endColorstr="#4c4c4c", GradientType=0);
}
footer .cuerpo {
    padding: 65px 0;
    margin: 0 auto;
}
footer .pie {
    padding: 15px 0;
    margin: 0 auto;

    background: #2e2e2e;
}
footer .cuerpo .contenedor {
    display: grid;
    max-width: 1150px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;

    grid-template-columns: 1fr 170px 1fr 170px 1fr;
}
footer .pie .contenedor {
    display: grid;
    max-width: 1150px;
    padding: 0 35px;
    margin: 0 auto;
    box-sizing: border-box;

    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}
footer span.separador {
    width: 1px;
    margin: 0 auto;

    background: #646464;
}
footer .contenedor h3 {
    margin-bottom: 35px;

    font: bold 16px/1 "Montserrat", sans-serif;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #fff;
}
footer .contenedor img {
    /* float: left; */
}
footer .footer-note {
    font: 400 13px/21px "Montserrat", sans-serif;

    letter-spacing: .5px;

    color: #adadad;
}
footer ul.footer-menu {
    padding: 0;
    margin: 0;

    list-style: none;
}
footer .footer-menu li {
    padding: 3px 0 5px 0;
    margin: 3px 0 3px 0;

    border-bottom: 1px solid #646464;
}
footer .footer-menu li a {
    display: inline-block;
    width: 100%;

    font: 400 13px/21px "Montserrat", sans-serif;

    transition: .3s all ease;
    letter-spacing: .5px;

    color: #adadad;
}
footer .footer-menu li a:before {
    display: inline-block;
    width: 20px;
    height: 9px;
    margin-right: 30px;

    content: " ";

    background-image: url("sitio/biggerthan-bullet.png");
    background-repeat: no-repeat;
}
footer .footer-menu li a:hover {
    color: #fff;
}
footer .datos-contacto {
    font: 400 13px/21px "Montserrat", sans-serif;

    transition: .3s all ease;
    letter-spacing: .5px;

    color: #adadad;
}
footer .copyright {
    font: 400 13px/21px "Montserrat", sans-serif;

    letter-spacing: .5px;

    color: #adadad;
}
footer .redesSociales {
    display: flex;
    padding: 20px 0;
    flex-direction: row;
}

/* ----------------------------- Redes sociales ----------------------------- */
.redesSociales .botonRedes {
    display: block;    /* float: right; */
    width: 34px;
    height: 34px;

    transition: .3s all ease;

    opacity: .2;
}
.redesSociales .botonRedes:hover {
    opacity: 1;
}
.redesSociales .red1 {
    background: url(sitio/social-fb.png) no-repeat;
}
.redesSociales .red2 {
    background: url(sitio/social-tw.png) no-repeat;
}
.redesSociales .red3 {
    background: url(sitio/social-yt.png) no-repeat;
}
.redesSociales .red4 {
    background: url(sitio/social-ig.png) no-repeat;
}
#recaptcha {
    width: 100%;
    margin: 0;
    overflow: hidden;

    align-self: auto;
}

/* ----------------------------- Responsive Footer / Redes sociales ----------------------------- */
@media only screen and (max-width:1240px) {
    footer .cuerpo .contenedor {
        grid-template-columns: 1fr 100px 1fr 100px 1fr;
    }
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:785px) {
    footer .cuerpo {
        padding: 35px 0;
    }
    footer .cuerpo .contenedor {
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
    }
    footer .contenedor h3 {
        margin-bottom: 15px;
    }
    footer .pie .contenedor {
        padding: 20px 0;

        text-align: center;

        grid-row-gap: 20px;
        grid-template-columns: 1fr;
        justify-items: center;
    }
}
@media only screen and (max-width:550px) {
    .redesSociales .botonRedes {
        display: inline-block;
        float: none;
    }
}
@media only screen and (max-width:365px) {
}

/* ----------------------------- Responsive ----------------------------- */
@media only screen and (max-width:1240px) {
    .contenido-interna .cont,
    header .cont,
    .quienesSomos .cont,
    .contacto .cont,
    footer .cont,
    .contenido-interna .cont-titulo {
        position: relative;

        width: 850px;
    }

    /* ----------------------------- Slider ----------------------------- */
    .placaSlider p {
        display: block;
        max-width: 660px;
        margin: 7% auto 0 auto;

        font-family: "Montserrat", sans-serif;
        font-size: 49px;
        line-height: 51px;

        letter-spacing: -1.5px;

        color: #fff;
    }

    /* ----------------------------- Quienes somos ----------------------------- */
    .quienesSomos .cont h1 {
        margin: 50px 0 30px 0;

        font-size: 37px;
        line-height: 38px;
    }
    .quienesSomos {
        height: auto;
        padding: 30px 0 80px 0;
    }

    /* ----------------------------- Contacto ----------------------------- */
    .contacto .cont .col1 h1,
    .contacto .cont .col2 h1,
    .contacto .cont .col3 h1 {
        font-size: 31px;
    }

    /* ----------------------------- Footer ----------------------------- */
}
@media only screen and (max-width:1024px) {
    /*header .cont,
	.quienesSomos .cont,
	.coworkAmpliado .cont,
	.colearnAmpliado .cont,
	.colabAmpliado .cont,
	.contacto .cont,
	footer .cont   { width: 700px;}*/
    .contenido-interna .cont,
    header .cont,
    .quienesSomos .cont,
    .contacto .cont,
    footer .cont,
    .contenido-interna .cont-titulo {
        width: 700px;
    }

    /* ------------------------------ Slider ------------------------------- */
    .placaSlider p {
        font-size: 38px;
        line-height: 37px;
    }
    .placaSlider span {
        margin: 20px auto 0 auto;
    }
    #menuDesplegable {
        display: inline-block;
    }
    nav {
        display: none;
    }
}
@media only screen and (max-width:785px) {
    header .cont,
    .quienesSomos .cont,
    .moduloCo .cont,
    .contacto .cont,
    footer .cont,
    .contenido-interna .cont,
    .contenido-interna .cont-titulo {
        width: 100%;
        padding: 0 25px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    footer .cont {
        padding-top: 15px;
        margin-top: 35px;
    }
    .contenido-interna .cont {
        padding: 45px 25px;
    }
    .contenido-interna .col1,
    .contenido-interna .col2 {
        width: 100%;
        margin: 0;
    }

    /* ------------------------------ Slider  ------------------------------- */
    .placaSlider span {
        display: none;
    }
    .placaSlider p {
        padding: 0 40px;
        margin: 3vw auto 0 auto;

        font-size: 35px;
        line-height: 35px;
    }
    .bx-controls-direction {
        display: none;
    }

    /* ------------------------------ Bienvenidos ---------------------- */
    section.textoBienvenido {
        padding: 80px 35px;
    }
    section.textoBienvenido h2 {
        font-size: 32px;
    }

    /* ------------------------------ Quienes somos ------------------------------- */
    .quienesSomos .cont h1 {
        font-size: 33px;
    }
    .moduloCo .text-wrap {
        padding: 30px;

        text-align: left;
    }

    /* ------------------------------ Internas ------------------------------- */

    ul.tabs {
        position: relative;
        top: auto;
        right: auto;

        margin: 15px 15px 30px 15px;
        margin-bottom: 45px;

        border-bottom: 1px solid #ccc;
    }
    ul.tabs li.current:after {
        bottom: 0;
    }

    /* ------------------------------ Contacto ------------------------------- */
    .contacto {
        padding: 95px 0 0 0;
    }
    #menuDesplegable {
        right: 30px;
    }
    .contacto .formulario-wrapper {
        padding: 25px 0;
    }
    .contacto .datos-de-contacto {
        grid-row-gap: 35px;
        grid-template-columns: 1fr;
    }
    .contacto form {
        grid-template-columns: 1fr;
    }
    .contacto .datos-de-contacto .img {
        margin: 0;
    }
    .contacto .button-wrapper {
        flex-direction: column;
    }
    .contacto form button {
        width: 100%;
        max-width: none;
        margin-top: 20px;
    }
    .mapa-contacto iframe {
        height: 100vh;
    }
    .contacto form .textarea-wrapper,
    .contacto .button-wrapper {
        grid-column: 1;
    }
}
@media only screen and (max-width:550px) {
    /* ------------------------------ SLIDER ------------------------------- */
    .placaSlider p {
        margin: 2vw auto 0 auto;

        font-size: 4vw;
        line-height: 4.7vw;

        letter-spacing: 0;
    }

    /* ------------------------------ CONTACTO ------------------------------- */
    .contacto .cont .col2,
    .contacto .cont .col3 {
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }

    /* ------------------------------ FOOTER ------------------------------- */
    footer .cont img {
        max-width: 100%;
    }
}
@media only screen and (max-width:365px) {
    /* ------------------------------ Slider ------------------------------- */
    .placaSlider p {
        margin: 0 auto 0 auto;
    }
    .bx-pager.bx-default-pager {
        bottom: 15px;
    }
}


@media only screen and (max-width:1240px) {
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:820px) {
    .contenido-interna .contenido-grid {
        grid-row-gap: 15px;
        grid-template-columns: 1fr;
    }
    .contenido-interna .titulo-sub-seccion {
        padding: 0;

        border-bottom: none;
    }
    .contenido-interna .titulo-sub-seccion:after {
        display: none;
    }
    ul.tabs li.current:after {
    }
}
@media only screen and (max-width:550px) {
    /* ------------------------------ Slider ------------------------------- */
    section.video .titulo-home {
        font-size: 3em;
    }
}

@media only screen and (max-width:365px) {
}
