/*
Theme Name: amfcargo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amfcargo
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

amfcargo is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html, body{margin: 0; padding: 0}
section, footer{position: relative; width: 100%; float: left;}
header{position: relative;}
img{width: 100%; height: auto; position: relative; margin-bottom: -4px}
*{font-family: 'Lato', sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif; font-weight: 700;text-transform: uppercase; padding-top: 0; margin-top: 0}
.absolute{position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 1}
.rel{position: relative; width: 100%; height: 100%; display: table;}
.center{position: relative; display: table-cell; vertical-align: middle;}
.Content_Header{position: relative; width: 1050px; margin: 0 auto;}
.GeneralContent{position: relative; width: 980px; margin: 0 auto;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.text_center{text-align: center;}
.Height_100{height: 100%}
.suave{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.suave:hover{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}

#header{height: 100px; position: absolute; top: 0px; left: 0px; width: 100%; z-index: 5;border-top: 2px solid #DF6618;}
.Header_Menu{height: 100%;}
.Logotipo{width: 180px;}
.Logotipo_scroll{width: 120px;}

#NavigationMain ul{margin: 0; padding: 0;}
#NavigationMain li{margin: 0; padding: 0; list-style: none; display: inline-block;}



.Btn_Menu a{
  text-decoration: none;
  color: #24252D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  position: relative;
  border-bottom: 2px solid rgba(255, 102, 0,0);
  padding-top: 2px;
  padding-bottom: 12px;
  top: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.Btn_Menu a:hover{
  border-bottom: 2px solid rgba(255, 102, 0,1);
  -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}

.ListMenu_Movil{display: none}

#Preloader{
  position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background: #DF6618; z-index: 20
}
.services-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.services-list li {
  background: rgba(0, 0, 0, 0) url("img/bullet.svg") no-repeat scroll 0 50%;
  background-size: 6px;
  color: #fff;
  display: inline-block;
  margin-right: 16px;
  padding: 0 0 0 22px;
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.services-list li:first-child {
  background: none;
}

.NewIcons{
  width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
}

.IconsSingular{
  position: relative; width: 26%; float: left;  margin-right: 11%;
}

.IconsSingular:nth-child(3){
 margin-right: 0%
}


.menu li:nth-child(1){ border-right: 1px solid #24252D}.menu li:nth-child(1) a { margin-right: 21px}
.menu li:nth-child(2){ border-right: 1px solid #24252D}.menu li:nth-child(2) a {margin-left: 21px; margin-right: 21px;}

.PreloaderIcon{width: 200px; margin: 0 auto;}

.menu li:nth-child(3) a {margin-left: 21px;}

#navegacion_scroll{position: fixed; top: -60px; width: 100%;  height: 60px; background: #FFFFFF; z-index: 4; left: 0px; border-bottom: 2px solid #E6E6E6;border-top: 2px solid #DF6618;}

.show_movil{display: none}

.opacity0{opacity: 0}

.Animacion_Logo{
position: absolute; width: 30%; height: 100%; left: 0px; top: 0px;right: 0px;margin: auto;}

.Logo1{position: relative; width: 100%; left: -80px; opacity: 0}
.Logo2{position: relative; width: 100%; left: -80px; opacity: 0}
.Logo3{position: relative; width: 100%; left: -80px; opacity: 0}

.Btn_Up{
  background-color: #DD6618;
  background-image: url("img/up.png");
  background-size: 100% auto;
  bottom: 20px;
  display: none;
  height: 30px;
  position: fixed;
  right: 20px;
  width: 30px;
  z-index: 2;
}

.Btn_Up:hover{
  background-color: #191F4A;
  cursor: pointer;
}

.Height_100_dos{height: 310px;}

#navegacion_scroll .Btn_Menu a {
    text-decoration: none;
    color: #24252D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: block;
    position: relative;
    border-bottom: 2px solid rgba(255, 102, 0,0);
    padding-top: 2px;
    padding-bottom: 12px;
    top: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu_scroll_active a{
    color: #DF6618 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#navegacion_scroll .Btn_Menu a:hover{
  border-bottom: 2px solid rgba(255, 102, 0,1);
  -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}

::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }

.FullArea{
  width: 94%;
  height: 80px;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 20px;
  border: 1px solid #FFFFFF;
  margin-bottom: 10px;
  background: none;
}

.IconNewMesaje{
  position: relative; width: 25px; vertical-align: middle; top: -3px
}

.InfoContactNew{position: relative;text-align: center;padding: 20px 0 30px;}

.InfoContactNew p{
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin: 0 10px 20px;
}

/*--------------------------------------------------------------
# Set AutoResponsive
--------------------------------------------------------------*/
.m2{position: relative; width: 50%; float: left;height: 100%;}
.m3{position: relative; width: 33.3%; float: left; height: 100%}
.m4{position: relative; width: 25%; float: left; height: 100%}
.m5{position: relative; width: 20%; float: left; height: 100%}
.m6{position: relative; width: 16.6%; float: left; height: 100%}

