@CHARSET "ISO-8859-1";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

body{
		color: #333;
		font-family: "Roboto", Arial, Verdana, sans-serif;
	}
/* Common styles
* --------------------------------------- */

img{
    -webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
.section{
	text-align:center;
	overflow:hidden;
}
.wrap{
	width: 60%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.box{
	text-align: left;
	color: #808080;
	font-size: 1.2em;
	line-height: 1.6em;
}

@media(min-width: 780px) {
	.row_spacing {
		padding-right: 100px;
		padding-left: 130px;
		padding-top: 6%!important;

	}
}

#chofer_action {
    position: fixed;
    bottom: 0;
    right:50px;
    width: 300px;
    height: 50px;
    color: #333;
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #333;
    background-color: #f5c423;
    z-index: 999;
    margin-bottom: -2px;
    padding-top: 10px;
    overflow: hidden;
    transition: height 0.2s linear, width 0.2s linear;
}

#chofer_action:hover {
    height: 300px;
    width: 400px;
    padding-top: 18px;
}
#chofer_action .btn {
    border:2px solid #f5c423;
    color:#f5c423;
}

#chofer_action .btn i {
    padding-right: 10px;    
}

#chofer_action .btn:hover {
    border:2px solid #333;
    background-color:#f5c423;
    color:#333;
}


/* Section 0
* --------------------------------------- */
#section0{
	background-image: url(../images/slide0-img.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	background-attachment: fixed;
	/*padding: 60px 0;*/
	color: #fff;
}

.cherry-box {
    padding: 50px 50px 50px 50px;

}


/* Section 1
* --------------------------------------- */
#section1 {
    background-image: url(../images/section-2-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    color:#eee;
}
.title-section-box {
    background-color: #333;
    color: #fff;
    padding:10px ;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
}

.title-section-box i {
    margin-right: 5px;
    margin-left: 5px;
    color:#f5c423;
}

#section1 .top-title {
    margin-top: 10%;
    font-weight: 700;
    font-size: 123px;
    position: relative;
    color: #f5c423;
    margin-right: 180px;
    line-height: 0.7;
    text-shadow: 2px 2px 2px #33333361;
}
#slide1-1 h2 {
    font-size: 60px;
    color: #333;
    margin-right: 184px;        
}

#slide1-1 .right_panel{
    float: right;
    margin-top: 5%;
    font-size: 1.1em;
    padding-right: 0;
    width: 30%;
}

#slide1-1 .menu_arrow i {
    padding-right: 150px;
    margin-top: -6px;
}

#slide1-2 {

}

#section1 p{
	font-size:1em;
}

#section1 .fp-controlArrow.fp-next {
   border-color: transparent transparent transparent #1d1c1c;
}

#section1 .fp-controlArrow.fp-prev {
       border-color: transparent #1d1c1c transparent transparent;
}


/* Section 2
* --------------------------------------- */
#section2 {
	background-image: url(../images/section-3-bg.png);
	background-repeat: no-repeat;
    background-size: cover;
   	background-position:center;
    color:#eee;
}

#section2 .top-title {
    margin-top:5%;
    font-weight:300;
    text-shadow: 2px 2px 10px #222222;
    font-size:60px;
    position: relative;
    padding-left: 100px;
}

#section2 .top-title b {font-weight:900;}

#section2 .top-title:after {
      content: "";
      height: 3px;
      width: 20%;
      background-color: #f5c423;
      position: absolute;
      bottom: -.2em;
      left: 50%;
      margin-left: 50px;
      transform: translate(-50%);
}

#section2 .brand_logo {
    height:250px;
    text-align: center;
}

#section2 .row {
    margin-top: 6%;    
}

/* Section 3
* --------------------------------------- */
#section3 {
    background-color: rgb(33, 37, 41);
}

#section3 a { color: #f5c423;}
#section3 a:hover { color: #f5c423;}
#contact-div {
	background-image: url(../images/section-4-contact.png);
    background-repeat: no-repeat;
    background-position: center center;
    color:white;
}

#contact-div {
    padding-top: 5%;
}

/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
.fp-tooltip{
	color: #AAA;
}
#fp-nav span, .fp-slidesNav span{
	border-color: #AAA;
}
#fp-nav li .active span, .fp-slidesNav .active span{
	background: #AAA;
}



/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}



.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

/*
##############################################################################################################
###################################### left menu #############################################################
############################################################################################################## */

.left_side_panel {
    position: fixed;
    background: #444;
    width: 80px;
    overflow: hidden;
    z-index: 100;
    height: 100%;
    transition: all 0.5s ease;
}
.left_side_panel:hover h1 img {margin-left: 0;}
.left_side_panel:hover{width:190px;}
.left_side_panel h1 img {
    max-width: none;
    margin-left: -190px;
    display: block;
    transition: all 0.5s ease;
}

.logo_link {height: 80px;}
.logo_link a {position: absolute;width: 100%;}

