@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);

@font-face {font-family: "NexaRustScriptSW00-02"; src: url("//db.onlinewebfonts.com/t/15d6342715570fd3b83b5925d5770109.eot"); src: url("//db.onlinewebfonts.com/t/15d6342715570fd3b83b5925d5770109.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/15d6342715570fd3b83b5925d5770109.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/15d6342715570fd3b83b5925d5770109.woff") format("woff"), url("//db.onlinewebfonts.com/t/15d6342715570fd3b83b5925d5770109.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/15d6342715570fd3b83b5925d5770109.svg#NexaRustScriptSW00-02") format("svg"); }


html {
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
}

body {
    overflow: scroll !important;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    overflow: hidden;
}

.bg {
    background-color: rgb(255, 255, 255) !important;
    margin-top: 70px;
}

.logo {
    width: 250px;
}

.logo-1 {
    width: 400px;
}

.solempleo {
    width: 255px;
}

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    width: 700px
    /*width: 35%;*/
    padding: 20px;
}

.modalconent img{
    height: auto;
    width: 600px;
}

.modalcontent #button {
    text-align: right;
}

.ald {
    text-align: right;
}

@media(max-width: 767px){
.modalconent {
    width: 100%;
}
    .modalconent img{
    height: auto;
    width: 100%;
}
}

@media(min-width:768px) {
    .devide-header {
        margin-bottom: 110px;
    }
    
/*    .modalconent {*/
/*    width: 80%;*/
/*}*/

}

.fancybox-overlay {
    z-index:99999 !important;
}

header {
    padding: 0;
    position: relative;
    height: 100% !important;
    border-top: 10px solid #ED1C90;
}

#header-1 {
    padding: 0;
    position: relative;
    max-height: 740px !important;
    border-top: 10px solid #ED1C90;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.dropdown a:visited {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.cont-top {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.cover {
    background: url(../img/grain.png);
}

nav {
    min-height: 80px;
    box-shadow: none !important;
}

nav .ul-menu {
    display: block;
}

nav .ul-menu li {
    display: block;
    float: left;
}

nav .ul-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
}

nav ul li a.active {
    background: #ed1c8f;
}
nav ul.ul-menu li:nth-child(4) {
    background-color: red;
}
nav ul.ul-menu li:nth-child(5) {
    background-color: #23327a;
}

nav ul.ul-menu li:nth-child(7) {
    background-color: #263278;
}
nav ul#slide-out li.active {
    background: #ed1c8f;
    color: #fff;
}

.mdi-navigation-menu {
    background-color: #000;
}

/* 
#force {
    background: url(../img/grain.png) !important;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
} */

#force ul li img {
    width: 100%;
}

.link-social {
    float: left;
    margin-right: 10px;
}

.side-nav li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.has-scroll {
    overflow: scroll;
    height: 300px;
    width: 100%;
}

.has-scroll li {
    text-align: left !important;
    border-bottom: 1px solid #eee;
}

.has-scroll li button {
    text-align: left !important;
    margin-left: 15px;
}


/* ============= section css ============= */

h2 .divider {
    width: 30%;
    margin: 15px auto;
}

h5 .divider {
    width: 30%;
    margin: 15px auto;
}

section {
    padding: 20px 0;
    min-height: 100px;
}

section#nosotros {
    background-color: #666;
    /* position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999; */
    border-bottom: 15px solid rgba(0, 0, 0, 0.2);
}

section#nosotros-1 {
    background-color: #666;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
}
section#nosotros-2 {
    background-color: #666;
    border-top: 10px solid rgba(0, 0, 0, 0.2);
}
section#productos {
    /* background: url(../img/productos.jpg) left no-repeat; */
    background-size: cover;
    background-color: #fff;
    background-position: 0, -60px;
    height: auto;
    min-height: 650px;
    transition: all 0.7s ease;
}

section#productos-1 {
    background: url(../img/sobre-nosotros-gerentes.jpg) center fixed no-repeat;
    background-size: cover;
    min-height: 650px;
}

