@charset "UTF-8";
body {
    font-family: 'Saira Semi Condensed', sans-serif;
    color: #484848;
}
.bg-dark {
    background-color: #484848 !important;
}
.fdoMenu {
    background-color: #484848;
}
footer a, footer a:visited, footer a:hover {
    color: #484848;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}
.navbar-dark .navbar-nav a:hover.nav-link, .navbar-dark .navbar-nav a:visited.nav-link {
    color: rgba(255, 255, 255, 1);
}
.nav-link.active{
    font-weight: 600;
}
p {
    text-align: justify;
}
.txtGrisClaro{
    color: #999999;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #D37561 url("/imagenes/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.cd-top:hover {
    background-color: #D37561;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
    right: 20px;
    bottom: 20px;
}
}

@media only screen and (min-width: 992px) {
.cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
}
}

/************************* - 320 - ****************************/
@media (min-width: 320px) {
.imgJEL {
    width: 50px;
}
.jel {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-left: 10px;
}
.fdoIntro {
    background-image: url(/imagenes/fondo_pagina.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
    .concepto{
        font-size: 22px;
        letter-spacing: 4px;
        color: #484848;
        font-weight: 400;
    } 
    h2{
        font-size: 30px;
        color: #7d8279;
    }
    .textoPeq{
        font-size: 16px;
        line-height: 20px;
    }
    .contSeparador{
        position: relative;
        height: 40px;
        overflow-x: hidden;
    }
    .separadores{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1200px;
        height: 40px;
        margin-top: -20px; /* Half the height */
        margin-left: -600px; /* Half the width */
        
    }

.encCaso {
    background-color: #62B6A7;
    background-image: url(/imagenes/articulos/fondo_estudio_caso.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}
.encArticulo {
    position: relative;
}
.fdoEncArticulo {
    position: absolute;
    top: 0;
    height: 700px;
    width: 100%;
     background : -moz-radial-gradient(32.86% 55.2%, circle farthest-side, rgba(137, 200, 190, 1) 63.19%, rgba(98, 182, 168, 1) 100%);
  background : -webkit-radial-gradient(32.86% 55.2%, circle farthest-side, rgba(137, 200, 190, 1) 63.19%, rgba(98, 182, 168, 1) 100%);
  background : -webkit-gradient(radial,32.86% 55.2% ,359.57 , 32.86% 55.2%, 569.04 ,color-stop(0.6319,rgba(137, 200, 190, 1) ),color-stop(1,rgba(98, 182, 168, 1) ));
  background : -o-radial-gradient(32.86% 55.2%, circle farthest-side, rgba(137, 200, 190, 1) 63.19%, rgba(98, 182, 168, 1) 100%);
  background : -ms-radial-gradient(32.86% 55.2%, circle farthest-side, rgba(137, 200, 190, 1) 63.19%, rgba(98, 182, 168, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);"
  background : radial-gradient(32.86% 55.2%, circle farthest-side, rgba(137, 200, 190, 1) 63.19%, rgba(98, 182, 168, 1) 100%);
  opacity : 0.6;
  filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
}
    .sombra{
     -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    }    
    .imgArticulo{
        -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.4);
    }
    .thumb{
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
    }
.introPrimero {
    display: flex;
    align-items: flex-end;
}
.logoNombre {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lgJELeros{
display: none;
    }
.lgjel, .lgjelOp {
    width: 100px;
    margin-bottom: 20px;
}
.nombreIntro {
    margin-top: 0px;
    font-size: 24px;
    letter-spacing: 5px;
    color: #7d8279;
    font-weight: 300;
    text-align: center;
}
.titCategoria {
    color: #7d8079;
}
.opciones {
}
.opcion {
    margin-left: 35px;
    margin-right: 35px;
    padding-left: 0px;
    padding-right: 0px;
}
.opcion img {
    width: 60%;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.4);
}
.imgCat {
    margin-bottom: 35px;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.4);
}
.textoOpcion, .textoOpcion a, .opcion a:hover {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #f5e4b6;
    text-decoration: none;
}
.masCont, .masContCat {
    width: 100px;
}
.seccion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0px;
}
.imgCafe {
    border-radius: 240px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    max-width: 280px;
    display: block;
    margin: 0px auto;
}
.imgYo {
    max-width: 280px;
    display: block;
    margin: 0px auto;
}
.datos {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
.datos a, .datos a:visited, .datos a:hover {
    color: #484848;
}
.circulo {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0px 10px;
}
.amarillo {
    background-color: #e3aa30;
}
.terrojo {
    background-color: #d37561;
}
.cyan {
    background-color: #2eb6c5;
}
.requerido {
    color: maroon;
}
    .imgWeb{
        display: block;
        width: 100%;
        margin: 0px auto;
    }  
    .separadorFoto{
        border-bottom: solid 1px #81c5b9;
        margin: 20px 0px;
        padding-top: 40px;
    }
    .pesoMedio{
        font-weight: 500;
    }
/***************Contslider**********************/
.contSlider, .contSliderGrafico, .contSliderWeb {
    display: flex;
    align-items: center;
    background-color: #484848;
}
.contSliderWeb {
    background-color: #7d8079;
    background-image: url("/imagenes/web/fdoWeb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.introSlider, .introSliderWeb {
    font-size: 18px;
    color: #f5e4b6;
    font-weight: 500;
    text-align: center;
}
.introSliderWeb {
    margin-top: 20px;
}
#carouselinicio {

}
.fdo{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 4px 4px 0px 4px;
}
#carruselGrafico, #CarruselFoto {
    -webkit-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.4);
}
.carousel img {
    width: 100%;
}
#carouselinicio .carousel-item{
        height: 150px;
}
#carouselinicio.carousel img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 576px;
    height: 150px;
    margin-top: -75px; /* Half the height */
    margin-left: -288px; /* Half the width */
}

