@font-face {
    font-family: caviar_dream;
    src: url(../typografia/CaviarDreams.ttf);
}

@font-face{
    font-family:"rsl";
    src:url('../fuente/RobotoSlab-Light.ttf') format('truetype');
}

@font-face{
    font-family:"rsb";
    src:url('../fuente/RobotoSlab-Bold.ttf') format('truetype');
}




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

header{
    background-color: #2E2E2E;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "rsl";
    font-size: 14px;
    vertical-align: middle;
}
.dropdown-toggle:focus{
    outline: 0;
}
header a{
    text-decoration: none;
    color: #fff;
}

header a:hover{
    color: #fff;
    text-decoration: none;
}

#logo{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;

}
.navbar {
    background-color: #33699e;
}

#navbarSupportedContent {
    background-color: #33699e;
}

#navbarSupportedContent .nav-link {
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
}



#navbarSupportedContent .nav-link:hover {
    background-color: #007E33;
    border-radius: 14px;
}

.menu .container-fluid {
    background-color: #33699e;
}

.carousel-inner {
    height: 580px;
    /*border: 1px solid red;*/
}


.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.carousel-caption h3{
   font-family: sans-serif;
    font-size: 55px;
}


.line {
    background-color: #777;
    margin: auto;
    height: 2px;
    width: 90px;
}



#mv{
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}


#mv h6{
    margin: 20px 0;
}

.info-m{
   
    width: 60%;
    margin: auto;
}

.info-v{
    
     width: 60%;
    margin: auto;
}

#valores{
    text-align: center;

    
}
#valores .col-lg-12{
    padding-bottom: 40px;
}

.oc, .resp, .tequipo, .mejora{
    width: 80%;
    margin: auto;
}

.oc, .resp, .tequipo, .mejora{
    padding-top: 40px;
    padding-bottom: 40px;
}

.tit{
    
}
#valores .col-lg-7{
     
     
     padding-top: 80px;
     padding-bottom: 80px;
}

#valores .col-lg-5{
    background-color: #2EBFE6;
    display: flex;
  justify-content: center;
  align-items: center;
 
}


.video{
   

  width: 70%;
 
}





@font-face {
    font-family: caviar_dream;
    src: url(../typografia/CaviarDreams.ttf);
}


#contacto {
    background-image: url("../img/planta-industrial.jpg");
    background-size: cover;
}

#contacto .container-fluid .titulo {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 10px;
    color: white;
    background-color: rgba(51, 105, 158, 0.9);
}

#contacto .formulario {
    background-color: rgba(51, 105, 158, 0.9);
    padding-bottom: 78px;
}

#contacto #enviar {
    border: none;
    background: green;
    color: #f2f2f2;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    padding: 10px 35px;
    overflow: hidden;
}

.btn-enviar #enviar:before {
    font-family: FontAwesome;
    
    position: absolute;
    top: 11px;
    left: -30px;
    transition: all 200ms ease;
}

.btn-enviar #enviar:hover {
    cursor: pointer;
}

#mensaje {
    text-align: center;
}

.btn-enviar #enviar:hover:before {
    left: 7px;
}

#contacto .formulario .form-row {
    width: 60%;
    margin: auto;
}

#contacto .formulario input {
    margin-bottom: 10px;
}

#contacto .btn-enviar {
    padding-top: 18px;
}

#ubicacion {
    padding-bottom: 60px;
}

#ubicacion .container-fluid .titulo {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 10px;
}

#ubicacion iframe {
    width: 90%;
    height: 450px;
}

footer {
    background-color: #212121;
    color: #fff;
    text-align: center;
}

footer .col-lg-12 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 13px;
}

.contenido-img {
    overflow: hidden;
    padding-bottom: 5px;
}

#calderas .titulo {
    background-color: #212121;
    color: #fff;
    text-align: center;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}

#calderas .img-calderas {
    padding-top: 40px;
}

#calderas .col-lg-4 {
    text-align: center;
}

#calderas .contenido-img {
    overflow: hidden;
}

#calderas .contenido-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#calderas .contenido-img img {
    transition: transform 0.5s;
}

#calderas .img-calderas .row {
    padding-bottom: 20px;
}

#calderas .contenido {
    padding: 15px;
}