section#productos-2 {
    background: url(../img/noticias.jpg) center fixed no-repeat;
    background-size: cover;
    min-height: 650px;
}

section#productos-3 {
    min-height: 150px;
    height: auto;
}

section#productos-3 h5 {
    margin-top: 65px;
}

section#servicios {
    background-color: #ed1c8f;
    padding: 70px 0;
    min-height: 400px;
}

select {
    display: block !important;
    margin-top: 10px;
}

footer {
    margin-top: 0 !important;
    padding: 40px 0 0;
    background: #1a237e !important;
    border-top: 12px solid rgba(0, 0, 0, 0.3);
}

.ul-footer {
    margin-top: 10px;
}

.ul-footer li {
    padding: 5px 10px;
    margin: 10px 0;
}

.ul-links-1 {
    margin-top: 30px;
}

.ul-links-1 li {
    margin-left: 20px;
}


/* ============= section css ============= */

.titles {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #1a237e;
}

.img-mio {
    display: block;
    margin: 0 auto;
}

.img-logoCTS {
    width: 250px;
}


.hover-box {
    transition: all .4s ease;
}

.hover-box:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: all .4s ease;
}

a .lnr {
    font-size: 14px !important;
}

.lnr {
    font-size: 120px;
}

.iconos-margin {
    margin: 140px 0;
    display: block;
}

.iconos-margin-2 {
    margin: 40px 0;
    display: block;
}

.list-servicio {
    padding-top: 50px;
}

.list-servicio li {
    list-style: circle !important;
}

#map-canvas {
    height: 500px;
}

.footer {
    background-color: #000;
    min-height: 200px;
}

.link li {
    margin-left: 15px !important;
    margin-bottom: 10px;
}

.box-img {
    position: relative;
    min-height: 315px;
    max-width: 80%;
    float: right;
}

.mml {
    margin: 0 -15px;
}

.box-link-1 {
    position: absolute;
    width: 30%;
    height: 22%;
    top: 15% !important;
    left: 28% !important;
    cursor: pointer;
}

.box-link-2 {
    position: absolute;
    width: 30%;
    height: 22%;
    top: 10%;
    right: 5%;
    cursor: pointer;
}

.box-link-3 {
    position: absolute;
    width: 30%;
    height: 22%;
    right: 10%;
    bottom: 35%;
    cursor: pointer;
}

.box-link-4 {
    position: absolute;
    width: 30%;
    height: 22%;
    bottom: 35%;
    left: 10%;
    cursor: pointer;
}

#md2 {
    background: url(../img/barceloneta1.jpg);
    background-size: cover;
}

#md3 {
    background: url(../img/santurce.jpg);
    background-size: cover;
}

#md4 {
    background: url(../img/las-piedras.jpg);
    background-size: cover;
}

#md5 {
    background: url(../img/san-german.jpg);
    background-size: cover;
}

#md2 ul,
#md3 ul,
#md4 ul,
#md5 ul {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    padding: 10px;
}

.ul-md-2 li {
    color: #000 !important;
    display: block;
    cursor: pointer;
}

.ul-md-2 li a {
    color: #000 !important;
    display: block;
    cursor: pointer;
}

.md2-p {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100% !important;
    padding: 15px;
}

.link-1 {
    height: 300px;
    width: 300px;
    position: absolute;
    background: url(../img/link-1.png);
    background-size: cover;
}

.link-2 {
    height: 300px;
    width: 300px;
    position: absolute;
    background: url(../img/link-2.png);
    background-size: cover;
}

.link-3 {
    height: 300px;
    width: 300px;
    position: absolute;
    background: url(../img/link-3.png);
    background-size: cover;
}

.link-4 {
    height: 300px;
    width: 300px;
    position: absolute;
    background: url(../img/link-4.png);
    background-size: cover;
}

.link-1:hover img {
    margin-top: -50px;
    trasition: all .8s ease;
}

.link-2 {
    display: inline;
    position: absolute;
}

.link-3 {
    display: inline;
    position: absolute;
}

.link-4 {
    display: inline;
    position: absolute;
}

