/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 14, 2016, 10:31:53 AM
    Author     : grupohost
*/

a:hover{
    text-decoration:none;
}

.headerlogo{
    padding:5px 0;
}

.red{
    color:#E21E2C;
}

.titlemain{
    padding:0 15px 15px 0; 
    border-bottom: 2px solid #29ABE2;
}

.titlemain span{
    border-bottom:4px solid #0071BC; 
    bottom:-4px; 
    width: 40px;
}

.bgred{
    background:#E21E2C;
    color:#fff;
}

.bgblue{
    background:#0071BC;
    color:#fff;
}

.noround{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.block{
    display:block;
    width:100%;
}

img{
    max-width: 100%;
}

a{
    color:#0282C9;
}



body{
    font-size:13px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    line-height: 185%;
    color: #414042;
}

.border-bottom{
    border-bottom:8px solid #E6E7E8;
}

.border-top{
    border-top:8px solid #E6E7E8;
}

.border{
    border:1px solid #efefef;
}

.height200{
    height:200px;
}

.height150{
    height:150px;
}


.height100{
    height:100%;
}

.height250{
    height:250px;
}

.height400{
    height:400px;
}

.bggrey{
    background: #F1F2F2;
}

.bgwhite{
    background: #fff;
}
.justify{
    text-align: justify;
}

.grey, a.grey{
    color:#333;
}

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

.align-left{
    text-align: left;
}

.align-right{
    text-align: right;
}

a.bgred{
    color:#fff;
}

a.bgred:hover{
    color:#fff;
}

.menufooter li{
    display:inline-flex;
}

.italic{
    font-style: italic;
    font-weight: 400;
}

strong{
    font-weight: 800;
}

.inline-block{
    display: inline-block;
}


.letter{
    display:inline-block;
}

.padding-vertical{
    padding:75px 0;
}

.padding-small{
    padding:25px;
}

.padding-xsmall{
    padding:10px;
}

.round{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.margin-top{
    margin:75px 0 0 0;
}

.margin-top-small{
    margin-top:25px;
}

.margin-bottom{
    margin-bottom:75px;
}
.margin-bottom-small{
    margin-bottom:25px;
}

.margin-vertical{
    margin:75px 0;
}

.padding-vertical-small{
    padding:25px 0;
}

.padding-vertical-xsmall{
    padding:10px;
}

.margin-vertical-small{
    margin:25px 0;
}

.margin-vertical-xsmall{
    margin:10px 0;
}

.alert{
    margin:20px 0 !important;
}

.padding{
    padding: 40px;
}

.width60{
    max-width: 60%;
}

.width80{
    max-width: 80%;
}

.relative{
    position:relative;
}

.absolute{
    position:absolute;
}

.z-index1{
    z-index: 1;
}

.z-index2{
    z-index: 2;
}

.z-index3{
    z-index: 3;
}

.z-index4{
    z-index: 4;
}

.bgimg{
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.bgimgh{
    background-repeat:no-repeat;
    background-position: center;
    background-size:80% auto !important;
}


.bgimgd{
    background-repeat:no-repeat;
    background-position: center;
    background-size:100% auto !important;
}

.bgtext{
    width:100%;
    height:100%;
}

.listing_img_medium{
    width:120px;
    height:120px;
    background-color: #fff;
    border: 1px solid #efefef;
    margin: 0 25px 0 0;
}

#map {
  height: 250px;
}

.arrow-right-grey::after {
  width: 0; 
  content: '';
  height: 0; 
  position:absolute;
  top:0;
  right:-13px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 13px solid #F1F2F2;
}

.margin0auto{
    margin:0 auto;
}

.no-margin-padding{
    margin: 0;
    padding: 0;
}

.greyinput{
    padding: 3px;
    background:#F1F2F2;
}

.whiteinput{
    padding: 3px;
    background:#F1F2F2;
    border:1px solid #ccc;
}

.form-control{
    border:0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 12px;
    height: auto;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.circleimg{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Default Style*/

.borderbottomblue{
    
    border-bottom:6px solid #29ABE2;
}


.header{
    border-bottom:6px solid #E6E6E6;
}

.item{
    height: 400px !important;
}

.menumain{
    background-color:#F2F2F2;
    margin:27px 0 0 0;
    display: inline-block;
}

.under_slide{
    font-family: 'Poppins', sans-serif;
    width:100%;
    height:100%;
    color:#fff;
    text-shadow:1px 1px 1px #000;
}

.under_slide p{
    font-size:18px;
}

.under_slide a,.under_slide a:hover, .under_slide a h1{
    color:#fff;
}

.menumain li{
    border-left:1px solid #fff;
}

.menumain a{
    color:#000;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.menumain li:hover a{
    background-color:#0282C9;
    color:#fff;
}

.content_img_medium{
    height:270px;
}

.thumbpre div{
    background-size: auto 100%;
    margin: 0 auto;
}

.imgnosotros{
    height:430px;
}

.nosotrosblock{
    margin-right:-25px;
}


.equis{
    background-size: 100% auto;
    background-image:url("../img/deco.png");
    background-repeat:no-repeat;
    background-position: center center ;
    width:14px;
    height:22px;
    margin:0 20px;
    display:inline-flex;
}

h1{
    font-size:20px;
    font-weight: 600;
    letter-spacing: 3px;
    margin:0 0 10px 0;
    padding: 0;
    color:#CCCCCC;
    font-family: 'Poppins', sans-serif;
}

h4{
    font-size:14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    margin:0 0 10px 0;
    padding: 0;
}

h2{
    font-size:22px;
    color: #CCCCCC;
    font-weight: 600;
    letter-spacing: 2px;
    margin:0 0 10px 0;
    padding: 0;
}

h5{
    font-size:14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    margin:0 0 10px 0;
    padding: 0;
}

.header #logohome{
    top:50%;
    left:50%;
    position:absolute;
    display: inline;
    max-width:50%;
}

.header .logo{
    max-width:550px;
}

.logo-small{
    max-width:250px;
    
}

#searbykey{
    margin:45px 0 25px 0;
}

#togglemenu{
    display:block;
    font-size: 34px;
}

#clickaqui{
    margin: 0px 0 0 105px;
}

header.header{
    background:url("../img/bg_header.jpg") no-repeat center center;
    height:100vh;
    text-align:center;
    positon:relative;
}

.footer a, footer a{
    color:#fff;
}

.searchbtn{
    font-size:18px;
    border:none;
    background:none;
    padding: 0;
    margin: 0;
}

.itempadding{
    padding: 0 45px;
}

.itempadding .bgimg{
    height: 250px;
}