body, html {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Cairo', sans-serif;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

h1{
    text-align: center; color:#05304f;
    /*text-decoration: underline #84c066;*/
}
.contemvis{
    height: 100vh;  display: table;
}
@media only screen and (max-width: 500px) {
    .contemvis {
        height: 50vh;  display: table;
    }
}

/* estilos personalizados para carrusel owl*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #88c157; !important;
}

.carrusel-socios{

}
/*fin de carrusel*/
#navi{
    padding: 0;
}
/*inicio mapa*/
#map {
    width: 100%;
    height: 400px;
}
/*fin de mapa*/



#heroe{
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../img/fondos_amextel-min.jpg) top center fixed;
    background-size: cover;
}
#misvis{
    display: table;
    width: auto;
    height: 100vh;
    background: url(../img/parallaxred.jpg) top center fixed;
    background-size: cover;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#88c157;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    margin-top:22px;
}
.title-divider{
    width: 100px;
    height: 3px;
    background: #88c157;
    margin: 0 auto;
    margin-bottom: 20px;
}
.heroe-container{
    /*background: rgba(0, 0, 0, 0.8);*/
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.heroe-logo{
    margin: 20px;
}
.startamex {
    background-image: url("../img/amextel_logo.png");
    height: 417px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.navbar .navbar-collapse {
    text-align: center;
}
.parallax{
    /* The image used */
    background-image: url('../img/fondos_amextel-min-compressor.jpg');

    /* Set a specific height */
    height: 700px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2{
    /* The image used */
    background-image: url('../img/tel_com_parallax-min.jpeg');
    /* Set a specific height */
    height: 700px;
    /*box-shadow: inset 0 0 0 100px rgba(36, 70, 105, 0.74);*/
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax3{
    background-image: url('../img/ciscoswitch.jpg');
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8%;
    margin-bottom: 8%;
}
.parallax4{
    background-image: url('../img/ciscorouter.jpg');
    height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 8%;
    margin-bottom: 8%;
}
.vimis{
    width: 500px;
    height: 200px;
    background-color: #f2f2f2;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    opacity: 0.8;
    filter: alpha(opacity=50);
}

.block {
    width: 306px;
    height: 230px;
}
/*.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #d1d2d5;
    color: white;
    text-align: center;
}*/
/*fin de estilo carrusel de clientes*/