.tab-pane {
    padding: 25px;
    background: rgba(0, 0, 0, 0.87);
    border-radius: 0 0 5px 5px;
    color: #fff;
   
}

.nav-tabs a {
    background: rgba(0, 0, 0, 0.87);
    font-size: 11px !important;
    height: 100px;
}

.nav-tabs .active a {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
    font-size: 11px !important;
}

.nav-tabs li:hover a {
    background: #ed1c8f !important;
}

.li.active {
    border: none !important;
}

.margin-bottom {
    margin-bottom: 10px;
}

.titulo-modal {
    padding: 20px;
    background: #ed1c8f;
}

.contenido-modal {
    padding: 35px;
}

.contenido-modal ul {
    margin-left: 35px;
}

.contenido-modal ul li {
    margin-bottom: 15px;
}

.list-ul li {
    list-style: circle;
}

.principal-tabs {
    background: #fff !important;
}

.principal-tabs li button {
    background: #fff !important;
    width: 100% !important;
    transiton: all .4s ease;
    display: block;
    border: 0;
}

.principal-tabs li button:hover {
    background: #ed1c8f !important;
    color: #fff;
    transiton: all .4s ease;
    width: 100% !important;
    display: block;
    border: 0;
}


/*Title*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.title-nosotros {
    text-transform: uppercase;
    font-size: 18px;
}

.title-1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 21px;
}

.title-footer {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1em !important;
}

.footer-copyright {
    height: auto !important;
}

.divider {
    margin: 20px 0;
}



/*TORNEO*/

section#torneo-1 {
    background: url('../img/bannerTorneo.jpg');
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 100%;
}

section#sobreTorneo {
    padding: 70px 0;
    min-height: 100px;
}


.container-torneo1 {

}


.title-torneo {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: right;
    margin-top: 20px;
    font-weight: 900;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 25px;
    width: max-content;
}

.title-torneo span {
    background: #ffffff;
    font-size: 90px;
    line-height: 100px;
    margin: 30px 0;
    display: inline-block;
    padding: 15px;
}


.title-torneo2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: right;
    margin-top: 20px;
    font-weight: 900;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 25px;
    width: max-content;

}

.title-torneo2 span {
    background: #ffffff;
    font-size: 20px;
    width: 65% !important;
    display: inline-block;
    line-height: 30px;
}



.info-CTS {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
   gap: 15px;
}

.info-CTS .info:nth-child(2){
    grid-column: 2 / 4;
}

.info-CTS .info:nth-child(3){
    grid-column: 1 / 4;
}

.info-CTS .info:nth-child(4){
    grid-column: 1 / 4;
}

.info-CTS img {
    width: 80%;
}

.info-CTS p {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #283374;
}

.info-CTS2{

    position: relative;
}

.info-CTS2 img.figuraHeader {
    width: 100%;
    
}

.info-CTS6 img.figuraFooter {
    width: 100%;
    
}

.info-CTS1 img.bannerTorneo {
    width: 100%;
    
}

.info-CTS2 p {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #283374;
}

section.torneo-3{
    padding: 0px;
}

section.torneo-4{
    background: #EA0789;
    padding: 20px 0px;
}

section.torneo-6{
    padding: 0px;
    margin-top: 60px;
}

.info-CTS3 {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    /* margin-top: -250px; */
    text-align: center;
}



.info-CTS3 .info:nth-child(1){
    /* display: flex;
    justify-content: center; */
    padding: 100px;
}

.info-CTS3 img {
    width: 100%;
    
}

.info-CTS3 p {
    font-size: 40px;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    color: #283374;
}

.info-CTS3 img.graciasT {
    width: 55%;
    
}

.info-CTS4 p {
    font-size: 40px;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    color: #ffffff;
}

.info-CTS4 li {
    font-size: 40px;
    font-family: 'Montserrat';
    text-align: center;
    color: #ffffff;
}

.info-CTS5 {
    text-align: center;
}

.info-CTS5 p {
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    color: #263278;
}

.info-CTS5 img {
    width: 26%;
    
}