#calderas .item {
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin: auto;
    width: 800px;
    background-color: rgb(244, 244, 244);
}

#calderas .opcion {
    margin-top: 5px;
    border: 1px solid #0099CC;
    /*#0196a5*/
    /*#007E33*/
    background-color: #0099CC;
    /*#3F729B*/
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    text-align: center;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
}

#equipos-auxiliares .titulo {
    background-color: #212121;
    color: #fff;
    text-align: center;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}

#equipos-auxiliares .img-equipos-auxiliares {
    padding-top: 40px;
}

#equipos-auxiliares .contenido-img {
    overflow: hidden;
    width: 700px;
    margin: auto;
}

#equipos-auxiliares .contenido-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#equipos-auxiliares .contenido-img img {
    transition: transform 0.5s;
}

#equipos-auxiliares .img-equipos-auxiliares .row {
    padding-bottom: 20px;
    text-align: center;
}

#equipos-auxiliares .item {
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin: auto;
    width: 800px;
    background-color: rgb(244, 244, 244);
}

#equipos-auxiliares .opcion {
    margin-top: 5px;
    border: 1px solid #0099CC;
    /*#0196a5*/
    /*#007E33*/
    background-color: #0099CC;
    /*#3F729B*/
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    text-align: center;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
}

#equipos-auxiliares .contenido {
    padding: 15px;
}

#reactores .titulo {
    background-color: #212121;
    color: #fff;
    text-align: center;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}

#reactores .img-reactores .col-lg-4 {
    padding-bottom: 30px;
}

#reactores .img-reactores {
    padding-top: 40px;
}

#reactores .contenido-img {
    overflow: hidden;
}

#reactores .contenido-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#reactores .contenido-img img {
    transition: transform 0.5s;
}

#reactores .item {
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin: auto;
    width: 800px;
    background-color: rgb(244, 244, 244);
}

#reactores .opcion {
    margin-top: 5px;
    border: 1px solid #0099CC;
    /*#0196a5*/
    /*#007E33*/
    background-color: #0099CC;
    /*#3F729B*/
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    text-align: center;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
}

#intercambiador-calor .titulo {
    background-color: #212121;
    color: #fff;
    text-align: center;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}

#intercambiador-calor .img-intercambiador-calor {
    padding-top: 50px;
    padding-bottom: 50px;
}

#intercambiador-calor .contenido-img {
    overflow: hidden;
    width: 540px;
    margin: auto;
}

#intercambiador-calor .contenido-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#intercambiador-calor .contenido-img img {
    transition: transform 0.5s;
}

#intercambiador-calor .img-intercambiador-calor .row {
    padding-bottom: 20px;
    text-align: center;
}

#intercambiador-calor .item {
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin: auto;
    width: 800px;
    background-color: rgb(244, 244, 244);
}

#intercambiador-calor .opcion {
    margin-top: 5px;
    border: 1px solid #0099CC;
    /*#0196a5*/
    /*#007E33*/
    background-color: #0099CC;
    /*#3F729B*/
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    text-align: center;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
}

#intercambiador-calor .contenido {
    padding: 15px;
}


/* ********************* OPTIMIZACION PARA MOVILES *******************************/


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

@media (min-width:267px) and (max-width: 479px) {
    #calderas .contenido {
        font-size: 12px;
    }
    #calderas .item {
        font-size: 14px;
        width: 250px;
    }
    #reactores .item {
        font-size: 14px;
        width: 250px;
    }
    #equipos-auxiliares .contenido {
        font-size: 12px;
    }
    #equipos-auxiliares .item {
        font-size: 14px;
        width: 250px;
    }
    #intercambiador-calor .contenido {
        font-size: 12px;
    }
    #intercambiador-calor .item {
        font-size: 14px;
        width: 250px;
    }
}

@media (min-width:480px) and (max-width: 800px) {
    #calderas .contenido {
        font-size: 12px;
    }
    #calderas .item {
        font-size: 14px;
        width: 450px;
    }
    #reactores .item {
        font-size: 14px;
        width: 450px;
    }
    #equipos-auxiliares .contenido {
        font-size: 12px;
    }
    #equipos-auxiliares .item {
        font-size: 14px;
        width: 450px;
    }
    #intercambiador-calor .contenido {
        font-size: 12px;
    }
    #intercambiador-calor .item {
        font-size: 14px;
        width: 450px;
    }
}