.link{
	display:block;
	position:relative;
	border-bottom:1px solid #525354;
	height:65px;
}
.link a{
	font-size:18px;
	display:table;
	width:190px;
	line-height:22px;
	padding:10px 0;
	text-decoration:none;
	vertical-align:middle;
}

.link a:hover span, .link .active span {color: #fff;}
.link:hover, .link .active{background:#333;}
.link:hover a:after, .link .active:after{height:100%;}
.link:hover a:before, .link .active:before{background-position:25px -31px;}

.link.active a:before, :before{background-position:25px -31px;} /* FULL PAGE FIX */
.link.active a:after {height:100%;} /* FULL PAGE FIX */
.link.active a span {color: #fff;} /* FULL PAGE FIX */


.link a:before{margin-top: 7px;margin-bottom: 6px;}
.link a:before {
    content: '';
    display: inline;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    height: 31px;
    margin-top: 7px;
    width: 80px;
    transition: all 0.5s ease;
}

.link a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    width: 5px;
    background: #f5c423; /* color de hover */
    transition: all 0.5s ease;
}


.link1 a:before {background: url(../img/icon0.png?ver=1.0) 25px 0% no-repeat;}
.link2 a:before {background: url(../img/icon1.png?ver=1.0) 25px 0% no-repeat;}
.link3 a:before {background: url(../img/icon2.png?ver=1.0) 25px 0% no-repeat;}
.link4 a:before {background: url(../img/icon3.png?ver=1.0) 25px 0% no-repeat;}
.link5 a:before {background: url(../img/icon4.png?ver=1.0) 25px 0% no-repeat;}
.link6 a:before {background: url(../img/icon5.png?ver=1.0) 25px 0% no-repeat;}



.link span {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    color: #898a8c;
    padding: 0 10px 0 0;
}


/*
##############################################################################################################
###################################### CONTACT FORM  #############################################################
############################################################################################################## */


.contact_form.medium-input, .contact_form.medium-textarea, .contact_form.medium-select select {
    padding: 20px 22px;
    border: 1px solid rgba(0,0,0,.1) !important;
    font-size: 16px !important;
    line-height: normal;
}

#form_contact_description {
    min-height:80px;
}
#form_contact .btn-large {
    border: 2px solid #f5c423;
    background: #f5c423;
    font-size: 14px;
    margin-top: 20px;
}

#form_contact .btn-large:hover {
    background: #333 !important;
    font-size: 15px;
}


#form_contact input , .container_footer button{
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    width: 100%;
    margin: 0 0 12px 0;
    max-width: 100%;
    resize: none;
}

#form_contact button {
    padding: 8px 15px;
    margin-top: 10px;
    width:100%;
}


/* header contact form */

.header_contact {
    padding-left: 50px;
    padding-top:8px;
}

.header_contact input, .header_contact textarea {
    background: #ffffffd1;
    margin-bottom:15px;
    color:white;
    border-radius:0px;
}

.header_contact textarea {
    height: 100px;
    border-radius:0px;
}

.header_contact button {
    background: #f5c423;
    width:100%;
    color: #000;
    border: 1px solid #f5c423;
    border-radius:0px;
}

.header_contact button:hover {
    background: #333;
    color: #eee;
    border: 2px solid #f5c423;
}

.header_contact input:focus, .header_contact textarea:focus {
    background: #ffffffd1;
}