.info-CTS5 .boton{
    background: #EA0789;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    padding: 10px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0px;
}

.info-CTS5 .boton2{
    background:#283374;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    padding: 20px 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 20px 15px;
}

.info-CTS5 .boton:hover{
    background: #283374;
 
}

.info-CTS5 .boton2:hover{
    background: #EA0789;
 
}

.info-CTS5 .texto2 {
    font-size: 44px;
    font-family: 'NexaRustScriptSW00-02';
    font-weight: 600;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    color: #263278;
}


/* Media TORNEO */


@media(max-width: 1200px) {

    .info-CTS {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .info-CTS .info:nth-child(1){
        grid-column: 1 / 4;
        text-align: center;

    }

    .info-CTS .info:nth-child(2){
        grid-column: 1 / 4;
    }

    .info-CTS .info:nth-child(3){
        grid-column: 1 / 4;
    }

    .info-CTS .info:nth-child(4){
        grid-column: 1 / 4;
    }

    .info-CTS img {
        width: 50%;
    }

    .info-CTS p {
        font-size: 20px;
        font-family: 'Montserrat';
        color: #283374;
    }

    /* .info-CTS3 {
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center;
        margin-top: -220px;
        text-align: center;
    } */

    .info-CTS3 p {
        font-size: 30px;
        font-family: 'Montserrat';
        text-align: center;
        margin-top: 70px;
        margin-bottom: 70px;
        color: #283374;
    }

}

@media(max-width: 992px) {

        .info-CTS3 {
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center;
        margin-top: -175px;
        text-align: center;
    }

    .info-CTS3 p {
        font-size: 20px;
        font-family: 'Montserrat';
        text-align: center;
        margin-top: 70px;
        margin-bottom: 70px;
        color: #283374;
    }

}

@media(max-width: 768px) {

    .info-CTS3 {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    margin-top: -120px;
    text-align: center;
}

    .info-CTS3 .info:nth-child(1) {
        padding: 30px;
    }
}

@media(max-width: 600px) {

    .info-CTS3 {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    margin-top: -90px;
    text-align: center;
}

    .info-CTS3 .info:nth-child(1) {
        padding: 30px;
    }

    .info-CTS3 p {
        font-size: 16px;
        font-family: 'Montserrat';
        text-align: center;
        margin-top: 10px;
        margin-bottom: 70px;
        color: #283374;
    }
}


@media (max-width: 368px){

    .info-CTS img {
        width: 90%;
    }

    .info-CTS4 li {
        font-size: 20px;
        font-family: 'Montserrat';
        text-align: center;
        color: #ffffff;
    }

    .info-CTS p {
        font-size: 12px;
        font-family: 'Montserrat';
        color: #283374;
    }

    section#sobreTorneo {
        padding: 0px 0;
        min-height: 100px;
    }

    .info-CTS5 .boton2 {
        background: #283374;
        color: #ffffff;
        font-size: 13px;
        font-weight: 900;
        padding: 20px 50px;
        border-radius: 50px;
        display: inline-block;
        margin: 10px 15px;
    }

    .info-CTS5 p {
        font-size: 20px;
        font-family: 'Montserrat';
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #263278;
    }

    .info-CTS5 .texto2 {
        font-size: 25px;
        font-family: 'NexaRustScriptSW00-02';
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #263278;
    }

    .info-CTS5 img {
        width: 40%;
    }

    .info-CTS5 .boton {
        background: #EA0789;
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        padding: 10px 50px;
        border-radius: 50px;
        text-transform: uppercase;
        display: inline-block;
        margin: 20px 0px;
    }

    section.torneo-6 {
        padding: 0px;
        margin-top: 20px;
        min-height: 0;
    }

    .info-CTS3 .info:nth-child(1) {
        padding: 20px;
    }

    .info-CTS3 {
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center;
        margin-top: -65px;
        text-align: center;
    }

    .info-CTS3 p {
        font-size: 12px;
        font-family: 'Montserrat';
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #283374;
    }

    .info-CTS3 img.graciasT {
        width: 50%;
    }

}