@media (min-width:267px) and (max-width: 500px) {
    #equipos-auxiliares .contenido-img {
        width: 230px;
    }
    #intercambiador-calor .contenido-img {
        width: 230px;
    }
}

@media (min-width:501px) and (max-width: 800px) {
    #equipos-auxiliares .contenido-img {
        width: 430px;
    }
    #intercambiador-calor .contenido-img {
        width: 430px;
    }
}

@media (min-width:267px) and (max-width: 500px) {
    .carousel-inner {
        height: 200px;
    }
}

@media (min-width:501px) and (max-width: 800px) {
    .carousel-inner {
        height: 300px;
    }
}

@media (min-width:267px) and (max-width: 991px) {
   
  
    .carousel-caption h3 {
        font-size: 25px;

    }

    .carousel-caption{
        top: 10px;
    }
   
    #contacto .formulario .form-row {
        width: 100%;
    }
    #nosotros .texto {
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media screen and (max-width: 266px) {
  
    .carousel-inner {
        height: 140px;
    }
    .carousel-caption h3 {
        font-size: 16px;
    }
     .carousel-caption {
 
 
  top: 10px; /*20px*/
 
  text-align: center;/*center*/
}
    #nosotros .titulo {
        font-size: 23px;
        text-align: center;
        padding-left: 0px;
    }
    #nosotros .texto {
        padding-left: 1px;
        padding-right: 1px;
    }
    #nosotros .texto-certi {
        padding-top: 10px;
        font-style: italic;
        text-align: center;
    }
    #clientes .container-fluid .titulo {
        font-size: 23px;
    }
    #contacto .formulario .form-row {
        width: 100%;
        margin: auto;
    }
    #contacto .formulario input {
        margin-bottom: 8px;
        font-size: 14px;
    }
    #contacto .btn-enviar {
        padding-left: 50px;
    }
    #ubicacion iframe {
        width: 100%;
        height: 300px;
    }
    #ubicacion .direccion-ingevap {
        font-size: 13px;
    }
    footer .col-lg-12 {
        font-size: 10px;
    }
    #calderas .titulo {
        padding-left: 15px;
        font-size: 13px;
    }
    #calderas img {
        border: 1px solid red;
    }
    #calderas .contenido {
        font-size: 12px;
    }
    #calderas .item {
        font-size: 14px;
        width: 240px;
    }
    #reactores .item {
        font-size: 14px;
        width: 240px;
    }
    #equipos-auxiliares .contenido {
        font-size: 12px;
    }
    #equipos-auxiliares .item {
        font-size: 14px;
        width: 240px;
    }
    #equipos-auxiliares .contenido-img {
        width: 220px;
    }
    #intercambiador-calor .contenido {
        font-size: 12px;
    }
    #intercambiador-calor .item {
        font-size: 14px;
        width: 240px;
    }
    #intercambiador-calor .contenido-img {
        width: 220px;
    }
}


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

.mbr-gallery-item__hided {
    position: absolute !important;
    left: 0 !important;
    width: 0 !important;
    height: 0;
    padding: 0 !important;
}

.mbr-gallery-item__hided img {
    display: none !important;
}

.mbr-gallery-item__hided span {
    display: none !important;
}

