/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body{
    background-color: rgb(248, 248, 248);
}
h5{
    font-size: 14px;
}
.fondo{
    position: absolute;


    top:0px;
    z-index: -999;
}
.fondo2{
    position: fixed;
    width: 100px;
    height: 100px;
    top:90%;
    right: 20px;
    z-index: -999;
    background-position: center;
    background-image: url("../images/rempresarial.png");
    background-repeat: repeat-y;
    background-size:cover;
    opacity: 0.5;
}
@media (orientation: landscape) {
  .fondo2 {
    top:80%;
  }
}




.nav{
    height: 65px !important;
}
#modal{
    display:block;
    width: 100vw;
    height: 100vh;
}
.portadaHeaderMenu{
    background-color: rgb(0, 0, 0);
    padding-bottom: 20px;
    height: 200px;

}

.tabs .tab a {
  color: rgba(38, 166, 154, 0.7);
  /*Custom Text Color*/
}

.tabs .tab a:hover {
  color:#26a69a;
  /*Custom Color On Hover*/
}

.tabs .tab a:focus.active {
  color:#26a69a;
  /*Custom Text Color While Active*/
  background-color: rgba(38, 166, 154, 0.2);
  /*Custom Background Color While Active*/
}

.tabs .indicator {
    background-color:#ff3d00;
    border: 1px;
  /*Custom Color Of Indicator*/
}

.logo{
    margin: 2px;
    padding-top: 0px;
    padding-left: 50px;
    width: 230px;
    height: 60px;
    top: 6px;
}

.tituloSlogan{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 60px;
    /* identical to box height, or 119% */
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-feature-settings: 'salt' on, 'liga' off;
    color: #0c0c0c;
}


.tituloPaginas{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    /* identical to box height, or 119% */
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-feature-settings: 'salt' on, 'liga' off;
    color: #0c0c0c;
}

.parrafoPaginas{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight:normal;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 119% */
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-feature-settings: 'salt' on, 'liga' off;
    color: #0c0c0c;

}

.tituloPaginasW{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    /* identical to box height, or 119% */
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-feature-settings: 'salt' on, 'liga' off;
    color: #FFF;
}


.parrafoPaginasW{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight:normal;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 119% */
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-feature-settings: 'salt' on, 'liga' off;
    color: #FFF;

}

.imgModalidades{
    width: 350px;
    height: 250px;
    border-radius: 15px;
    margin-left: 5px;
}
.esfera {
    position: absolute;
    top:350px;
    left: 20%;
    z-index: -10;
    width: 300px;
    height: 300px;
    background-color: rgb(117, 114, 114);
    background: radial-gradient(at top left, rgb(165, 165, 165) 20%, rgb(106, 107, 106));
    -ms-border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    margin: 0px auto;
}
.divReseniaEmpresarial {
    background: #424242;
    /* Drop Shadow */

    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}
.divNuestrosClientes {  
    background: white;
    /* Drop Shadow */

    /*box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.15);*/
    border-radius: 2px;
}


.tituloResena{
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #ffffff;

}

.cuerpoResena{
    font-family: Inter;
    font-style: normal;
    font-weight:200;
    font-size: 18px;
    line-height: 30px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #ffffff;
    text-align: justify;

}

.dropdown-content{
    width: 200px;
}
.dropdown-content li > a, .dropdown-content li > span {
    color: #0f0f0f;
    display: block;
    line-height: 12px;
    padding: 12px 12px;
    font-size: 14px;
}

.dropdown-content li {
    clear: both;
    color: rgba(88, 44, 44, 0.87);
    cursor: pointer;
    min-height: 30px;
    line-height: 20px;
    width: 100%;
    text-align: left;
}


hr.vertical {
    border: 0;
    margin: 0;
    border-left: 5px solid blue;
    height: 200px;
    float: left;
}