/* Custom Stylesheet */
/**
 *
 * Made By Joash Pereira
 * Thanks for MaterializeCSS.com
 */

.default_color{background-color: #1570a7 !important}

.default_color_text{color: #1570a7 !important}

.icon-block {
    padding: 0 15px;
}

#intro, #work, #team {padding-top: 4rem;}


#index-banner {
/*    position: relative;*/
/*
    background-color: #1570a7;
    background: url(../img/parallax1.png);
*/
    height: 100%;
    background-size: cover;
}
#quienes-somos{
    height: 100%;
}
#index-banner video{
    width: 100%;
    background: url(../video/poster.jpg) no-repeat;
    background-size: cover;
    background-color: #000;
    opacity: 0.9;
    margin-top: -10px;
}
#index-banner .absolute-content{
    position: absolute;
    top: 10px;
    width: 100% !important;
}
/*
video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../video/poster.jpg) no-repeat;
    background-size: cover;
    background-color: #000;
    opacity: 0.9;
}
*/
#nav_f{
    box-shadow: none !important;
    -webkit-box-shadow:none !important;
}

.text_h {
    padding: 15% 0;
    font-size: 4em;
    font-weight: 100;
    color:white;
}

.brand-logo{
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 100;
    padding: 0;
    letter-spacing: 7px;
}

.text_h2 {font-weight: 100;margin-bottom: 4%; line-height: 4.5rem;}

.span_h2 {font-weight: 300;color: #1570a7;}

.text_b{color: #1570a7;}

.in{font-weight: 400 !important; font-style: normal !important;}

.promo i {
    color: #1570a7;
    font-size: 7rem;
    display: block;
}
.card-content a {color: #1570a7;}

.card-content a:hover {color: #1570a7;}

#work, #team{background: rgb(247, 247, 247);}

.text_pink{color:#EF9A9A;}

nav ul a {
    font-size: 1.2rem;
    color: #FFF;
    letter-spacing: 2px;
    display: block;
    font-weight: 300;
    padding: 0px 15px;
}

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
    background-color: #FFF;
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #1570a7;
}

.cd-headline.type b {
    visibility: hidden;
}

.cd-headline.type b.is-visible {
    visibility: visible;
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}
.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}


/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:1200; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

@media only screen and (max-width: 480px) {
    .text_h {
        padding: 4% 0;
        font-size: 1.7em;
        font-weight: 100;
        color: white;
    }
    #quienes-somos{
        padding-top: 40px;
    }
}
@media only screen and (max-width: 600px) {
    .text_h {
        padding: 4% 0;
        font-size: 2.3em;
        font-weight: 100;
        color: white;
    }
    #quienes-somos{
        padding-top: 50px;
    }
}
@media only screen and (max-width: 964px) {
    .text_h {
        padding: 4% 0;
        font-size: 3em;
        font-weight: 100;
        color: white;
    }
}

input, textarea {
    border-bottom: 1px solid #fff;
}

nav a.button-collapse {
    left: -25px;
}

.card-avatar .waves-effect {
    text-align: center;
    margin-top: 20px;
}

.card-avatar img {
    height: 150px;
    width: 150px;
    border-radius: 75px;
}

.card-avatar .card-content {
    text-align: center;
}

.card .card-content p {
    margin: 15px 0px;
}

.card-avatar .card-content i {
   font-size: 1.5rem;
}

.card-avatar .card-content .card-title {
    line-height: 30px !important;
}

.parallax-container {
    max-height: 400px;
}
footer .row{
    margin-bottom: 0;
    padding-bottom: 20px;
}
footer.page-footer {
    margin-top: 0px !important;
}
@media only screen and (min-width: 993px){
    .container {
        width: 85% !important;
    }
}
nav .brand-logo{
    margin: 5px 0 !important;
}
.mdi-navigation-menu:before{
    margin-left: 5px !important;
}
#vehiculos{
    background: #f3f3f3 !important;
}
h2.header.text_b{
    text-align: center !important;
}
h3.text_h2{
    font-size: 1.8em !important;
    line-height: 1.4em !important;
}
#vehiculos h2.text_h2{
    font-size: 2em !important;
    line-height: 1.5em !important;
}
.footer-contact p, .footer-contact p i{
    vertical-align: middle;
}
.footer-copyright{
    padding: 10px 0;
    color: #FFF;
}
.footer-copyright small{
    float: right;
    margin-top: 5px;
}
.hidden{
    display: none;
}
.red-text{
    color: #c00;
}
.email-result{
    text-align: right;
    color: #FFF;
    vertical-align: middle;
    font-size: 11px;
}
nav{
    height: 72px !important;
    line-height: 72px !important;
}
@media only screen and (min-width: 601px){
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 72px !important;
        line-height: 72px;
    }
}
table.vehiculos{
    margin-top: 10px;
}
table.vehiculos td{
    padding: 10px;
}

.whatsappChat{
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.whatsappChat img{
  height: 40px;
  width: auto;
}
.modal{
  max-width: 300px;
  text-align: center;
}
.modal h4{
  margin-bottom: 40px;
}
.whatsappChat.web{
  display: none;
}

@media only screen and (min-width: 992px) {
  .whatsappChat.mov{
    display: none;
  }
  .whatsappChat.web{
    display: block;
  }
}
