/*--------------------- STRUCTURE -----------------------*/


	
.hidedesktop{
	display: none !Important;
}	
	
	
.llamada{
       display: inline-block;
    padding: 10px;
    padding-right: 0px;
    right: 0;
    position: fixed;
    bottom: 0;
    /* width: 100%; */
    z-index: 999;
    /* background: #2e2e2e; */
}

.call-btn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #45ed48;
    background-image: -webkit-linear-gradient(top, #45ed48, #5ad431);
    background-image: -moz-linear-gradient(top, #45ed48, #5ad431);
    background-image: -ms-linear-gradient(top, #45ed48, #5ad431);
    background-image: -o-linear-gradient(top, #45ed48, #5ad431);
    background-image: linear-gradient(to bottom, #45ed48, #5ad431);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    margin: 0 auto;
    float: right;
    font-size: 30px;
    margin-right: 20px;
    
    /* border: solid #3e3e3e 4px; */
    text-decoration: none;
    text-align: center;
	
}

.btn-block{
	display: block;
}


.call-btn:hover {
background: #46fc3c;
  background-image: -webkit-linear-gradient(top, #46fc3c, #42d934);
  background-image: -moz-linear-gradient(top, #46fc3c, #42d934);
  background-image: -ms-linear-gradient(top, #46fc3c, #42d934);
  background-image: -o-linear-gradient(top, #46fc3c, #42d934);
  background-image: linear-gradient(to bottom, #46fc3c, #42d934);
  text-decoration: none;
}



body{
    height: 100%;
    background: #f6f4f7;
}

main {
}


section{

    padding: 65px 5% 30px 5%;
    width:90%;
    float: left;
    position: relative;
}


header{
    padding: 0 5%;
    width: 90%;
    position: absolute;
    background: rgba(0, 0, 0, 0.12);
    z-index: 20;
}

header h2{
    text-align: right;
    margin: 0;
}

header h2 img{
    vertical-align: middle;
}

.logo_header{
    margin-bottom: 20px;
}



/*------------------------------ PHONE HEADER --------------------------------*/

.phone_header{
    float: right;
}

.phone_header img{
    float: right;
    margin-left: 10px;
}

.text_phone_header{
    float: left;
}

.text_phone_header p{
    font-family: 'sansR';
}

.text_phone_header h2{
    font-family: 'sansB';
    font-size: 25px;
    color: black;
    text-align: right;
}

.text_phone_header p{
    text-align: right;
}

/*------------------------------ COVER --------------------------------*/

.cover{
    background: url("../images/bg.jpg") 0 0 no-repeat;
    padding: 100px 5% 60px 5% !important;
    background-size: cover;
}

.cover .col_2x3{
    text-align: center;
}

.cover_image{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.cover_index{
    z-index: 10;
    position: relative;
}

.cover article{
    text-align: center;
    margin-bottom: 30px;
}

.cover article h3{
    font-size: 18px;
}

.cover article h3 span{
    font-size: 12px;
}


.cover ul{
    margin-left: 18px;
    
}

.cover ul li{
    font-family: 'sansR';
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(0, 0, 0, 0.80);
    color: white;
    display: inline-block;
    list-style-type: circle;
    position: relative;
    margin: 5px 10px;
}

.cover ul li:before{
    content: '';
    background: url(../images/bull.png);
    width: 15px;
    height: 13px;
    position: absolute;
    left: -18px;
    top:7px;
    
}



/*------------------------------ FLOTA ------------------------------*/


.flota .col_1x4{
    float: left;
    width: calc(25% - 70px);
    margin: 0 20px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.51);
}

.flota .col_1x4:nth-child(odd){
    transform: rotate(2deg);
}

.flota .col_1x4:nth-child(even){
    transform: rotate(-2deg);
}

 




/*------------------------------- SERVICIOS -------------------------------*/



.servicios .col_1x3 h3{
    border-bottom: 1px solid #c1c1c1;
    color: #484848;
    padding: 0 0 10px 0;
}

.servicios .col_1x3 p{
    margin: 15px 0 5px 0;
    font-size: 18px;
}



.servicios .col_1x3{
    background: #EAEAEA;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.52);
}



/*------------------------------ BIO --------------------------------*/

.bio{
/*    background: url("../images/bg2.jpg") 0 0 no-repeat;*/
/*    background-size: cover;*/
    padding: 80px 5% !important;
}

.bio p{
    margin-top: 80px;
}




/*------------------------------ COLS --------------------------------*/


.col_2x3{
    float: left;
    margin: 0 20px;
    width: calc(66.66% - 80px);
    padding: 20px;
}

.col_1x3{
    float: left;
    width: calc(33.33% - 80px);
    margin: 0 20px;
    text-align: left;
    padding: 20px;
}

.col_1x2{
    float: left;
    width: calc(50% - 80px);
    margin: 0 20px;
    text-align: left;
    padding: 20px;
}

.col_1x4{
    float: left;
    width: calc(25% - 80px);
    margin: 0 20px;
    padding: 20px;
}

.col_1x1{
    float: left;
    width: calc(100% - 80px);
    margin: 0 20px;
    padding: 20px;
    text-align: center;
}


/*--------------------- FORM -----------------------*/



#signup {
     width: 100%;
     padding-bottom: 2px;
    margin-top: 50px;
/*     display:none;*/
     background: #FFF;
     border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
     box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
       
}


#signup-header {
    background: url(../images/hd-bg.png);
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    -moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
}

#signup-header h3 {margin-bottom: 0}

#signup-header  h4 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#signup-header  p { color: #444; font-size: 18; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#signup .txt-fld { position: relative; width: calc(100% - 40px); float: left; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#signup .btn-fld { width: 100%; overflow: hidden; }

.checkbox label { font-size: 12px !important }

.checkbox input {     width: 13px !important;    float: left !important;    margin-top: 10px;!important }

#signup .txt-fld label { display: block; float: left; width: 100%; color: #222; font-size: 1.3em; text-align: left;  }
#signup .txt-fld input { width: calc(100% - 19px); padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "sansL"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }

#signup .txt-fld select { width: 100%; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "sansL"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }

#signup .txt-fld input.good_input { background: #DEF5E1 url(../img/good.png) 236px center no-repeat; }
#signup .txt-fld input.error_input { background: #FDE0E0; }



p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(../img/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }
        
.send_modal_form {
	float: right;
    margin: 20px 20px 20px 0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A; 
	border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: #FFF;
 padding: 7px 10px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}
        

@media only screen and (min-width: 0px) and (max-width: 360px) {
#signup .txt-fld {width: 80%}
  
     
}


input:required {
  box-shadow: none;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: black;
}

:-moz-placeholder { /* Firefox 18- */
  color: black;
}

::-moz-placeholder { /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder { /* IE 10+ */
  color: black;
}

::-ms-input-placeholder { /* Edge */
  color: white;
}

:placeholder-shown { /* Standard one last! */
  color: white;
}




/*--------------------- FOOTER -----------------------*/

footer{
    padding: 20px 5% 0 5%;
    background: white;
    width: 90%;
    float: left;
    text-align: center;
    
}

.center{
    text-align: center;
}

footer p{
    font-size: 12px;
    color: white;
}


/*--------------------- CENTER INFO -----------------------*/
.center_info{
    text-align: center;
    margin: 0 0 60px 0;
}

.center_info h3{
    color: black;
    text-align: center;
    padding: 10px;
    display: inline-block;
    height: 10px;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 0 0 30px;
	width:auto;
 
}

.center_info h3 span{
    font-family: 'sansB';
    background: #F6F4F7;
    font-size: 32px;
    color: black;
    text-align: center;
    padding: 20px;
    display: inline-block;
}


/*--------------------------- HEADLINES & PARAGRAPHS ---------------------------*/


h1{
    font-family: 'kaushan';
    font-size: 50px;
    color: #212121;
    margin: 30px 0;
}

h2{
    font-family: 'aleoB';
    font-size: 32px;
    float: left;
    width: 100%;
    margin: 5px 0;
}

h3{
    font-family: 'aleoB';
    font-size: 24px;
    margin: 5px 0;
}


h4{
    color: black;
    font-family: 'sansL';
    font-size: 35px;
    text-align: center;
}

p{
    font-family: 'sansL';
    font-size: 22px;
    color: #111;
    margin-bottom: 15px;
}


p span{
    font-family: 'sansB';
    font-size: 16px;
}


.c_green{
    color: #81fc8a;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.c_greenblue{
    color: #335d5d;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.c_white{
    color: #fff;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}

.c_black{
    color: #000;
    text-shadow: 2px 2px 0 rgba(256, 256, 256, 0.5);
}

.c_blue{
    color: #18bbd8;
}

.sin_shadow{
    text-shadow: none;
}

.max_image{
    max-width: 100%;
}

/*--------------------- FUENTES -----------------------*/

@font-face {
    font-family: 'kaushan';
    src: url('fonts/kaushanscript-regular-webfont.eot');
    src: url('fonts/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kaushanscript-regular-webfont.woff2') format('woff2'),
         url('fonts/kaushanscript-regular-webfont.woff') format('woff'),
         url('fonts/kaushanscript-regular-webfont.ttf') format('truetype'),
         url('fonts/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'din';
    src: url('fonts/din-webfont.eot');
    src: url('fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-webfont.woff2') format('woff2'),
         url('fonts/din-webfont.woff') format('woff'),
         url('fonts/din-webfont.ttf') format('truetype'),
         url('fonts/din-webfont.svg#din') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'aleoR';
    src: url('fonts/aleo-regular-webfont.eot');
    src: url('fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-regular-webfont.woff2') format('woff2'),
         url('fonts/aleo-regular-webfont.woff') format('woff'),
         url('fonts/aleo-regular-webfont.ttf') format('truetype'),
         url('fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleoB';
    src: url('fonts/aleo-bold-webfont.eot');
    src: url('fonts/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-bold-webfont.woff2') format('woff2'),
         url('fonts/aleo-bold-webfont.woff') format('woff'),
         url('fonts/aleo-bold-webfont.ttf') format('truetype'),
         url('fonts/aleo-bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleoL';
    src: url('fonts/aleo-light-webfont.eot');
    src: url('fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-light-webfont.woff2') format('woff2'),
         url('fonts/aleo-light-webfont.woff') format('woff'),
         url('fonts/aleo-light-webfont.ttf') format('truetype'),
         url('fonts/aleo-light-webfont.svg#aleolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansR';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansB';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansL';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*--------------------- RESPONSIVENESS -----------------------*/



@media only screen and (min-width: 0px) and (max-width: 1024px) {
  
    header .col_1x4 h3{font-size: 18px;}
    
    
  
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    
    .col_1x4{     width: calc(50% - 80px);
    }
    
    .col_2x3, .col_1x3 { width: calc(100% - 80px)}
    
    .flota .col_1x4  { width: calc(50% - 70px); margin-bottom: 25px  }
    
    .cover {padding:  180px 5% 60px 5% !important}
    
    .center_info h3 {  line-height: 30px; margin: 0 0 10px; padding: 0 ; height: auto; width: auto;     }
    
    .servicios .col_1x3{margin-bottom: 25px}
	
	.hidemobile{ display: none;}
		.showmobile{ display: block !important;}
		.llamada{display: block}
		footer {padding-bottom: 35px; }
     
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
    
    
  
}

@media only screen and (min-width: 0px) and (max-width: 360px) {
  
    .cover{padding: 213px 5% 60px 5% !important}
    h1{font-size:30px}
    h2{font-size:26px}
    
    .flota .col_1x4 {
    width: calc(100% - 70px);
    margin-bottom: 25px;
}
     
}