
   @font-face {
        font-family: 'avenir';
        src: url('../fonts/Avenir-Book-01.eot'); /* IE9 Compat Modes */
        src: url('../fonts/Avenir-Book-01.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/Avenir-Book-01.woff2') format('woff2'), /* Super Modern Browsers */
             url('../fonts/Avenir-Book-01.woff') format('woff'), /* Pretty Modern Browsers */
             url('../fonts/Avenir-Book-01.ttf')  format('truetype'), /* Safari, Android, iOS */
            url('../fonts/Avenir-Book-01.svg') format('svg'); /* Legacy iOS */
}
*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
    font-family: 'avenir';

}

/*-----------------------------------------------------------nav---------------------------------------------------------------------*/

nav{
    background: #fff;
    height: 100px;
    position: fixed;
    width:100%;
    z-index: 3;
    top:0;
    border-bottom:2px solid #be1111;
}
nav ul{
    list-style:none;
    background:blue; 
}
nav ul li{
    display: block;
    font-weight: bolder;
    font-size: 20.52px;
    float:right;
    padding: 30px 50px;
	padding-top: 35px;

}
nav ul li img{
    /*width:446.76px;*/
    height:100px;

}
nav ul li ul{
  display: none;
  position:fixed;
}
.logo{
    padding: 0 0 5px 0!important;
    margin: 0 250px 0 100px;
	  max-width: 340px;
}

.points-down-index{
  width:100%;
  display: block;
  margin:5% 0 0% 0;
}
.points-index{
  width:100%;
  display: block;
  margin:5% 0 5% 0;
}
nav ul li a{
    color: rgb(65,64,66);
    text-decoration: none;
}

nav ul li a:hover{
    color: rgb(237,28,36);
    text-decoration: none;
    text-decoration-color:rgb(237,28,36);
}
nav ul li:hover > ul{
    display:block;
}
nav ul li ul{
  background: #fff;
  color:#000;
}
nav ul li ul li{
    display: block;
    padding: 10px;
    z-index: 0;
    float: none;
    /* position: fixed; */
    border: 1px solid;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: #f1f1f1;
    font-weight: normal;
    list-style: square;
}
nav ul li ul li:nth-child(1){
    display: block;
    padding: 10px;
    z-index: 0;
    float: none;
    /* position: fixed; */
    border: 1px solid;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    background-color: #f1f1f1;
    font-weight: normal;
    list-style: square;
}
nav ul li ul li:nth-child(1):hover{
    background-color: #be1111;
    color:white;
    cursor:pointer;
}
nav ul li ul li:hover{
    background-color: #be1111;
    color:white!important;
    cursor: pointer;
}
nav ul li ul li:hover>a{
    background-color: #be1111;
    color:white!important;
    cursor: pointer;
}

.icono_menu{
    display:none;
    position: relative;
    right: -730px;
}
.dropdown-content a {
  color: rgb(65,64,66);
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown_menu:hover .dropdown-content {display: block;}
.row{
    width:100%;
    margin:0;
}

.inputCity
{
	margin-left: 0px !important;
}

.inputState
{
	margin-left: 0px !important; 
	width: 92% !important;
}
/*----------------------------------------------------------------------------------------------side menu------------------------------------------------------------------------------------------*/

#side_menu{
  display:block;
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 1s;
  padding-top: 60px;
}



#side_menu ul li{
  padding: 8px 8px 8px 32px;
  

  display: block;
  transition: 0.3s;
  width: 100%;
  
}
#side_menu ul li::before {
    content: "\2022";
    color: #B32524;
    font-weight: bold;
    display: inline-block;
    width: 1.2em;
}
#side_menu ul li a{
    color:white;
  }
.side_logo{
  content: url("../images/logo2-white.png");
  width:70%;
  height:auto;
  margin:100% 20px 0 20px;
  display:block;
  font-size:15px;
}
.side_info{
  color:white;
  font-weight:600;
  padding:20px 20px 20px 20px;

}
#side_menu .dropdown-content a{
  color: white;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: 600;
  background: #111;
}
#side_menu .dropdown-content a:hover{
  text-decoration: underline;
  text-decoration-color: rgb(237,28,36);
}

#side_menu .dropdown-content{
    box-shadow: 0px 8px 16px 0px rgba(255,247,255,0.2);
}

#side_menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


/*-------------------------------------------------------------------------------------------------slider------------------------------------------------------------------------------------------------*/
  