.m2_big{position: relative; width: 50%; height: 100%}
.m2_min{position: relative; width: 47%; height: 100%}

.left{float: left;}
.right{float: right;}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
#TempSlider{
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  background: url(img/slider.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.Text_Slider{width: 90%; margin: 0 auto; position: relative;}

.Slogan_big{width: 580px;}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about{
padding-top: 20px; padding-bottom: 70px;

}

.ContAboutAndServices{
  position: relative;
  float: left;
top: -1px;
  background: url(img/Bg_2.jpg);
background-position: center top; background-size: 100%;
background-repeat: no-repeat;
width: 100%;
}

#about p{
  color: #4d4d4d;
  display: block;
  font-size: 16px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  line-height: 150%;
}

.Logotipo_scroll:hover{cursor: pointer;}

.estatus_mensajes{
    position: relative;
    width: 100%;
    bottom: inherit;
    left: 0px;
    color: #fff;
    text-align: center;
}

.TitleAbout{
  position: relative; width: 100%; text-align: center;
}


.TitleAbout h1{
color: #fff; margin-bottom: 8px;
}

.TitleAbout h2{
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 120px;
}

.TitleAboutServices{
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 210px;
}


.TitleAboutServices h1{
color: #DD6618; margin-bottom: 8px;
}

.LineaBelowTitle2{
  position: relative;
  width: 60px;
  background: #191F4A;
  height: 6px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.LineaBelowTitleContact{
    position: relative;
  width: 60px;
  background: #191F4A;
  height: 6px;
  margin: 0 auto;
  margin-bottom: 15px;
}


.PAboutNew{
  color: #fff; width: 830px; margin: 0 auto;
}

#about p{
      width: 820px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.LineaBelowTitle{position: relative; width: 60px; background: #DD6618; height: 6px; margin: 0 auto; }  

.error_formulario{border: 1px solid #0F194A !important;}

/*--------------------------------------------------------------
# Our CLients
--------------------------------------------------------------*/
#OurClients{

padding-top: 40px; padding-bottom: 40px; color: #fff;
 background: url(img/Paralax_1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#OurClients h1{color: #fff; margin-bottom: 80px}

.IconsOurClient{width: 80px; margin: 0 auto; position: relative; display: block;}
.TextIcons{font-family: 'Montserrat', sans-serif; position: relative; font-size: 22px; font-weight: 400; margin-top: 10px}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
#OurService{}

.TitleOurServices{background: #DF6618; text-align: center;position: relative;float: left; width: 100%; height: 120px; margin-bottom: 40px}

.TitleOurServices h1{color: #fff; margin: 0; padding: 0}
.ContServices{width: 100%; float: left;


}

.services{position: relative; width: 100%; float: left; margin-bottom: 20px;}

.ImgServices{overflow: hidden;}

.LineaDivisora{position: relative; width: 50px;height: 6px; background: #DF6618; margin: 0 auto}

.services h1{
  color: #191F4A;
  margin-bottom: 5px;
}

.services p{
  color: #4d4d4d;
  font-size: 17px;
  line-height: 150%;
}


/*--------------------------------------------------------------
# Our contact
--------------------------------------------------------------*/

#contact{
  padding-top: initial;
  margin-top: -100px;
}


.Contact_Colum_1{
  position: relative;
  width: 42%;
  float: left;
  height: 100%;
  top: 14%;
}
.Contact_Colum_2{
  position: relative;
  width: 52%;
  float: right;
  height: 100%;
  top: -24%;
}

.Slogan_mini{
  width: 320px;
}

.BG_Contact{
    position: relative;
    height: 100%;
    padding-left: 45px;
    padding-right: 45px;
}

#FormularioContacto{
  margin: 0 auto;
  max-width: 400px;
}

.Fields{
  width: 94%;
  height: 40px;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 20px;
  border: 1px solid #FFFFFF;
  margin-bottom: 10px;
  background: none;
}

.Btn_Formulario{
  width: 84%;
  text-align: center;
  background: #191F4A;
  color: #fff;
  font-size: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
  margin: 0 auto;
}

.Btn_Formulario:hover{
  cursor: pointer;
  background: #39417B;
}



/*--------------------------------------------------------------
# Our map
--------------------------------------------------------------*/
#maps{
  height: 390px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{}
.col-50 {
  float: left;
  width: 50%;
} 
.col-offset-50 {
  margin-left: 50%;
}

#footer ul{margin: 0; padding: 0;}
#footer li{margin: 0; padding: 0; list-style: none; display: inline-block;}

#footer a{
  border-bottom: 2px solid rgba(255, 102, 0, 0);
  color: #cb6203;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
  padding-top: 2px;
  position: relative;
  text-decoration: none;
  top: 5px;
  -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}
#footer a:hover{
  border-bottom: 2px solid rgba(255, 102, 0,1);
  -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}

#footer li:nth-child(1){ border-right: 2px solid #CB6203}.menu li:nth-child(1) a { margin-right: 21px}
#footer li:nth-child(2){ border-right: 2px solid #CB6203}.menu li:nth-child(2) a {margin-left: 21px; margin-right: 21px;}
#footer li:nth-child(3) a {margin-left: 21px;}

.info{font-size: 18px;color: #FFFFFF;width: 97%;}

.Icons_info{
    width: 36px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 2px;
}


@media only screen and (max-width : 1600px) {

.Contact_Colum_2 {
    top: -37%;
}

.TitleAboutServices {
    margin-top: 100px;
}

}


@media only screen and (max-width : 1450px) {

.Contact_Colum_2 {
    top: -30%;
}

.TitleAboutServices {
    margin-top: 60px;
}

.FullArea {
    height: 50px;
}


}


@media only screen and (max-width : 1260px) {

.Contact_Colum_2 {
    top: -30%;
}

.TitleAboutServices {
    margin-top: 60px;
}

.FullArea {
    height: 50px;
}

.InfoContactNew p {
    color: #fff;
    line-height: 150%;
    margin: 0 auto 20px;
    text-align: center;
    width: 80%;
}

.Fields {
    height: 32px;
    font-size: 16px;
    margin-bottom: 10px;
}


.FullArea{
height: 32px;
    font-size: 16px;
    margin-bottom: 10px;
}

.Btn_Formulario {
    font-size: 16px;
}



}



/*RESPONSIVE*/
@media only screen and (max-width : 1120px) {
  .Content_Header {width: 900px;}
  .Slogan_big {width: 400px;}
  .GeneralContent{width: 900px;}

  .menu li:nth-child(1){ border-right: 1px solid #24252D}.menu li:nth-child(1) a { margin-right: 15px}
.menu li:nth-child(2){ border-right: 1px solid #24252D}.menu li:nth-child(2) a {margin-left: 15px; margin-right: 15px;}
.menu li:nth-child(3) a {margin-left: 15px;}

}

@media only screen and (max-width : 1020px) {
  .Content_Header {width: 750px;}
  .Slogan_big {width: 400px;}
  .GeneralContent{width: 750px;}
  h1{font-size: 20px;}
  .services p {
    font-size: 16px;}

.NewIcons {
    width: 100%;

}

.IconsSingular {
    width: 33%;
    margin-right: 0%;
}

.IconsSingular img{
  width: 50%; 
}



}



@media only screen and (max-width : 880px) {
  #navegacion_scroll, #header{display: none}
  .GeneralContent {width: 90%;}
  #about p {
    padding-left: 0px;
    padding-right: 0px;
  }
  #about p {
    width: auto;
    margin: 20px 20px 0;
  }

  .m3{width: 100%}

  #OurClients h1 {
      margin-bottom: 28px;
  }

  .TextIcons {
      font-size: 20px;
      margin-bottom: 50px;
  }

  .TitleOurServices {
      height: 80px;
      margin-bottom: 22px;
  }
  #about {
      padding-top: 44px;
      padding-bottom: 44px;
  }

  .m2_big, .m2_min, .m2{
    width: 100%
  }


  .absolute {
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  #OurClients {
      padding-bottom: 0px;
  }

  .Hidde_movil{display: none}
  .show_movil{display: block;}

  #contact {
      padding-top: 20px;
      padding-bottom: 20px;
      height: auto;
  }

  .margin_cero{margin: 0 auto}

  .Contact_Colum_1{width: 100%; text-align: center;}
  .Contact_Colum_2{width: 100%; height: auto}

  .BG_Contact {
      position: relative;
      height: 318px;
      background: #fff;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 14px;
  }

  .estatus_mensajes {
  }

  #footer {
      height: auto
  }

  .Text_Slider {
      text-align: center;
      margin-top: 100px;
  }

  .Slogan_big {
    width: 65%;
    margin-bottom: 40px;
  }

  .info{
    float: left;
  }
  #footer a{
    font-size: 16px
  }
  #HeaderMovil{
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #df6618;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 5;
  }

  .LogotipoMovil{
    width: 125px; height: 100%; position: relative; float: left; margin-left: 10px;
  }


  .btn_Movil_menu{
  width: 85px; height: 100%; position: relative; float: right; margin-right: 10px;
  }
  .btn_Movil_menu .rel {
    float: right;
    width: auto;
  }
  .BtnMovilMenu {
    width: 18px;
  }
  .CloseMovil {
      position: absolute;
      width: 58px;
      height: 58px;
      right: 21px;
      top: 4px;
      z-index: 2;
      display: none
  }
  .ListMenu_Movil {
    display: block;
    position: fixed; width: 100%; background: #fff; height: 220px; left: 0px; top: -220px; border-bottom: 2px solid #DEDEDE; z-index: 2
  }
  .ListMenu_Movil ul {padding: 0; margin: 0}
  .ListMenu_Movil li {list-style: none; text-align: center;}
  .ListMenu_Movil a {margin-left: 0px !important; font-size: 22px !important}
  .Btn_Up{
    width: 40px; 
    height: 40px; 
    position: fixed; 
    z-index: 2; 
    right: 30px; 
    bottom: 30px;
  }
  .ContAboutAndServices {
    background-size: auto 900px;
  }
}