/*
############################################################################################################

############################################################################################################# */
.top-shadow {
    background: url(map-top.png) no-repeat center top transparent;
    height: 29px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.bottom-shadow {
    background: url(map-bot.png) repeat-x center bottom transparent;
    bottom: 0;
    height: 10px;
    position: absolute;
    width: 100%;
    z-index: 101;
}


.cherry-box.title_box {
    width: 39%;
    margin: 0px auto;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
}

.cherry-box.title_box {
    background: rgba(0, 0, 0, 0.60);
    border-radius: 10px;
    width: auto;
}
.cherry-box.title_box {
    position: relative;
    left: 100px;
    z-index: 100;
    width: auto;
    font-size: 22px;
    font-weight:550;
    line-height:1.2;
}

.cherry-box.title_box .box-primary.inner {text-align: center;}
.cherry-box.title_box .box-primary.inner {text-align: left;}
.cherry-box.title_box .inner {padding: 0;background: transparent;background-color: transparent;}
.cherry-box .box-primary {background-color: #286090;color: #fff;}
.cherry-box .inner {padding: 15px;}
.cherry-box > div {padding-top: 15px;padding-bottom: 15px;}
.cherry-box img { max-width: 100%; }


/*  common */

.border-right-white {
    border-right: 4px solid #fff;
    border-spacing: 15px;
    padding-right:50px;
}


.fp-controlArrow.fp-prev {
    left: 105px;
}
.fp-controlArrow.fp-next {
    right: 55px;
}

@media(min-width: 999px) {
	.right_panel {
	    width: 40%;
    }
}	
/* SECTION 1 ICONS */
.left_panel {
    float:left;
    padding-left: 250px;
    margin-top:10%;
}
.right_panel {
    float:right;
    color: #333;
    padding-right: 150px;
    text-align:right;
    margin-top:10%;
    font-size:1.1em;
}

.menu_arrow:hover {
    color:#333;
    cursor:pointer;
    background-color:#f5c423;
}

.menu_arrow:hover > i {
    color:#333;
}

.menu_arrow {
    margin-bottom: 50px;    
    background-color: #333;
    padding:20px 30px;
    color:#fff;
    font-size:1.8em;
    font-weight: 600; 
    width:100%;       
     -webkit-clip-path: polygon(1% 100%, 100% 100%, 100% 0px, calc(100% - 30px) 0%, 5% 0%);
    clip-path: polygon(1% 100%, 100% 100%, 100% 0px, calc(100% - 30px) 0%, 5% 0%);
    padding-left:100px;
    text-align: left;
}

.menu_arrow i {
    color:#f5c423;
    margin-top: -6px;
}
.solvo {
    display:none;
    color:#eee;
    width:190px;
}

.left_side_panel:hover > .solvo {
    position:fixed;
    bottom:0;
    display:block;
}

@keyframes a_download {
    from {display: none;}
    to {display: block;}
}

.download {
    display:none;
    width:190px;
    padding-top:50px;
}

.download a {
    color:#87888b;
}

.download a:hover {
    color:#f5c423;
}

.left_side_panel:hover > .download {
    animation-name: a_download;
    animation-duration: 4s;
    position:fixed;
    display:block;
}

.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.Centered
{
    display: inline-block;
    vertical-align: middle;
}

.fp-controlArrow {
    display: none;
}

/*   ###################### SMALL DEVICES #############################*/

@media(max-width: 1440px) {
  .wrap {
    width:70%;
  }

  .wrap .row {
    font-size:0.8em;
  }

  #section1 .right_panel {
    font-size: 0.8em;
  }

  #slide1-1 .menu_arrow i {
        padding-right: 50px;
        margin-top: -6px;
  }
  #section2 .top-title {
    margin-top:2%;
    font-size:50px;
  }
  #section2 .row {margin-top: 3%;}
  #section2 h3 {font-size:1.5em;}

  #contact-div {
    padding-top:3%;
  }

  #section1 .top-title {
    margin-top:5%;
    font-size:80px;
  }


  #section1 .menu_arrow {padding: 15px 30px 15px 50px;margin-bottom:30px;}

  #section3 .wrap {
    font-size: 0.7em;
  }

  .right_panel{margin-top:5%;}
  .left_panel {margin-top:0;}

  #section3 h5, h5 {font-size: 1rem;}

}

@media(max-width: 1024px) and (min-width:1000px) {
    #section2 .top-title {
        font-size:2.8em;
    }
}

@media(max-height:768px) {
    #section2 .brand_logo{
        height: 180px;
    }
}

@media(max-width: 1024px) {
	.right_panel {
		width: 80%;
        margin-top: 35%;
	}

    .left_panel {
        height: 0px;
        width: 0px;
        padding: 0 0 0 0;
    }

    #slide1-1 .right_panel{
        width: 80%;
    }
    .wrap{
        width: 80%;'
        font-size: 0.8em;
    }

    #slide1-1 h2 {
        margin-bottom: 2%;
    }

    #section1 .right_panel {
        font-size: 1.4em;
    }

    .cherry-box.title_box {
        margin-right: 50px;

    }

    .border-right-white {
        border-right: none;
        border-bottom: 4px solid #fff;
        padding-bottom: 20px;

    }

}

@media(min-height: 601px) {
    #small_contact {
        display: none;
    }

}

@media(max-height: 600px) {
    #slide1-1 .right_panel {
        margin-top: 1%;        
    }

    #contact-div {
        padding-top: 2%;
    }

    #contact-div .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;        
    }

    #contact-div h1{ font-size: 1.8em; }
    #contact-div h5{ font-size: 1.15em; }
    #contact-div br{ display: none; }

    #form_contact input, .container_footer button {
        padding: 5px 20px;
    }

    .menu_arrow {
        margin-bottom: 20px;
    }

    #section1 .top-title {
       margin-top: 5%;        
       font-size: 63px;        
    }
    #slide1-1 h2 {
        font-size: 40px;
        color: #333;
    }

    #slide1-1 h2 {
        margin-bottom: 10px;
    }

    .right_panel {
        margin-top: 10%;        
    }

    #section1 .right_panel {
        font-size: 0.7em;
    }

    #chofer_action {
        display: none;
    }
    #header_contact {
        display: none;
    }

    #small_contact {
        display: block;
        margin-top: 10px;
    }

    #section2 .top-title {
        font-size: 1.9em;
    }

    #section2 h3 {
        font-size: 1em;
    }
    
    #section2 .row {
        margin-top: 0%;    
    }
    #section2 .brand_logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        height: 180px;
    }

    }

    .border-right-white {
        border-right: none;
        border-bottom: none;        
    }
}