@media only screen and (min-width: 1200px){

    .info-CTS3 {
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center;
        text-align: center;
        margin-top: -220px;
    }

    .info-CTS5 p {
        font-size: 36px;
        font-family: 'Montserrat';
        font-weight: 600;
        text-align: center;
        margin-top: 70px;
        margin-bottom: 70px;
        color: #263278;
    }

}

@media only screen and (min-width: 992px) {

    .info-CTS3 {
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center;
        text-align: center;

    }

}

@media only screen and (min-width: 768px){

}


/*BTN Fantasma*/

.box-login {
    margin-bottom: 30px;
}

.min {
    text-transform: uppercase;
    font-size: 20px;
}

.btn-fantasma {
    margin-top: 10px;
    background-color: #1a237e;
    color: #fff;
    padding: 10px 30px;
    transition: all .4s ease;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-fantasma:hover {
    background: #fff;
    color: #1a237e;
    padding: 10px 20px;
    transition: all .4s ease;
}

.pink {
    background: #ed1c8f !important;
}

.item {
    min-height: 300px;
    display: block;
    transition: all .4s ease;
    opacity: 0;
}

.carousel-inner .active {
    min-height: 300px;
    display: block;
    transition: all .4s ease;
    opacity: 1;
}


/* Galeria */

.cont-g {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cont-g ul {
    margin: 0;
    padding: 0;
}

.cont-g ul li {
    float: left;
    list-style: none !important;
    background: #ffffff;
    margin: 0px 5px 15px 5px;
    border: none !important;
    padding: 0 !important;
    overflow: hidden;
    height: 110px;
}

.cont-g ul li a img {
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    width: 160px;
}

.cont-g ul li a img:hover {
    opacity: 0.7;
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
}

.cont-g ul li.cont-d {
    padding: 3px 3px 9px 3px;
}


/*----Formulario---*/

.pure-u-md-1-3 {
    width: 100% !important;
}

.pure-u-1 label {
    color: #333;
    font-size: 15px;
}

.pure-form input {
    height: 35px;
    background: #ffffff;
    font-size: 14px;
    color: #e06245;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

.pure-form textarea {
    height: 80px;
    background: #ffffff;
    color: #e06245;
    padding: 0!important;
    border-radius: 5px !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.pure-form label {
    text-transform: uppercase;
    font-weight: 300;
}

.pure-button {
    background: #222 !important;
}

.pure-form input[type="file"] {
    height: none;
    background: none;
    /* font-size: 14px; */
    color: #e06245;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none !important;
}

.pure-button-primary {
    color: #fff !important;
    font-weight: 100;
    font-size: 19px !important;
    padding: 7px 30px !important;
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    border: 2px solid #fff !important;
    transition: all .4s ease;
}

.pure-button-primary:hover {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #fff !important;
    padding: 7px 14px !important;
    border-radius: 0 !important;
    transition: all .4s ease;
}

.pure-button-primary i {}

.pure-button-primary:last-child {}

.buttoms {
    margin: 20px auto 20px auto;
}

@media screen and (max-width: 1220px) {
    .modal {
        width: 80%;
    }
}

.desplegable {
    display: none;
}

.mini {
    display: none;
}

@media screen and (max-width: 1304px) {
    .container {
        width: 91%;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 992px) {
    /*.bg{    height: 669px !important;}*/
    .container {
        width: 91%;
        margin: 0 auto !important;
    }
    header {
        min-height: 100px !important;
    }
    .logo1 {
        display: none !important;
    }
    .logo2 {
        display: block !important;
    }
    .desplegable {
        display: block !important;
    }
    /* section#nosotros {
        position: relative;
    } */
    section#productos {
        background: #fff;
        transition: all 0.7s ease;
    }
    .cont-top {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 999999;
    }
    .link-social {
        margin-bottom: 15px;
    }
    .carousel-caption h4 {
        font-size: 22px;
    }
    #servicios .container {
        padding: 0;
        margin: 0;
    }
    .button-collapse {
        color: #373a47;
    }
    .button-collapse:hover {
        color: #ed1c8f;
    }
    .logo {
        z-index: 99;
    }
    .logo img {
        display: block;
        margin: 0 auto;
        margin-top:10px;
       
    }
    section#productos {
        min-height: 350px;
    }
    .footer-copyright a {
        display: block;
        float: none !important;
        text-align: center;
    }
    #wowslider-container1 .ws-title {
        left: 0em !important;
    }
    .btn-fantasma {
        display: block !important;
        width: 100%;
    }
    .ul-menu,
    .cm {
        display: none !important;
    }
    .box-img {
        margin-top: 20px;
        position: relative;
        min-height: 115px;
    }
    nav .button-collapse {
        margin-top: 40px !important;
    }
    .mini {
        display: block;
    }
    .fixed-action-btn {
        display: none;
    }
}

.contact-form {
    padding: 3em 0;
}

.contact-form h3 {
    text-transform: uppercase;
    font-size: 2.2em;
}

.contact-form textarea {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px;
    border-style: solid;
    border-color: #000;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.contact-form textarea:focus{
    box-shadow: none !important;
    border-color: #EC1B8E !important;
}


.fotos_perfiles_2, .fotos_perfiles{
    display: block;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 50%;
    width: 300px !important;
    height: auto;
}

.banner-empleo{
    background-image: url(../img/shutterstock_690895558.jpg); height: 550px;background-size: cover;background-position: center; margin-top:-100px;
}

.graciasSection{
    padding: 6em 1em;
    text-align: center;
}

.graciasSection .img-logo-gracias img{
    width: 600px;
    height: auto;
}
.graciasSection .text-gracias h1{
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .cont-top {
        background-color: transparent !important;
    }
    nav .button-collapse i {
        color: #fff !important;
        margin-top:-15px;
    }
}

@media screen and (max-width: 768px) {
    header .call-to .slogan {
        margin-top: 130px;
    }
    .list-servicio li {
        text-align: center;
        list-style: none !important;
    }
    .list-servicio li:last-child {
        margin-bottom: 15px;
    }
    
       header {
        min-height: 100px !important;
}

.banner-empleo{
    height: 350px;
}
.title-empleo{
    font-size: 1.2em;
}
.slider, .slides, .slider .slides li img{
    height: 300px !important;
}


.graciasSection .img-logo-gracias img{
    width: 300px;
}
.graciasSection .text-gracias h1{
    font-size: 30px;
}

/*@media screen and (max-width: 402px) {

   .bg {
    height: 349px !important;
}
    
    }*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999991;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #549202;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ed8600;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}


/* preloader */


/* ==== Slider seccion  ====*/

.slider {
    display: block;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 0px auto 0px;
    z-index: 90;
    text-align: left;
    /* reset align=center */
    font-size: 10px;
    text-shadow: none;
    /* fix some user styles */
    /* reset box-sizing (to boostrap friendly) */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.slider .slides .caption {
    position: absolute;
    display: inline-block;
    font: 20px 'Oswald', Arial, Helvetica, sans-serif;
    bottom: 47%;
    left: 0.58em;
    margin-right: 0px;
    padding: 10px;
    background: none;
    color: #ffffff;
    z-index: 50;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.5);
    border-radius: 0;
    opacity: 1;
    line-height: 1.2em;
    background: rgba(0, 0, 0, 0.5);
}

@media(min-width:900px) {
    .slider {
        height: 1100px !important;
    }
    .slider .slides li {
        height: 1100px;
    }
    
       header {
        min-height: 100px !important;
}


.fotos_perfiles{
    border: solid 5px;
    border-radius: 50%;
    width: 200px;
}

.fotos_perfiles2{
    display: block;
    margin: 0 auto;
    border: solid 5px;
    border-radius: 50%;
    width: 200px !important;
    height: auto;
}
}


@media(max-width: 767px) {
    .list-politics li {
    float: none;
    margin-bottom: 5px;
 }
 .tab-pane{
     padding: 0 !important;
 }
}

a.btn-d {
    background-color:#ffffff !important;
    color:#000 !important;
}