.contact {
  background: rgba(0, 0, 0, 0) url("img/contact-bg.png") no-repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin-top: -510px;
  padding-bottom: 20px;
  padding-top: 640px;
  width: 100%;
}
.slogan-contact {
  padding-top: 120px;
}
.footer {
  background: rgba(0, 0, 0, 0) url("img/footer-bg.png") no-repeat scroll 0 0 / cover ;
  height: 507px;
  margin-top: -20px;
}
#footer {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}



@media only screen and (max-width : 967px) {
  .contact {
    margin-top: -610px;
    padding-top: 660px;
  }
}
@media only screen and (max-width : 900px) {
  .slogan-contact {
    display: none;
  }
  .col-50 {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
}


@media only screen and (max-width : 700px) {
  .IconsSingular img {
      width: 70%;
  }
  .contact {
    padding-top: 730px;
  }
  #footer a,
  .menu_scroll_active a {
    color: #fff !important;
  }
  #footer li {
    border-color: #fff !important;
  }
  .footer {
    height: 350px;
  }
  .services-list li {
    text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
    background: none;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width : 480px) {
  .IconsSingular img {
      width: 90%;
  }
  .services-list li {
    text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
    background: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .footer {
    height: 300px;
  }
  #footer ul {
    display: none;
  }
  .Slogan_big {
    width: 75%;
    margin-bottom: 40px;
  }
}