.mbr-gallery-filter {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.mbr-gallery-filter li {
    display: inline-block;
    padding: 5px 0;
    transition: all .3s ease-out;
}

.mbr-gallery-filter li .btn {
    cursor: pointer;
}

.mbr-gallery-filter.gallery-filter__bg li {
    color: #fff;
}

.mbr-gallery-filter.gallery-filter__bg .active {
    color: #000;
    background-color: #fff;
}

.mbr-gallery-filter ul {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.mbr-gallery-item > div {
    position: relative;
}

.mbr-gallery-item--p1 {
    padding: 0.5rem;
}

.mbr-gallery-item--p2 {
    padding: 1rem;
}

.mbr-gallery-item--p3 {
    padding: 1.5rem;
}

.mbr-gallery-item--p4 {
    padding: 2rem;
}

.mbr-gallery-item--p5 {
    padding: 2.5rem;
}

.mbr-gallery-item--p6 {
    padding: 3rem;
}

.mbr-gallery .mbr-gallery-item--p4 {
    width: 33.333%;
}

.mbr-gallery .mbr-gallery-item--p6,
.mbr-gallery .mbr-gallery-item--p5 {
    width: 50%;
}

@media (max-width: 992px) {
    .mbr-gallery-item--p1 {
        padding: 0.5rem;
    }
    .mbr-gallery-item--p2 {
        padding: 0.8rem;
    }
    .mbr-gallery-item--p3 {
        padding: 1rem;
    }
    .mbr-gallery-item--p4 {
        padding: 1.5rem;
    }
    .mbr-gallery-item--p5 {
        padding: 1.8rem;
    }
    .mbr-gallery-item--p6 {
        padding: 2rem;
    }
    .mbr-gallery .mbr-gallery-item--p2,
    .mbr-gallery .mbr-gallery-item--p3 {
        width: 50%;
    }
    .mbr-gallery .mbr-gallery-item--p6,
    .mbr-gallery .mbr-gallery-item--p5,
    .mbr-gallery .mbr-gallery-item--p4 {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .mbr-gallery .mbr-gallery-item--p3,
    .mbr-gallery .mbr-gallery-item--p2,
    .mbr-gallery .mbr-gallery-item--p1 {
        width: 100%;
    }
}


/*# sourceMappingURL=style.css.map */

#gallery1-7,
#gallery1-h {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.display-7 {
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
}

.display-7 > .mbr-iconfont {
    font-size: 1.6rem;
}

.mbr-gallery .icon-focus,
.mbr-gallery .icon-video {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 24px);
    font-family: 'MobiriseIcons' !important;
    font-size: 3rem !important;
    color: #fff;
    opacity: 0;
    transition: .2s opacity ease-in-out;
    z-index: 5;
}

.mbr-gallery .icon-focus::before {
    content: '\e96b';
}

.mbr-gallery .icon-video::before {
    content: '\e95c';
}

.mbr-gallery .mbr-gallery-item > div:hover .icon-focus,
.mbr-gallery .mbr-gallery-item > div:hover .icon-video {
    opacity: 1;
    cursor: pointer;
}

.cid-r2UPsrQ4rf {
    padding-top: 90px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-r2UPsrQ4rf .mbr-slider .carousel-control {
    background: #1b1b1b;
}

.cid-r2UPsrQ4rf .mbr-slider .carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-r2UPsrQ4rf .mbr-slider .carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

.cid-r2UPsrQ4rf .mbr-slider .modal-body .close {
    background: #1b1b1b;
}

.cid-r2UPsrQ4rf .mbr-gallery-item > div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #149dcc;
    background: linear-gradient(to left, #149dcc, #073b4c) !important;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}

.cid-r2UPsrQ4rf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
    background: transparent !important;
}

.cid-r2UPsrQ4rf .mbr-gallery-item > div:hover:before {
    opacity: 0.7 !important;
}

.cid-r2UPsrQ4rf .mbr-gallery-title {
    font-size: .9em;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    z-index: 2;
}

.cid-r2UPsrQ4rf .mbr-gallery-title:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: #149dcc !important;
    background: linear-gradient(to left, #149dcc, #073b4c) !important;
    opacity: 0.7;
    -webkit-transition: 0.2s background ease-in-out;
    transition: 0.2s background ease-in-out;
}

.cid-r2Vm677Lte {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-r2Vm677Lte .mbr-slider .carousel-control {
    background: #1b1b1b;
}

.cid-r2Vm677Lte .mbr-slider .carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-r2Vm677Lte .mbr-slider .carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

.cid-r2Vm677Lte .mbr-slider .modal-body .close {
    background: #1b1b1b;
}

.cid-r2Vm677Lte .mbr-gallery-item > div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #149dcc;
    background: linear-gradient(to left, #149dcc, #073b4c) !important;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}

.cid-r2Vm677Lte .mbr-gallery-item > div:hover .mbr-gallery-title::before {
    background: transparent !important;
}

.cid-r2Vm677Lte .mbr-gallery-item > div:hover:before {
    opacity: 0.7 !important;
}

.cid-r2Vm677Lte .mbr-gallery-title {
    font-size: .9em;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    z-index: 2;
}

.cid-r2Vm677Lte .mbr-gallery-title:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: #149dcc !important;
    background: linear-gradient(to left, #149dcc, #073b4c) !important;
    opacity: 0.7;
    -webkit-transition: 0.2s background ease-in-out;
    transition: 0.2s background ease-in-out;
}

@media (max-width: 768px) {
    .mbr-gallery .mbr-gallery-item {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .mbr-gallery .mbr-gallery-item {
        width: 100%;
    }
}

.mbr-gallery .icon-focus,
.mbr-gallery .icon-video {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 24px);
    font-family: 'MobiriseIcons' !important;
    font-size: 3rem !important;
    color: #fff;
    opacity: 0;
    transition: .2s opacity ease-in-out;
    z-index: 5;
}

.mbr-gallery .icon-focus::before {
    content: '\e96b';
}

.mbr-gallery .icon-video::before {
    content: '\e95c';
}

.mbr-gallery .mbr-gallery-item > div:hover .icon-focus,
.mbr-gallery .mbr-gallery-item > div:hover .icon-video {
    opacity: 1;
}

.mbr-gallery .mbr-gallery-item img {
    width: 100%;
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item > div:hover img {
    opacity: 1;
}

.mbr-gallery .mbr-gallery-item > div {
    background: #fff;
    display: block;
    outline: none;
    position: relative;
}

.mbr-gallery .mbr-gallery-item .icon {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .2s opacity ease-in-out;
    color: #000;
    font-size: 30px;
    height: 69px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .2s opacity ease-in-out;
    width: 69px;
}

.mbr-gallery .mbr-gallery-item .icon::after,
.mbr-gallery .mbr-gallery-item .icon::before {
    content: '';
    display: block;
    position: absolute;
    height: 69px;
    width: 1px;
    margin-left: 34.5px;
    background-color: #fff;
}

.mbr-gallery .mbr-gallery-item .icon::after {
    width: 69px;
    height: 1px;
    margin-left: 0;
    margin-top: 34.5px;
}

.mbr-gallery .mbr-gallery-item > div:hover .icon {
    opacity: 1;
}

.mbr-gallery .mbr-gallery-item > div:hover::before {
    opacity: .9;
}

.mbr-gallery .mbr-gallery-item > div:hover .mbr-gallery-title {
    background: transparent !important;
}


/* remove spacing */

.mbr-gallery .mbr-gallery-row.no-gutter {
    margin: 0;
}

.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
    padding: 0;
}


/* container */

.mbr-gallery .container.mbr-gallery-layout-default {
    padding: 93px 0;
}


/* fix horizontal scrollbar */

.mbr-gallery .mbr-gallery-layout-article,
.mbr-gallery .mbr-gallery-layout-default {
    overflow: hidden;
}


/* lightbox */

.mbr-gallery .modal {
    position: fixed;
    overflow: hidden;
    padding-right: 0 !important;
}

.mbr-gallery .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

.mbr-gallery .modal-body {
    padding: 0;
}

.mbr-gallery .modal-body img {
    width: 100%;
}

.mbr-gallery .modal .close {
    position: fixed;
    background: #1b1b1b;
    opacity: .5;
    font-size: 35px;
    font-weight: 300;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    top: 2.5rem;
    right: 2.5rem;
    line-height: 70px;
    border: none;
    text-align: center;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-family: 'MobiriseIcons';
}

.mbr-gallery .modal .close::before {
    content: '\e91a';
}

.mbr-gallery .modal .close:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}

.mbr-gallery .modal-dialog {
    max-width: 100% !important;
}

.mbr-gallery .modal.in .modal-dialog {
    margin: 0 auto;
}


/* modal back color opacity */

.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

@media (max-width: 768px) {
    .mbr-gallery .carousel-control,
    .mbr-gallery .carousel-indicators,
    .mbr-gallery .modal .close {
        position: fixed;
    }
}


/* fix fade in effect */

.mbr-gallery .modal.fade .modal-dialog {
    -webkit-transition: margin-top .3s ease-out;
    -moz-transition: margin-top .3s ease-out;
    -o-transition: margin-top .3s ease-out;
    transition: margin-top .3s ease-out;
}

.mbr-gallery .modal.fade .modal-dialog,
.mbr-gallery .modal.in .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.mbr-gallery .mbr-slider .carousel-control {
    position: fixed;
}

@media (max-width: 991px) {
    .mbr-gallery .mbr-slider .carousel-control {
        bottom: 2.5rem;
        margin-top: 0;
        top: auto;
        z-index: 17;
    }
}

.mbr-gallery .mbr-slider .carousel-inner > .active {
    display: block;
}


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

#servicios .row .card {
    margin: auto;
}

#servicios .titulo {
    text-align: center;
    color: #2bcdc1;
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: bold;
}

.line {
    background-color: #777;
    margin: auto;
    height: 2px;
    width: 90px;
}

#nosotros {
    padding-top: 120px;
}

