*{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    
}
    body{
        width: 100%;
        overflow-x: hidden;
        background-image: url('http://ferrenvia.com/assets/images/bg_gral.jpg');
    }
    
    #loadng{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        /*background: #b3dbff;*/
                
    }
    
    .cargando{
        margin-top: 40vh;
    }
    
    #body2{
        background: #fff;
        width: 100%;
        overflow-x: hidden;
        /*background-<strong>image</strong>: url("http://www.rehobot.com.mx/marca_de_aguaFM.png");*/
        /*background-size: 100% auto;*/
    }
    
    .contentLoader{
        position: absolute;
        z-index:99999;
    }
    
    .modal-content{
        background: -moz-linear-gradient(45deg, #ddd, #fff, #ddd);
        background: -webkit-linear-gradient(45deg, #ddd, #fff, #ddd);
        background: -o-linear-gradient(45deg, #ddd, #fff, #ddd);
        background: -linear-gradient(#ddd, #fff, #ddd);
        background-size: 100% 100%;
    }
    
    h1, h2, h3, h4, h5{
        margin-top: -15px;
        font-weight: normal;
    }
    
    .wrapParrafos, .wrapHeader{
        width: 100%; 
        display: flex;
        justify-content: center; 
        flex-wrap: wrap;
        /*overflow-x: hidden;*/
    }
    
    .wrapParrafos{
        margin-bottom: 15px!important;
    }
    
    .grupoFiltros50{
        width: 100%;
        padding: 5px;
        float: left;
        
    }
    
    
    
    .form-group input{
        width: 100%!important;
        margin-left: 2.5%!important;
        margin-top: -20px!important;
        height: 40px!important;
        border-radius: 0;
        font-size: 15px;
        text-align: left;
        
    }
    
    .botonWeb{
        /*background: #b17d12!important;
        color: #fff!important;*/
        font-weight: normal!important;
        height: 40px!important;
        /*border:  1px solid #b17d12!important;*/
    }
    
    .botonWeb:hover{
        /*background: #532f10!important;*/
        border: none;
        /*border:  1px solid #532f10!important;*/
        transition: all 0.5s;
    }
    
    h1{font-size: 22px!important; font-weight: bold;}
    h2{font-size: 14px!important;}
    h3{font-size: 13px!important;}
    h4{font-size: 12px!important;}
    h5{font-size: 11px!important;}
    
    em{
        font-size: inherit;
    }
    
    textBlue{
        color: #0045d4; 
    }
    
    redText{
        color: #ff0000;
    }
    
    grayText{
        color: #777;
    }
    
    .div50, .div75, .div66, .div25, .div33, .div40, .div60{
        width: 100%;
        float: left!important;
        position: relative!important;
    }
        
    .fotoEmpD{
        border-radius: 50%;
    }
    
    

/**************MODIFICACIONES DEL PROFILE********************/
    .fotoEmp{
        margin-top: -16px;
        float: left;
        border: 1px solid #fff; 
        width: auto;
        border-radius: 50%;
    }    
/**************ESTILOS DEL HEADER********************/
    header{
    	position: relative;
        height: 180px;
    }
    
    .miniheader{
        position: relative;
        background: #fff;
        color: #000;
        width: 100%;
        height: 130px;
        left: 0;
        top: 0;
        padding: 0;
    }
    
    .infoMiniHeader{
        display: none;
    }
    
    #logoShow{
        display: none;
    }
    
    .logoHeader/*, .logoHeader2*/{
        height: 100px;
        width: auto;
        margin-top: 10px;
        margin-left: 5px;
    }
    
    /*.logoHeader2{
        display: none;
    }*/
    
    .logoMedio{
        display: none!important;
        position:relative;
        background: transparent!important;
        width: 25%;
    }
    
    #hazUnaCita{
        display: none;
    }
    
    #buscadorU{
        border-radius: 5px;
        border: 1px solid #000;
        margin-bottom: 50px;
    }
    
    .menu{
    	position: absolute;
        z-index: 20;
    	width: 100%;
    	height: 100vh;
        top: 180px;
    	left: 0;
        /*background: rgba(51,51,51, 0.8);*/
    	transition: all 0.5s;
    	transform: translateX(-100%);
    }
    
    .menu a{
    	display: block;
    	height: 50px;
        font-size: 12px;
    	text-decoration: none;
    	padding: 15px;
        
        position: relative;
        text-transform: uppercase;
        color: #000;
    }
    
    .menu a:hover{
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        transition: all 0.3s;
    }
    
    .menu a:hover > #iconFontello{
        color: #f6871f!important;
        transition: all 0.3s;
    }
    
    .aLogo{
        display: none!important;
    }
    
    #fisioMB, #servB{
        display: none;
    }
    
    .menuNosotros:hover > #fisioMB{
        display: inline;
        transition: all 1s;
    }
    
    .menuNosotros:hover > #fisioMW{
        display: none;
        transition: all 1s;
    }
    
    .menuServicios:hover > #servB{
        display: inline;
        transition: all 1s;
    }
    
    .menuServicios:hover > #servW{
        display: none;
        transition: all 1s;
    }
 
    textoMenu{
        position: absolute;
        float: left;
        text-align: center;
        margin-top: 2px;
        font-size: 13px;
        margin-left: 10px;
        color: #fff;
        left: 60px;
        top: 15px;
    }
    
    .columna{
        display: none;
    }
    
    .menu a:hover textoMenu{
        color: #f6871f!important;
        font-size: 13px;
        font-weight: bold;
        transition: all 0.3s;/*
        font-weight: bold;*/
    }
    
    /*.menu a:hover textoMenu{
        /*color: #fff;*//*
        font-size: 14px;
        transition: all 0.3s;
    }*/
    
    
    
    .spaceMiniHeader{
        position: relative;
        z-index: 999;
        float: right;
        text-align: center;
        width: 30px;
        padding: 0;
    }
    
    
    #iconForMiniHeader1, #iconForMiniHeader2, #iconForMiniHeader3, #iconForMiniHeader4, #iconForMiniHeader5{
        font-size: 20px !important;
        color: #ccc;
        float: left;
        position: relative;
        top: -5px;
        right: 5px !important;
    }
    
    #iconForMiniHeader1:hover{
        color: #395498; 
        transition: all 1s;
    }

    #iconForMiniHeader2:hover{
        color: #2caae1;
        transition: all 1s;
    }
    
    #iconForMiniHeader3:hover{
        color: #0274b3;
        transition: all 1s;
    }
    
    #iconForMiniHeader4:hover{
        color: yellowgreen;
        transition: all 1s;
    }
    
    #iconForMiniHeader5:hover{
        color: #ff0000;
        transition: all 1s;
    }
    
    .textForMiniHeader{
        display: none;
    }
    
    .telefonoMiniHeader{
        display: none;
        color: #fff;
        margin-top: 6px;
        text-decoration: none;
        font-size: 10px;
    }
    
    .telefonoMiniHeader:hover{
        color: #ccf46d;
        transition: all 1s;
    }
    
    #search{
        position: absolute;
        z-index: 5;
        width: 80%; 
        float: right;
        text-align: left;
        font-size: 12px;
        height: 25px;
        margin-top: 2px;
        padding-left: 25px;
        float: left;
    }
    /*
    #buscar{
        width: 100%;
    }*/
    
    #menu-bar:checked ~ .menu{
    	transform: translateX(0%);
    }
    
    #iconNotif, #iconFontello, mensaje{
        color: #fff;
    }
    
    #iconNotif, #iconFontello{
        font-size: 17px;
        margin-top: 0;
        float: left;
    }
    
    #iconFontello{
        font-size: 20px;
    }
    
    .imageFontello, .logoFontello{
        margin-top: -15px;
        height: 40px;
        width: 40px;
        
    }
    
    
    
    .logoFontello{
        margin-top: -25px;
        height: 70px;
        width: auto;
        display: none;
    }
    
    .iconHeader{
        width: 30px; 
        height: 30px;
        margin-bottom: 2px; 
        float: left;
    }
    
    #menuBar{
        position: relative;
        font-size: 30px;
        color: #fff;
        border: 1px solid #fff
    }

    .espacioSitio{
        width: 100%;
        margin-top: 0;
        min-height: 70vh;
    }
    
    .construccion{
        width: 100%;
        position: fixed;
        top: 25vh;
        opacity: 0.7;
        box-shadow: 5px 5px 15px #000;
    }
    /*
    .carousel{
        box-shadow: 5px 5px 15px #000;
    }*/
    
    .reja{
        background-image: url("http://gama-construcciones.com/assets/images/dummy.png");
        /*background: rgba(0,0,0,0.5);*/
        opacity: 0.8;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; 
        left: 0;
    }
    /*url("http://rehobot.com.mx/textoPC1.png")*/
    #texto1{
        background: transparent; 
        animation: textosB1 60s infinite;
        padding-top: 120px!important;
    }
    #texto2{
        background: transparent; 
        /*animation: textosB2 15s infinite;*/
        padding-top: 0!important;
    }
    #texto3{
        background: transparent; 
        /*animation: textosB3 15s infinite;*/
        padding-top: 150px!important;
    }
    
    
    .textoBanner{
         /*background-repeat: no-repeat;
        background-size: 100% 100%;*/
        color: #fff;
        font-size: 25px;
        width: 100%;
        height: 80vh;
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 100px!important; 
        vertical-align: central;
        left: 0;
        text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
    }

    
    
    .titleWeb, .titleSinLinea{
        width: 100%;
        color: #38333a;
        font-weight: bold!important;
        position: relative; 
        left: 0;
        margin-left: 0%;
        text-align: center;
        margin-bottom: 30px!important;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
    }
    
    .titleWeb:after{
        /*content:'';
        width:60%;
        /*height:5px;*/
        /*background-image: url("http://rehobot.com.mx/fisioM/assets/images/line.png"); 
        background-size: 100% 100%;*/
        /*position:absolute;
        bottom:-15px;
        left: 20%;
        /*#29a995;*/
        /*background-image: url("https://e-cards.com.mx/line.png"); 
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        left: 50%;
        margin-left: -75px;
        position: absolute;
        top: 35px;
        width: 150px;*/
        content:'';
        width:25%;
        height:2px;
        /*background:#b17d12;*/
        position:absolute;
        bottom:-4px;
        left: 37.5%;
    }
    
    .subtitleWeb{
        width: 100%;
        /*color:#29a995;*/
        text-align: center;
    }
    
    .parrafo{
        font-size: 13px;
        text-align: justify;
        width: 100%!important;
        margin-left: -0%!important;
        padding: 3%;
        margin-bottom: 0!important;
    }
    
    .imEquipo, .imEquipo2{
        width: 90%;
        margin-left: 5%;
        box-shadow: 5px 5px 15px #000;
    }
    
    .imEquipo2{
        box-shadow: none;
        width: 70%;
        margin-left: 15%;
    }
    
    .imEquipo2:hover{
        width: 72%;
        margin-left: 14%;
        transition: all 0.5s;
    }
            
    .desvText{
        width: 100%;
        position: absolute;
        z-index: 10;
        height: 70px; 
        left: 0; 
        bottom: 0;
    }
    
    #conoceMas{
        position: absolute;
        z-index: 11;
        bottom: 10px;
        width: 50%;
        left: 25%;
    }
    
     /*.container {
        height: 250px;
        width: auto;
        overflow: hidden;
        margin-left: 1%;
        margin: 10px;
        position: relative;
        box-shadow: 5px 5px 15px #000;
    }
    
    .container > .nosotrosVric {
        /*height: 200px;
        position:absolute;
        left: -80%;
        right: -80%;
        top: -100%;
        bottom: -100%;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
        
    }*/
    
    .nosotrosVric{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        height: 150px;
        object-fit: cover;
    }
   
    .imagenBanner{
        height: 350px!important;
        object-fit: cover;
    }
    
    .frameContacto{
        width: 120%!important;
        margin-left: -10%!important;
        height: 75vh;   
    }
    
    
    .fotoFisio{
        position: relative;
        width: 90%;
        margin-left: 5%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
        padding:8px; 
        background-color: #f5f5f5; 
        border-bottom: 1px solid #999999; 
        border-right: 1px solid #999999; 
        overflow: hidden;
    }
    
    .imagenUC{
        width: 100%;
        cursor: pointer;
    }
    
    .nombreFisio{
        width: 100%;
        text-align: center;
        font-size: 15px;
        margin-top: 2px!important;
    }
    
    .fotoFisio:hover > .irAIn{
        transform: translatey(0%);
        transition: all 1s;
    }
    
    .irAIn{
        background: rgba(0,0,0,0.7);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        transform: translatey(100%);
        color: #fff!important;
        text-align: center;
        vertical-align: middle;
        text-decoration: none!important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .numeroInd, .nombreInd, .descripcionInd{
        width: 100%;
        color: #8863ff;
        text-align: center;
    }
    
    .nombreInd{
        color: #000;
    }
    
    .descripcionInd{
        padding: 20px;
        padding-top: 0;
        color: #000;
        text-align: center;
        font-size: 13px;
    }
    
    .imagenMetodo{
        width: 90%;
        margin-left: 5%;
        height: auto;
        max-height: 230px;
        overflow-y: hidden;
        box-shadow: 5px 5px 15px #000;
        border-top-right-radius: 30px;
    }
    
    .imagenMetodo:hover{
        width: 91%;
        margin-left: 4.5%;
        transition: all 0.5s;
    }
    
    .progress, .tituloResultado{
        width: 95%;
        margin-left: 2.5%;
    }
    
    .tituloResultado{
        font-size: 13px;
    }
    
    .classfieldset{
        width: 90%;
        /*padding: 15px;*/
        margin-top: 10px;
        margin-left: 5%;
        border-radius: 10px;
        text-align: center;
        border:  2px solid #ccc;
    }
    
    ul li{
        float: none;
        text-align: left;
        width: 100%;
        font-size: 13px;
    }
    
    #listaNos{
        font-size: 13px;
    }
    
    /*.garantia{
        width: 80%;
        margin-left: 10%;
    }
    
    .garantia:hover{
        width: 81%;
        margin-left: 9.5%;
        transition: all 0.5s;
    }*/
    
    #reduceMargin{
        margin-top: -50px;
    }
    
    .empuja100px{
        margin-left: 0;
        width: 95%;
    }
    
    #dimMetodos{
        padding-bottom: 0;
        height: 350px;
        max-height: 350px;
        overflow: hidden;
        float: left;
    }
    
    .espacios{
        display: none;
    }
    
    .servFlex{
        width: 100%;
    }
    
    .colArticulos{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 50px;
        left: 0;
        background: #fff; /* rgba(255,255,255,0.9);*/
        z-index:21;
        overflow-y: scroll;
        transform: translatex(-100%);
    }
    
    .verMas, .verMenos{
        width: 70px;
        background: #aacf44;
        color: #000;
        position: fixed;
        top: 90px;
        transform: rotate(90deg);
        right: -25px;
        z-index: 21;
        text-align: center;
    }
    
    .verMenos{
        /*right: auto;
        left: -25px;*/
        top: 50px;
    }
    
    .espacioArticulo{
        width: 100%;
        margin-top: 70px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        
    }
    
    .portada{
        width: 95%;
        margin-left: 2.5%;
        box-shadow: 5px 5px 15px #000;
    }
    
    /*.gradArt{
        position: fixed!important;
        left: 0; 
        bottom: 0;
        width: 100%;
    }*/
    
    .publicado, .creado, .tema, .vistoArt{
        width: 25%;
        float: left;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        
    }
    
    .creado, .vistoArt{
        background: #eee;
    }
    
    .vistaPrevia{
        margin-bottom: 30px;
    }
    
    .previa{
        width: 95%;
        margin-left: 2.5%;
        box-shadow: 5px 5px 15px #000;
    }
    
    .nombrePrevia{
        text-align: center;
    }
    
    .faq{
        width: 100%!important;
        margin-left: 2%!important;
        border-radius: 0;
        border: none;
        padding: 0;
        margin-bottom: -15px;
        background: transparent;
        cursor: pointer;
    }   
     
    .spanQuest{
        background: #fec15e;/*#fec15e;*/
        color: #000;
        padding: 15px;
        font-weight: bold;
        
    }
    
    .spanQuest:hover{
        background: #f6871f;
        transition: all 1s;
    }
    
    
    .spanAnswer{
        background: #f7f7f7;
        padding: 30px;
    }
    
    #desk{
        display: none;
    }
    
    #grand80Small90{
        width: 100%;
    }
    
    fsG18S13{
        font-size: 18px !important;
    }
    
    .textoNosotros{
        width: 90%; 
        margin-left: 5%; 
        margin-top: 10px;
        font-size: 13px;
    }
    
    .imgNosotros{
        width: 90%;
        height: 350px;
        margin-left: 5%;
        object-fit: cover;
        /*box-shadow: 5px 5px 15px #000;*/
    }
    
    .ajustaNos{
        margin-bottom: 25px;
        width: 100%; 
    }
    
    #missionDesk{
        display: none!important;
    }
    
    #missionMobile{
        display: block!important;
    }
    
    .puntoMuerto{
        display: none !important;
    }
    
    .espacioComentario{
        width: 100%;
        /*background: #eee;*/
        background: rgba(170, 207, 68, 0.8);
        /*border: 1px solid #000;*/
        border-radius: 10px;
        display: flex; 
        box-shadow: 3px 3px 9px #000;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    
    .fotoPerfil{
        width: 15%;
        max-width: 40px;min-width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #bd0000;
        color: #fff;
        font-size: 25px;
        text-align: center;
        vertical-align: central;
        float: left;
        margin-top: 10px;
    }
    
    .comentarioSpan{
        width: 85%;
        font-size: 12px;
        padding: 2px;
        text-align: left;
        float: left;
    }
    
    #comentarArt{
        margin-left: 10px;
        margin-bottom: 10px;
    }
    
    .temasSize{
        font-size: 15px;
    }
    .footer33{
        width: 100%;
        height: auto;
        float: left;
    }
    
    .logoFooter{
        width: 50%;
    }
    
    
    
    .videoYoutube{
        width: 95%;
        margin-left: 1.5%;
        height: auto;
        box-shadow: 5px 5px 15px #000;
    }
    
    
    .imagenContacto{
        width: 95%;
        margin-left: 2.5%;
        border-radius: 15px;
        box-shadow: 5px 5px 15px #000;
    }
    
    #map{
        height: 200px;
        width: 100%;
        margin-left: 0%;
        box-shadow: 5px 5px 15px #000;
    }
    
    .tarjetaContacto{
        width: 100%;
        margin-left: 0;
        color: #050527;
        padding: 5%;
        font-size: 15px;
    }
    
    .itemC{
        width: 100%;
        margin-top: 15px;
        font-size: 13px;
        text-align: center;
    }
    
    .inputsContacto{
        width: 90%;
        margin-left: 0%;
    }
    
    .labelCont{
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
    
    .spaceServices, .spaceServices2{
        width: 100%; 
        display: flex; 
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .pentagono, .espacNews{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 20px;
        float: left;
        padding: 5px;
        border-radius: 15px;
        border:  2px solid #46484a;
        position: relative;
        background: #fff;
        background-image: url("http://www.rehobot.com.mx/assets/images/cards/element5/marca_agua.jpg");
        
        padding: 10px;
    }    
    
    .pentagono:hover{
        background: transparent;
        box-shadow: 5px 5px 15px #000;
        /*background: rgba(170, 207, 68, 0.2);*/
        /*box-shadow: 5px 5px 15px #000;*/
        transition: all 0.5s;
    }
    
    .espacNews{
        border: none;
        border-radius:0;
    }
    
    .imgPent{
        width: 50%;
        margin-left: 25%;
        cursor: pointer;
    }
    
    /*
    .pentagono:hover > .imgPent{
        transform: rotate(360deg);
        transition: all 1s;
    }
    
    #pentagono:hover ~ .imgPent{
        transform: rotate(360deg);
        transition: all 1s;
    }*/
    
    
    .nomServ{
        
        width: 100%;
        text-align: center;
        top: 0;
        color: #000;
        cursor: pointer;
    }
    
    #cotizarWA{
        width: 45%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
        left: 5%;
        bottom: 0;
    }
    
    .cardProd{
        /*background-image: url("http://www.rehobot.com.mx/assets/images/cards/element5/marca_agua.jpg");*/
        width: 95%;
        margin-left: 2.5%;
        float: left;
        margin-top: 20px;
        box-shadow: 5px 5px 15px #000;
        background: #fff;
        position: relative;
        overflow: hidden;
        
    }
   
    #contentTB, #contentTB2{
        width: 100%;
    }
   
    .imgModalProd{
        width: 95%;
        margin-left: 2.5%;
    }
   
    .icoModalProd{
        width: 80px;
        height: 80px;
        margin-left: 5px;
        margin-right: 5px;
        float: left;
    }
   
    
    
    .botonActualizar{
        width: 25px!important;
        height: 25px!important;
        float: left;
        padding: 4px!important;
        padding-right: 4px!important;
        padding-left: 4px!important;
        border: 1px solid #000!important;
        font-size: 13px!important;
    }
    
    .imgDevAdmin{
        width: 50%;
        margin-left: 25%;
    }
    
    .espacioNoticias{
        width: 100%;
    }
    
    .imgNoticas{
        width: 100%;
        margin-left: 0;
        box-shadow: 3px 3px 9px #000;
    }
    
    #comentarios{
        width: 90%;
        margin-left: 5%;
    }
   
    .imgServ{
        width: 25%;
    }
   
   /*.imgServ{
        width: 100%;
        float: left;
        height: auto;
        margin: 0;
        padding: 0;
    }*/
    .spaceServ{
        position: relative;
        width: 100%;
        float: left;
        height: auto;
        margin: 0;
        padding: 0;
        overflow-y: hidden;
        cursor: pointer;
        box-shadow: 5px 10px 15px #000!important;
    }
   
    .imgServ{
        width: 100%;
        height: 100%;
        object-fit: cover!important;
    }
    
    .detallesServ{
        position: absolute;
        z-index: 10;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        color: #fff;
        vertical-align: middle!important;
        font-size: 20px;
        display: flex;
        padding: 20px;
        text-align: justify;
        align-items: center;
        transform: translatey(100%);
        transition: all 1s;
    }
    
    #detallesVric{
        height: 100%; 
        width: 100%;
        /*background: rgba(177,125,18,0.9);*/
        color: #fff;
        vertical-align: middle!important;
        font-size: 18px!important;
        display: flex;
        padding: 10%;
        text-align: center!important;
        vertical-align: central;
        align-items: center;
        overflow: hidden;
    }
    
    .tituloProducto{
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #1871a5;
        margin-top: 10px;
        font-weight: bold;
    }
    
    
    .padding20PorcLeft{
        display: flex;
        text-align: justify-all;!important;
        vertical-align: central;
        align-items: center;
    }
    
    #s1:hover > #d1{
        transform: translatey(0%);
        transition: all 1s;
    }
    
    #s2:hover > #d2{
        transform: translatey(0%);
        transition: all 1s;
    }
    
    #s3:hover > #d3{
        transform: translatey(0%);
        transition: all 1s;
    }
    
    #s4:hover > #d4{
        transform: translatey(0%);
        transition: all 1s;
    }
    
    
    
    .hrDiv{
        border: 1px solid #aacf44;
        width: 80%;
        margin-left: 10%;
    }
    
    .subtitle{
        color: #363435;
        width: 80%;
        margin-left: 10%;
        border-bottom: 2px solid #aacf44;
    }
   
    .contadorRastreoT{
        color: #363435!important;
        background: #aacf44!important;
        border:  1px solid #363435;
        margin-top: 20px;
    }
    
    .vidrio{
        border-radius: 10px;
        border: solid 5px rgba(255,255,255,.1);
        background: linear-gradient(-45deg, rgba(255,255,255,.2) 60%, rgba(255,255,255,.05) 60%, rgba(255,255,255,.05) 80%, rgba(0,0,0,.1) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(255,255,255,.2) 60%, rgba(255,255,255,.05) 60%, rgba(255,255,255,.05) 80%, rgba(0,0,0,.1) 80%);
        background: -moz-linear-gradient(-45deg, rgba(255,255,255,.2) 60%, rgba(255,255,255,.05) 60%, rgba(255,255,255,.05) 80%, rgba(0,0,0,.1) 80%);
    }
    
    .cotizaWA{
        background:  #fff;
    }
    
    /*#cotizarYa{
        display: none;
    }*/
    
    #itemCat{
        width: 100%;
        margin-left: 0;
    }
    
    .active{
        box-shadow: 3px 3px 3px #000;
    }
    
    .imgComplProy{
        width: 95%;
        margin-left: 2.5%;
        box-shadow: 5px 10px 15px #000;
    }
   
   .stylevideo{
        width: 100%; 
        margin-left: 0%; 
        box-shadow: 3px 9px 9px #000;
    }
    
    .contenedorFisioM{
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }
   
   .contenedor{
        width: 100%;
        margin: auto;
    }
    
    .moya{
        width: 50%;
        margin-left: 25%;
        border-radius: 50%;
        
    }
    
    #sliderC{
        height: 200px;
        width: 1500px;
        background-image: url("http://rehobot.com.mx/fisioMok/assets/images/slide_deportivo.png");
        background-size: 100% 100%;
        animation: slider 60s infinite linear;
    }
    
    
    
    /*#sliderC, #sliderC2, #sliderC3, #sliderC4, #sliderC5, #sliderC6, #sliderC7, #sliderC8, #sliderC9{
        height: 300px;
        width: 1145px;
        background-image: url("http://rehobot.com.mx/fisioM/assets/images/slide.png");
        background-size: 100% 100%;
        animation: slider 40s infinite linear;
    }*/
    
    /*#sliderC2{
        background-image: url("http://ingarproyectos.com/assets/images/slideArquitectonico2.jpg");
       
    }
    
    #sliderC3{
        background-image: url("http://ingarproyectos.com/assets/images/slideArquitectonico3.jpg");
    }
    
    #sliderC4{
        background-image: url("http://ingarproyectos.com/assets/images/slideInstalaciones.jpg");
    }
    
    #sliderC5{
        width: 1608px;
        background-image: url("http://ingarproyectos.com/assets/images/slideInstalaciones2.jpg");
        animation: slider5 40s infinite linear;
    }
    
    #sliderC6{
        background-image: url("http://ingarproyectos.com/assets/images/slideInstalaciones3.jpg");
    }
    
    #sliderC7{
        width: 1400px;
        background-image: url("http://ingarproyectos.com/assets/images/slideEstructuras1.jpg");
    }
    
    #sliderC8{
        width: 1800px;
        background-image: url("http://ingarproyectos.com/assets/images/slideEstructuras2.jpg");
        animation: slider8 40s infinite linear;
    }
    
    #sliderC9{
        width: 1800px;
        background-image: url("http://ingarproyectos.com/assets/images/slideEstructuras3.jpg");
    }*/
    
    
    .parrafo{
        width: 70%;
        margin-left: 15%;
    }
    
    .imgCont{
        width: 80%; 
        margin-left: 10%; 
        /*box-shadow: 5px 10px 15px #000; */
        overflow: hidden;
    }
   
    .contactoVric{
        width: 70%;
    }
   
    #botonContacto{
        padding: 5px!important;
        font-size: 22px!important;
        height: 50px!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
   
   .poweredBy{
        font-size: 11px; 
        height: 50px; 
        padding-top: 0; 
        cursor: pointer; 
        color: #fff; 
        width: 100%!important; 
        border-top: 1px solid #d06518;    
   }
   
   .ols{
    display: none;
   }
   
   .contadorIndex{
        width: 80%;
        margin-left: 10%; 
        background: #fafafa;
        border: 1px solid #e6e6e6;
   }
   
   .imagenContador{
        width: 50px;
        height: 50px;
        margin-top: -20px;
   }
   
   /*.contadorIndex:hover{
        background: rgba(177,125,18,0.5);
        transition: all 0.5s;
   }*/
   
   .iconosIndex{
        font-size: 35px;
        margin-top: -20px;
   }
   
   /*.iconosIndex{
        color: #b17d12;
   }*/
   
   /*.contadorIndex:hover .iconosIndex{
        color: #000;
        transition: all 0.5s;
   }*/
   
   /*#clockB{
        display: none;
   }
   
   .contadorIndex:hover #clockB{
        display: block!important;
        transition: all 1s;
   }
   
   .contadorIndex:hover #clockO{
        display: none;
        transition: all 1s;
   }*/
   
    .contenidoTabla{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        background: #f9fafb;
        border-radius: 15px;
        box-shadow: 3px 3px 9px rgba(0,0,0,0.5);
        /*background-color: rgba(255, 255, 255, .15);  
        backdrop-filter: blur(5px);*/
        
        
    }
    
    .encabezadoTabla{
        width: 100%;
        /*background: #b17d12;*/
        color: #fff;
        height: 60px;
        text-align: center;
        font-size: 17px;
        padding-top: 20px;
        font-weight: bold;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    
    .costoServicio{
        width: 100%;
        text-align: center;
        color: #f6871f;
        font-weight: bold;
    }
    
    .itemServ{
        width: 90%;
        margin-left: 0%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }
    
    .espacioFoto{
        width: 25%;
        height: 100px;
        float: left;
        border: 1px solid #fff;
    }
   
    .fotoGaleria{
        width: 100%;
        height: 100%;
        object-fit: cover;
        float: left;
        position: relative;
    }
   
   .contenedorImagen{
        position: relative;
   }    
    
    .opacidadImagen{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }   
    
    .scrollUp{
        position: fixed;
        bottom: 20px;
        left: 20px;
        /*background: #b17d12;*/
        width: 35px;
        height: 35px;
        text-align: center;
        /*border: 1px solid #b17d12;*/
        vertical-align: central;
        padding-top: 4px;
        cursor: pointer;
        z-index: 9998;
        display: none;
    }
    
    .scrollUp:hover{
        /*background: #d06518;*/
        color: #b17d12;
        /*border: 1px solid #d06518;*/
        transition: all 1s;
    }
        
    #bgMapaContacto iframe{
        width: 100%;
        height: 300px;
    }
    
    .itemDatoContacto, .itemNomDato{
        font-size: 15px;
        width: 100%;
        text-align: center;
        font-weight: normal;
    }
    
    .itemNomDato{
        font-weight: bold;
    }
    
    .tarjetaContacto{
        width: 100%;
        margin-left: 0;
        color: #050527;
        padding: 5%;
        font-size: 15px;
    }
    
    .itemC{
        width: 100%;
        margin-top: 15px;
        font-size: 13px;
        text-align: center;
    }
    
    .frameEcard{
        width: 100%;
        height: 580px; 
        background: #000;
        margin-left: 0%;
        box-shadow: 5px 5px 15px #000;
        border-radius: 20px;
        max-width: 390px;
        overflow-x: hidden;
    }
    
    .itemEcard{
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 10px;
        margin-bottom: 10px;
        float: left;
        background-image: url("http://www.rehobot.com.mx/assets/images/cards/element5/marca_agua.jpg");
        box-shadow: 5px 5px 15px #000;
        height: 120px;
        overflow: hidden;
        display: flex;
        justify-content: center; 
        flex-wrap: wrap;
        position: relative;
    }
    
    .itemEcard:hover{
        box-shadow: 5px 5px 15px #d0393e;
        transition: all 0.5s;
    }
    
    .nomAgente, .apeAgente, .puestoAgente{
        z-index: 12;
        width: 100%;
        top: 0px;
        color: #d0393e;
        text-align: center;
        font-family: 'Muli', sans-serif;
    }
    
    .nomAgente{
        font-size: 25px;
    }
    
    .apeAgente{
        top: 50px;
        font-size: 18px;
    }
    
    .puestoAgente{
        top: 90px;
        font-size: 14px;
        color: #000;
    }
    
    .liEsp{
        text-transform: uppercase;
    }
    
    .detServGral{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0; 
        left: 0;
        background: rgba(0,0,0, 0.8);
        z-index: 990;
    }
    
    
    .bgDetallesServicios{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0; 
        left: 0;
        background: #f9fafb;/*rgba(255,255,255,0.95);*/
        z-index: 999;
        border-radius: 10px;
        box-shadow: 3px 3px 9px #000;
    }
    
    .portadaServ{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .bgDetallesServicios p{
        width: 100%;
        padding: 10px;
        font-size: 13px;
        text-align: justify;
        margin-top: -15px;
    }
  
  
    .bgDetallesServicios .espacioFoto{
        width: 33%;
        height: 100px;
    }
    
    .cerrarServicios{
        position: absolute;
        top: 10px;
        right:10px;
        z-index: 10; 
        color: #fff!important;
        background: #bd0000!important;
        z-index: 999;
        padding: 5px!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        font-size: 18px;
        opacity: 0.7!important;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .cerrarServicios:hover{
        opacity: 1!important;
        transition: all 0.5s;
    }
    
    .videoIndex{
        position: relative;
        width: 100%;
        top: 0;
        height: 300px;
        background: #ccc;
        /*background-image: url('https://rehobot.com.mx/cartoempaques/poster.jpg');*/
        object-fit: cover;
    }
    
    .contactoWa{
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index:999999;
        width: 55px;
        height: 55px;
    }
    
    .videoIndex{
        position: relative;
        top: 0; 
        left: 0;
        width: 100%;
        height: 40vh;
        background: gray;
    }
    
    .contactoCarto{
        position: relative;
        top: 0; 
        left: 0;
        width: 100%;
        height: 40vh;
        object-fit: cover;
        
    }
    
    .direccionCarto{
        position: relative;
        top: -25px;
        width: 90%; 
        left: 5%;
        border-radius: 15px;
        text-align: center;
        z-index: 99;
        background-color: rgba(255, 255, 255, .15);  
        backdrop-filter: blur(5px);
        font-size: 15px;
        font-weight: bold;
        box-shadow: 3px 3px 15px rgba(0,0,0,0.5);
    }
    
    .portadasIndex{
        width: 90%;
        margin-left: 5%;
        border: 6px outset #fff;
        height: 300px;
        margin-bottom: 15px;
        object-fit: cover;
    }
    
    .portadasIndex:hover{
        border: 6px inset #000;
        transition: all 0.5s ease;
    }
    
    .formIndex .form-control{
        /*margin-bottom: 15px;*/
        height: 40px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    @keyframes textosB1{
        0%     {margin-bottom: -10%;}
        5%    {margin-bottom: 0;}
        100%   {margin-bottom: 0;}
    }
    /*
    @keyframes textosB2{
        0%     {width: 100%;}
        50%    {width: 115%; }
        100%   {width: 100%;}
    }
    
    @keyframes textosB3{
        0%     {margin-top: -400px;}
        80%    {margin-top: -15%;}
        100%   {margin-top: 0%;}
    }
    
    @keyframes textosB4{
        0%     {margin-left: 0%;margin-top: 0;}
        50%    {margin-left: 5%;margin-top: -5%;}
        100%   {margin-left: 0%;margin-top: 0;}
    }*/
    
    @keyframes slider{
        to{
            background-position: -1500px;
        }
    }
    /*
    @keyframes slider5{
        to{
            background-position: 1608px;
        }
    }
    
    @keyframes slider8{
        to{
            background-position: 1800px;
        }
    }*/
    /*
    
    
    @keyframes slider3{
        to{
            background-position: -578px;
        }
    }*/
    
    
    
    
    
    
    
    
    
    
    
    
    