.carousel-caption {
    text-shadow: 2px 2px 5px #000000, 0px 0px 20px #000000, 0px 0px 5px #000000;
}
.carousel-caption h5 {
    color: #f5e4b6;
    font-size: 24px;
}
.contLgTextosCarrusel {
    background-color: #484848;
    padding-top: 40px;
}
.contOpciones{
        background-color: #484848;
}
.boton {
    background-color: #d37561;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);
}
.boton:hover {
    background-color: #62C1B3;
}
.fdoPapel {
    background-image: url(/imagenes/fondo_pagina.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.contSliderGrafico {
    min-height: 100vh;
    padding: 40px 0px;
}
#carruselGrafico {
}
#carruselGrafico img, #carruselWeb img, #CarruselFoto img {
    max-width: 100%;
    height: auto;
}
.pantalla {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: black;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
/****************Casos*******************/
.casos, .artGraf {
    display: flex;
    align-items: center;
}
.articulos {
    transition: All 200ms ease-in-out;
    -webkit-transition: All 200ms ease-in-out;
    -moz-transition: All 200ms ease-in-out;
    -o-transition: All 200ms ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.articulos a {
    font-size: 24px;
    letter-spacing: 3px;
    color: #792B2E;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.articulos:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.imgCaso {
    width: 100%;
}
.tituloCaso {
    font-weight: 700;
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -2px;
    color: #484848;
    text-align: center;
}
.tituloArticulo {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #484848;
}
    .tituloArtInicio{
        font-size: 24px;
    }
.contTitCaso {
    border-bottom: 1px solid #7d8079;
    border-top: 1px solid #7d8079;
    margin-top: 20px;
}
.destacado {
    color: #792B2E;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}
h3 {
    font-size: 36px;
    line-height: 34px;
    font-weight: 800;
    text-align: center;
}
.terra {
    background-color: #d3977b;
    padding: 15px 0px 15px 0px;
}
.imgImpresion {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.celGoog {
    margin: 0px 0px 10px 0px;
}
    .carousel-control-next{
        
    }
.fdoAquaTrans{
        background-image:url("/imagenes/web/jelerosion.png"), url("/imagenes/web/fdoAquaTrans.png");
        background-repeat: no-repeat;
        background-position: right top, left top;
        background-size: 150px 120px,  100% 350px;
}
    .fdoTerraTrans{
        background-image:url("/imagenes/grafico/jelerosion2.png"), url("/imagenes/grafico/fdoTerraTrans.png");
        background-repeat: no-repeat;
        background-position: right top, left top;
        background-size: 150px 120px,  100% 350px;
}
}

/*************************** - 576 - ******************************/
@media (min-width: 576px) {
.logoNombre {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.lgjel, .lgjelOp {
    width: 75px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.nombreIntro {
    margin-top: 15px;
    font-size: 28px;
    letter-spacing: 5px;
    color: #7d8279;
    font-weight: 300;
    text-align: left;
}
.lgJELeros{
    display: block;
    position: absolute;
    width: 224px;
    height: 180px;
    left: 55%;
    top: 5%;
    }
.contOpciones{
        min-height: 90vh;
}   
.opciones {
    /*margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 120px;*/
}
.opcion {
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.opcion img {
    width: 50%;
}
.textoOpcion, .textoOpcion a, .opcion a:hover {
    margin-top: 20px;
    font-size: 30px;
}
.textoOpcion, .textoOpcion a, .opcion a:hover {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 500;
    color: #f5e4b6;
    text-decoration: none;
}
.boton {
    width: 100%;
}
.pantalla {
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.celGoog {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
/********************Contslider****************/
#carouselinicio .carousel-item{
        height: 256px;
}
#carouselinicio.carousel img {
    top: 50%;
    left: 50%;
    width: 984px;
    height: 256px;
    margin-top: -128px; /* Half the height */
    margin-left: -492px; /* Half the width */
}
}

/****************************** - 768 - *********************************/
@media (min-width: 768px) {
.fdoIntro {
}
.introPrimero {
    min-height: 70vh;
}
.introSegundo {
    /*min-height: 15vh;*/
    display: flex;
    align-items: flex-end;
}
.introSegundoCat {
    min-height: 10vh;
}
.centrarEnSeccion {
    min-height: 70vh;
}
.lgjel {
    width: 55px;
}
.lgjelOp {
    width: 55px;
    margin-right: 30px;
}
.nombreIntro {
    margin-top: 10px;
    font-size: 28px;
    letter-spacing: 10px;
    color: #7d8279;
    font-weight: 300;
    text-align: left;
}
.lgJELeros{
    width: 280px;
    height: 225px;
    left: 60%;
    top: 5%;
    }
    .chevron{
      border-style: solid;
      border-width: 0.25em 0.25em 0 0;
    border-color: #727272;
      content: '';
      height: 20px;
        width: 20px;
      -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
    transform: rotate(135deg);

   } 
    .scrolldown{
        -webkit-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
        -webkit-animation-delay: 2s;
    }    
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.opciones {
    background-image: url("/imagenes/fdo-slider-inicio.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.opcion {
    margin-left: 20px;
    margin-right: 20px;
}
.opcn {
    transition: All 200ms ease-in-out;
    -webkit-transition: All 200ms ease-in-out;
    -moz-transition: All 200ms ease-in-out;
    -o-transition: All 200ms ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.opcn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.opcion img {
    width: 100%;
}
.textoOpcion, .textoOpcion a, .opcion a:hover {
    margin-top: 25px;
    font-size: 20px;
    line-height: 22px;
}
.titCategoria {
    font-size: 48px;
}
.masCont {
    width: 100px;
}
/***************Contslider**********************/
#carouselinicio .carousel-item{
        height: 320px;
}
#carouselinicio.carousel img {
    top: 50%;
    left: 50%;
    width: 1230px;
    height: 320px;
    margin-top: -160px; /* Half the height */
    margin-left: -615px; /* Half the width */
}
.contSlider {
    background-image: url("/imagenes/fdo-slider-inicio.png");
    background-position: 70% 0%;
    background-size: 70% 100%;
    background-repeat: no-repeat;
    /*min-height: 65vh;*/
    padding-top: 150px;
    padding-bottom: 50px;
}
.introSliderWeb {
    margin-top: 30px;
}
.contSliderWeb {
    background-image: url("/imagenes/web/fdoSliderWeb.png"), url("/imagenes/web/fdoWeb.jpg");
    background-position: 70% 0%;
    background-size: 70% 80%, cover;
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: multiply, normal;
    min-height: 65vh;
}
.contLgTextosCarrusel {
    /*min-height: 35vh;*/
    display: flex;
    align-items: flex-end;
    padding-top: 40px;
}
.boton {
    transition: All 200ms ease-in-out;
    -webkit-transition: All 200ms ease-in-out;
    -moz-transition: All 200ms ease-in-out;
    -o-transition: All 200ms ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.boton:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.boton:active {
    color: #2e343c;
}
.contSliderGrafico {
    min-height: 100vh;
    padding: 40px 0px;
    background-image: url("/imagenes/grafico/fdoTexturaGrafico.png"), url("/imagenes/grafico/fdoDegraGrafico.png");
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: multiply, normal;
    background-position: 60% center, 95% center;
    background-size: contain, contain;
}
.introSlider, .introSliderWeb {
    font-size: 20px;
}
.pantalla {
    padding: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/****************Casos*******************/
.imgImpresion {
    display: inline-block;
    float: right;
    width: 300px;
    margin: 10px 0px 0px 20px;
}
.celGoog {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0px 20px 20px 0px;
}
.tituloArticulo {
    font-size: 48px;
    line-height: 48px;
}
        .tituloArtInicio{
        font-size: 28px;
    }
}
#btnArriba {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 40px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #D37561; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px 0 0 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}
#btnArriba:hover {
    background-color: #2EB6C5; /* Add a dark-grey background on hover */
}
.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-48 {
    font-size: 48px;
}
.txtColes{
    text-align: justify;
     -webkit-columns: 400px 2; /* Chrome, Safari, Opera */
  -moz-columns: 400px 2; /* Firefox */
  columns: 400px 2;
      -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
  -moz-column-gap: 30px; /* Firefox */
  column-gap: 30px;
}

/******************************** - 992 - *******************************/

@media (min-width: 992px) {
#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 200;
}
.fdoPapel {
    min-height: 100vh;
}
p {
    font-size: 16px;
}
.lgJELeros{
    width: 362px;
    height: 291px;
    left: 60%;
    top: 10%;
    }
.opcion {
}
.grafico {
    animation: crecer ease-in-out 1s;
    -webkit-animation: crecer ease-in-out 1s;
}
.web {
    animation: crecer ease-in-out 1s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
    -webkit-animation: crecer ease-in-out 1s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: backwards;
}
.foto {
    animation: crecer ease-in-out 1s;
    animation-delay: 2s;
    animation-fill-mode: backwards;
    -webkit-animation: crecer ease-in-out 1s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: backwards;
}
@keyframes crecer {
 0% {
 opacity:0;
 transform:  scaleX(0.20) scaleY(0.20);
}
 80% {
 opacity:1;
 transform:  scaleX(1.20) scaleY(1.20);
}
 100% {
 opacity:1;
 transform:  scaleX(1.00) scaleY(1.00);
}
}
@-webkit-keyframes crecer {
 0% {
 opacity:0;
 -webkit-transform:  scaleX(0.20) scaleY(0.20);
}
 80% {
 opacity:1;
 -webkit-transform:  scaleX(1.20) scaleY(1.20);
}
 100% {
 opacity:1;
 -webkit-transform:  scaleX(1.00) scaleY(1.00);
}
}

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

.titCategoria {
    font-size: 60px;
}
.imgCat {
    max-height: 35vh;
}
.masCont {
    width: 110px;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 3s;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 3s;
}
.masContCat {
    width: 110px;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 2s;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 2s;
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 transform: none;
}
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
}
}
.flotar {
    animation-name: float;
    animation-duration: 4s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-name: float;
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
}
 @keyframes float {
 0% {
 transform: none;
}
 50% {
 transform: translateY(30px);
}
 100% {
 transform: none;
}
}
 @-webkit-keyframes float {
 0% {
 -webkit-transform: none;
}
 50% {
 -webkit-transform: translateY(30px);
}
 100% {
 -webkit-transform: none;
}
}
.imgCafe {
    border-radius: 240px;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.4);
    max-width: 350px;
    display: block;
    margin: 0px auto;
}
.imgYo {
    max-width: 350px;
}
    .separadorFoto{
        border-bottom: solid 1px #81c5b9;
        margin: 40px 0px;
        padding-top: 40px;
    }    
/***************ContSlider****************/
#carouselinicio .carousel-item{
        height: 400px;
}
#carouselinicio.carousel img {
    top: 50%;
    left: 50%;
    width: 1536px;
    height: 400px;
    margin-top: -200px; /* Half the height */
    margin-left: -768px; /* Half the width */
}
.contSliderGrafico {
    min-height: 100vh;
    padding: 40px 0px;
    background-image: url("/imagenes/grafico/fdoTexturaGrafico.png"), url("/imagenes/grafico/fdoDegraGrafico.png");
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: multiply, normal;
    background-position: 65% center, 40% center;
    background-size: contain, contain;
}
.contSliderWeb {
    min-height: 100vh;
    padding: 40px 0px;
}
.introSlider {
    text-align: left;
}
.introSliderWeb {
    margin-top: 0px;
}
.pantalla {
    padding: 40px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
/****************Casos*******************/
.casos {
   /* min-height: 100vh;
    background-image: url("/imagenes/fondo_caso_estudio.png");
    background-repeat: no-repeat;
    background-size: 900px 80%;
    background-position: center;*/
}
.artGraf {
    min-height: 100vh;
}
h4 {
    font-size: 36px;
}
.articulos {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.tituloCaso {
    font-size: 48px;
    line-height: 45px;
    letter-spacing: -2px;
    color: #484848;
    text-align: left;
}
.contTitCaso {
    border-bottom: 1px solid #7d8079;
    border-top: 1px solid #7d8079;
    margin-top: 10px;
}
.destacado {
    color: #792B2E;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
}
.contImgCaso {
    position: relative;
}
.imgCaso {
    position: absolute;
    right: 0px;
    width: 100%;
}
.btnCaso {
    margin-top: 50px;
}
.bordeSup {
    border-top: 10px solid #7d8079;
}
.imgImpresion {
    display: inline-block;
    float: right;
    width: 380px;
}
h3 {
    font-size: 48px;
    line-height: 44px;
    font-weight: 800;
    text-align: left;
}
.imgIzq {
    float: left;
    margin-right: 20px;
}
.fdoTerra {
    background-image: url("/imagenes/web/fdoTerra.png");
    background-repeat: no-repeat;
    background-size: 100% 240px;
}
@keyframes fade-in {
 0% {
 opacity:0;
 transform:  scaleX(0.20) scaleY(0.20);
}
 80% {
 opacity:1;
 transform:  scaleX(1.10) scaleY(1.10);
}
 100% {
 opacity:1;
 transform:  scaleX(1.00) scaleY(1.00);
}
}
@-webkit-keyframes fade-in {
 0% {
 opacity:0;
 -webkit-transform:  scaleX(0.20) scaleY(0.20);
}
 80% {
 opacity:1;
 -webkit-transform:  scaleX(1.10) scaleY(1.10);
}
 100% {
 opacity:1;
 -webkit-transform:  scaleX(1.00) scaleY(1.00);
}
}
.fade-in-element {
    animation: fade-in ease-in-out 1s;
    animation-fill-mode: backwards;
    animation-delay: .5s;
    -webkit-animation: fade-in ease-in-out 1s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-delay: .5s;
}
.hidden {
    opacity: 0;
}
.fdoAquaTrans{
        background-image:url("/imagenes/web/jelerosion.png"), url("/imagenes/web/fdoAquaTrans.png");
        background-repeat: no-repeat;
        background-position: right top, left top;
        background-size: 362px 291px,  100% 500px;
}
    .fdoTerraTrans{
        background-image:url("/imagenes/grafico/jelerosion2.png"), url("/imagenes/grafico/fdoTerraTrans.png");
        background-repeat: no-repeat;
        background-position: right top, left top;
        background-size: 362px 291px,  100% 500px;
}
}

/******************************** - 1200 - *******************************/
@media (min-width: 1200px) {
.fdoIntro {
    min-height: 95vh;
}
.logoNombre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lgjel {
    width: 140px;
    margin-bottom: 20px;
}
.lgjelOp {
    width: 55px;
    margin-right: 30px;
}
.nombreIntro {
    font-size: 36px;
    letter-spacing: 10px;
}
.opcion {
    margin-left: 35px;
    margin-right: 35px;
}
.opcion img {
    width: 100%;
}
.imgCat {
    max-height: 40vh;
}
.titCategoria {
    font-size: 9vh;
    ;
}
.masCont, .masContCat {
    width: 140px;
}
/***************Contslider**********************/
#carouselinicio {

}
#carouselinicio .carousel-item{
        height: 500px;
}
#carouselinicio.carousel img {
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 500px;
    margin-top: -250px; /* Half the height */
    margin-left: -960px; /* Half the width */
}
.contSliderGrafico {
    min-height: 100vh;
    padding: 40px 0px;
    background-image: url("/imagenes/grafico/fdoTexturaGrafico.png"), url("/imagenes/grafico/fdoDegraGrafico.png");
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: multiply, normal;
    background-position: 65% center, 85% center;
    background-size: contain, contain;
}
.carousel-inner {
}
.carousel-control-prev, .carousel-control-next {
}
.carousel-caption h5 {
    font-size: 36px;
}
.pantalla {
    padding: 45px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
/****************Casos*******************/
.tituloCaso {
    font-size: 70px;
    line-height: 65px;
}
.casos {
    /*background-image: url("/imagenes/fondo_caso_estudio.png");
    background-repeat: no-repeat;
    background-size: 1200px 900px;
    background-position: center;*/
}
h3 {
    font-size: 54px;
    line-height: 54px;
}
.imgImpresion {
    width: 420px;
}
.fdoTerra {
    background-size: 100% 285px;
}
}