#nosotros .titulo {
    text-align: center;
    color: #2bcdc1;
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: bold;
}

#nosotros .texto1 {
    text-align: center;
    font-size: 20px;
    width: 70%;
    margin: auto;
    padding-top: 30px;
}

#nosotros .texto2 {
    padding-top: 70px;
    text-align: center;
    font-size: 17px;
}

#nosotros .isos {
    padding-top: 20px;
    padding-bottom: 90px;
    margin: auto;
}



#gallery1-7 .titulo {
    text-align: center;
    color: #2bcdc1;
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: bold;
}

@media screen and (max-width: 544px) {
    #nosotros {
        padding-top: 80px;
    }
    #nosotros .titulo {
        font-size: 30px;
    }
    #nosotros .texto1 {
        text-align: center;
        font-size: 15px;
        width: 100%;
    }
    #nosotros .texto2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    #nosotros .texto3 {
        font-size: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    #servicios .col-lg-3 {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1250px) {
    .card {
        width: 14rem;
    }
}

@media screen and (max-width: 700px) {
    #ubicacion iframe {
        width: 100%;
    }
}




/*********************************** GALERIA DE FOTOS **************************************************************/

.cid-r3xWPiTV1Z {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #073b4c;
}

.cid-r3xWPiTV1Z .mbr-slider .carousel-control {
    background: #1b1b1b;
}