#slider{
    z-index: 6;
    margin-top:100px;
    font-family: 'avenir';
    background-color: rgba(0,0,0,0.5);
    z-index: 2!important;

}

.tp-fullwidth-forcer{
    height:900px!important;
}
.wexim .tp-bullet.selected .tp-bullet-inner {

    background-color: #be1111; 
}
/*--------------------------------------------------------------------------seccion internacional-------------------------------------------------------------------------------------------------------------*/
#international{
    color:rgb(65,64,66);
    margin-top:100px;
    padding:0;
}
#international .texto{
    padding:100px;
    text-align: justify;
    background: white; 
    height: 800px; 
    float:left;
}
#international .texto h2{
    font-size: 57px;
    margin: 0 00px 0 50px;
}
#international .texto p{
    font-size: 22px;
    margin-top: 60px;
    padding:0 4%;
}
#international .texto a{
   color:#be1111;
   font-style: oblique;
}
#international .imagen{
    padding:100px 0 0 0;
    background: white; 
    float: left;    
}



.subrayadoRojo
{
	text-decoration: underline; 
	text-decoration-color: #be1111;
}


.red-oblique{
    color: #be1111;
    font-style: normal;
}
/*-----------------------------------------------------------------------------------home carousel--------------------------------------------------------------------------------------------------------------*/

#home_carousel{
  margin-top: 50px;
  width: 50%;
}
#home_carousel .owl-prev,#home_carousel .owl-next{

    background-color:#be1111;
}


#home_carousel .owl-dots{
  color:#be1111;
}


#home_carousel img{
  
  padding: 0 50px;
}

/*-----------------------------------------------------------------------------------seccion customers---------------------------------------------------------------------------------------------------------*/

.movil_img{
    display:none!important;
}
/*-----------------------------------------------------------------------------------seccion footer1---------------------------------------------------------------------------------------------------------*/
#footer1{
    background: rgb(231, 233, 234);
    height:120px;
    font-size:18px;
    transition-delay: 1s;
    z-index: 1;
}
#footer1 ul{
    padding: 0 0% 0% 20%;
}
#footer1 ul li{
    list-style: none;
    font-style: oblique;
    display:inline;
    float:right;
    margin:0;
    padding: 40px 0px;
    width: 20%;

}

.iconoFooter
{
	font-size: 35px; 
	color: #be1111; 
	margin-top: 8px; 
	margin-right: 15px;
}
/*------------------------------------------------------------------------------------------------footer2---------------------------------------------------------------------------------------------------------*/
footer{
    background: rgb(65,64,66);
    height:60px;
    color:white;
    transition-delay: 1s;
    z-index: 1;
}
footer ul{
    width:100%;
}
.centrar{
    padding: 20px 0 0 30%;
}
footer ul li{
    list-style: none;
    display: inline;
    float:left;
    color:white;
}

/*----------------------------------------LAPTOP-CHICA---------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
/*-----------------------------------------------------------nav---------------------------------------------------------------------*/

nav{
    background: #fff;
    height: 100px;
    position: fixed;
    width:100%;
    z-index: 3;
    top:0;
    border-bottom:2px solid #f1f1f1;
}
nav ul{
    list-style:none;
    background:blue; 
}
nav ul li{
    display: block;
    font-weight: bolder;
    font-size: 20.52px;
    float:right;
    padding: 30px 50px;

}
nav ul li img{
    /*width:446.76px;*/
    height:100px;

}
.logo{
    padding: 0 0 5px 0!important;
    margin: 0 100px 0 0;
}


nav ul li a{
    color: rgb(65,64,66);
    text-decoration: none;
}
nav ul li a:hover{
    color: rgb(65,64,66);
    text-decoration: underline;
    text-decoration-color:rgb(237,28,36);
}

.icono_menu{
    display:none;
    position: relative;
    right: -730px;
}
.dropdown-content a {
  color: rgb(65,64,66);
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown_menu:hover .dropdown-content {display: block;}
.row{
    width:100%;
    margin:0;
}
   
}
/*----------------------------------------IPAD/TABLET(HORIZONTAL)---------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
     nav ul li{
        display: none;
        font-weight: bolder;
        font-size: 17.52px;
        float:left;
        padding: 20px 10px;

    }
    nav .logo{
        display:block;
    }
    
    
    {
        display: block;
        right: -330px;
        top: -10px;
    }
    nav ul li img{
        width: 30%;
        height: 30px;
    }
    nav{
        height: 40px;

    }
    #logotipo{
        content:url("../images/logo_movil.png");
    }
   
}