.cid-r3xWPiTV1Z .mbr-slider .carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-r3xWPiTV1Z .mbr-slider .carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

.cid-r3xWPiTV1Z .mbr-slider .modal-body .close {
    background: #1b1b1b;
}

.cid-r3xWPiTV1Z .mbr-gallery-item > div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #554346;*/
    /*background: linear-gradient(to left, #554346, #45505b) !important;*/
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}

.cid-r3xWPiTV1Z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
    background: transparent !important;
}

.cid-r3xWPiTV1Z .mbr-gallery-item > div:hover:before {
    opacity: 0.7 !important;
}

.cid-r3xWPiTV1Z .mbr-gallery-title {
    font-size: .9em;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    z-index: 2;
}

.cid-r3xWPiTV1Z .mbr-gallery-title:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: #554346 !important;
    background: linear-gradient(to left, #554346, #45505b) !important;
    opacity: 0.7;
    -webkit-transition: 0.2s background ease-in-out;
    transition: 0.2s background ease-in-out;
}

.mbr-gallery-filter li a {
    border-radius: 100px !important;
}

.mbr-gallery-filter li.active .btn {
    background-color: #149dcc;
    border-color: #149dcc;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}



footer a{
    text-decoration: underline;
    color: #fff;
}

footer a:hover{
    color:#fff;
}

#politica{
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #f7f7f7;
    text-align: center;
}

#politica a{
    background-color: #007E33;
    outline: 0;
    color: #fff;
    text-decoration: none;
   padding-top: 25px;
   padding-bottom: 25px;
   padding-right: 20px;
   padding-left: 20px;
   border-radius: 50px;

}

#info-politica{
    padding-bottom: 100px;
}

#info-politica .titulo{
    background-color: #ececec;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 60%;
    font-family: sans-serif;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

#info-politica .info{
    font-family: sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    width: 60%;
    margin: auto;
    text-align: justify;
}

@media (min-width: 1200px) and (max-width: 1500px){
    #info-politica .titulo, #info-politica .info{
        width: 70%;
    }
}

@media screen and (max-width: 1199px){
    #info-politica .titulo, #info-politica .info{
        width: 90%;
        font-size: 15px;
    }
}

