/*------------------------------------------------------------------
Project:	Appley
Version:	1.0
Last change:	April 17 2018
Primary use:	App Landing Page
-------------------------------------------------------------------*/

/* ==========================================================================
   Author's custom styles
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
/*---------------General style---------------*/
a:hover, a:focus{
text-decoration:none;
}
body{
background:#ffffff;
font-family: 'gothambook' , sans-serif;
}
section{
padding:6.5em 0 4em 0;
    border: none;
}
.dark{
background:#000;
}
.no-padd{
padding:0;
}

.naranja .row-heading h2 {
    color: #fff;
}

.naranja .row-heading h2 span {
    color: #000;
}



.dark .row-heading h2{
color:#ffffff;
text-align:center;
font-family: 'gothambold', sans-serif;
}
.dark .row-heading h2 span{
color:#e97400;
}
.row-heading{
margin-bottom:60px;
}
.row-heading h2{
color:#000;
font-family: 'gothambold', sans-serif;
text-align:center;
}
.row-heading h2 span{
color:#000;
}
.row-heading p{
color:#000;
font-size:17px;
text-align:center;
opacity:1;
font-family: 'gothambook', sans-serif;
}
.dark .row-heading p{
color:white!important;
text-align:center;
font-family: 'gothambook', sans-serif;

}


/* ==========================================================================
Navigation Style Start
========================================================================== */
nav.navbar.bootsnav {
background-color:#ffffff;
border-bottom: 1px solid #ffffff;
box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow:2px 2px 12px 0px rgba(0, 0, 0, 0.1);
border-radius:0;
border:none;
margin-bottom:0;
    height: 
}
nav.navbar.bootsnav ul.nav > li > a {
color: #e97400;
font-family: 'gothammedium', sans-serif;
    padding-top: 22px !important;
    padding-bottom: 20px !important;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    nav.navbar.bootsnav ul.nav > li > a {
        text-align: center;
        }
    
    nav.navbar.bootsnav ul.nav > li > a > img.icn-nav {
        margin-left: 0px;
        transform: translateX(0%);
        
    }
}





nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #c64832;
}

nav.navbar.bootsnav ul.nav > li > img:hover {
    color: #c64832;
    
}

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

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, nav.navbar.bootsnav ul.nav li.active > a:hover, nav.navbar.bootsnav ul.nav li.active > a:focus, nav.navbar.bootsnav ul.nav li.active > a {
background-color: transparent;
border-bottom:none;
color: #c64832;
}

nav.navbar.bootsnav ul.nav li.active a{
    color: #c64832;
}

.icn-nav:hover {
    display: none;
}



/* 
==========================================================================
Scroll Effect Style Start
========================================================================== */
.hiddens{
opacity: 0;
}

.visible{
opacity: 1;
}
/* ==========================================================================
Banner Style Start
========================================================================== */
.banner{
background-size:cover !important;
background-repeat:no-repeat;
position:relative;
padding-top:10%;
overflow:hidden;
}
.banner:before{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
display:block;
content:"";

}
.banner-text{
margin-top:10%;
}
.banner h1{
color:#ffffff;
text-align:left;
text-shadow:none;
font-family: 'gothambold', sans-serif;
font-weight:600;
line-height:1.3;
}
.banner img{
float:left;
}

.btn-grande h4{
    border: 2px solid;
    color: #ffffff;
    padding: 15px;
    background: rgba(0, 0, 0, 0.18);
  
}

.download-btn {
display: inline-block;
float:left;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding:18px 34px;
background:rgba(255,255,255,0.2);
border:2px solid #ffffff;
color:#ffffff;
border-radius:2px;
margin-right:15px;
font-size:24px;
margin-top:15px;
margin-bottom:15px;
font-family: 'gothammedium', sans-serif;

text-align:center;
}
.banner-btn h4{
text-align: center;
white-space: nowrap; 
font-family: 'gothambook', sans-serif;
font-size: 15px !important;
letter-spacing: 0.05em;
display:inline-block;
padding: 0px;
margin:0;
color:#ffffff;
border-radius: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
    
}
.banner-btn.login-btn i{
color:#ffffff;


}
.banner-btn i{
color:#e97400;
font-size:30px;

}
.banner-btn:hover h4{
color:#ffffff;
}

.login-btn {
display: inline-block;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);@
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding:15px 30px;
background:#e97400;
border:none;
color:#ffffff;
font-size:24px;
border-radius:2px;
margin-top:55px;
margin-bottom:5px;
margin-left: 50%;
transform: translateX(-50%);
font-family: 'gothambold', sans-serif;
border-radius: 50px;
}
.login-btn:hover{
color:rgba(255, 255, 255, 0.68);
background:#c64832;
}

.row {
margin-right: 15px;
margin-left: 15px;
}
/*--------------Smart features---------------*/
#features {
    
    
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    text-align: center
    
    
}

.smart-header{
margin-bottom:0.5em;

}
.features-caption{
margin-bottom:1px;
padding-right:30px;
text-align: left;
padding-left: 50px;

}

.smart-features .smart-header h1, p {
    transform: translateX(20px);
}

.smart-features p {
    font-size: 15px !important;
}

.smart-header h1 {
font-weight: 400;
color: #e97400;
position:relative;
padding-bottom:0px;
padding-left: 0px;
font-family: 'gothammedium', sans-serif;
text-align: left;
font-size: 42px;
    line-height: 1;
}

.titulo {
font-weight: 400;
color: #e97400;
position:relative;
padding-bottom:0px;
padding-left: 0px;
font-family: 'gothammedium', sans-serif;
text-align: left;
font-size: 42px;
line-height: 1;
transform: translateX(15px);
padding-bottom: 22px;
    
}

.titulo span {
    color: white;
   
}
 
.smart-header img {
        width: 100px;
    float: left;
    }

.smart-header h1 span {
    color: black;
}

.smart-header h1 span span {
    color: white;
}

.smart-header p {
   
}

.pricing-table .smart-header {
    padding-bottom: 50px !important;
}

.pricing-table .smart-header h1, p{
    float: left;
    transform: translateX(15px);
    
}

.pricing-table .smart-header p {
    transform: translateX(115px);
    font-size: 15px !important;
    
}

.features-caption span{
font-size: 3.5em;
color: #e97400;
margin-bottom:10px;
}
.features-caption h3 {
font-weight: 500;
color: #8d8d8d;
text-transform: uppercase;
font-family: 'gothambold', sans-serif;
font-size: 22px;
margin-bottom:4px;
}
.features-caption p {
color: #000;
font-size: 15.4px;
line-height: 1.3;
font-family: 'gothambook', sans-serif;
}

.icn-nosotros {
    background-image: linear-gradient(to right, #e97400, #c64832);
    padding: 150px;
    text-align: center;
    color: white;
    
}

.icn-nosotros img {
    max-height: 110px;
    padding-bottom: 30px;
    max-width: 
}

.icn-nosotros span {
    font-size: 20px;
}

/*-----------Service style---------------*/

.services {
    padding: 150px 0px 120px 0px;
    background: #000;
   
    background-repeat: no-repeat;
    background-size: cover;
    
    
    
}

.service-caption{
    
    vertical-align: middle !important;
    
}
.service-content {

margin-left: 80px;


    
}

.dark .smart-header h1, p{
    transform: translateX(15px);
}

.dark .smart-header p {
    color: white;
    transform: translateX(115px);
    font-size: 15px;
    line-height: 1.2em;
   
    
    
}

.ciudades-lista {
    font-size: 19px;
    color: white;
    padding-left: 7px;
    padding-bottom: 15px;
    margin-left: 80px;
    font-family: 'gothammedium';
    line-height: 1em;
    
    }

.ciudades-lista i {
    font-size: 28px;
    padding-right: 10px;
}

.ciudades-lista span span {
    font-size: 16px;
    color: #e97400;
    padding-left: 15px;
}

.service-caption span {
width: 40px;
height: 40px;
float: left;
font-size: 25px;
margin-top: 5px;
color: #e97400;
vertical-align: middle;
}
.service-content h4 {
text-transform: capitalize;
font-family: 'gothammedium', sans-serif !important;
color: #ffffff;
transform: translate(10px);
line-height: 1em;
font-weight: none !important;

    
}
.service-content p {
line-height: 1.8;
font-size: 14.4px;
color: #90a1b3;
font-family: 'gothambook', sans-serif;
}
/*---------Pricing Plan---------------*/
.pricing-table{
    background: white;
}
.pricing{
background:#ffffff;
border:1px solid #fff;
text-align:center;
margin-bottom:40px;
padding:10px;
box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
-webkit-box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
-moz-box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
}
.prc-header {
padding: 25px 0px 0px 0px;
}
.prc-header h3{
font-family: 'gothambold', sans-serif;
font-size:26px;
    

}




.active .prc-header h3{
color:#e97400;
}
.prc-price {
border: 8px solid #3e3e3e;
text-align: center;
width: 150px;
height: 150px;
border-radius: 50%;
display: block;
margin: 0 auto;
position:relative;
background-image: linear-gradient(to bottom , #EA7500, #b75d02);
padding: 10px;
    text-shadow: 5px 1px 6px rgba(0, 0, 0, 0.34);
}

.prc-plata {
    background: -webkit-linear-gradient(#e5e5e5, #414748);
}
.prc-oro {
    background: -webkit-linear-gradient(#BF953F, #FBF5B7, #B38728, #FCF6BA);
}
.prc-bronce {
    background: -webkit-linear-gradient(#f2cd94, #B08D57);
}

.prc-price h2 {
position: absolute;
top: 15px;
left:35%;
font-size:55px;
color: #3b4b5a;
opacity: 0.1;
font-family: 'gothambold', sans-serif;
}
.prc-price h3 {
margin-top:27px;
color: #ffffff;
font-family: 'gothambold', sans-serif;
font-size: 38px;
margin-bottom:5px;
}
.prc-price p {
color: #ffffff;
font-family: 'gothambold', sans-serif;
text-transform:uppercase;
font-size:12px;
margin-bottom: 2px;
line-height: 12px;
}
.pricing ul {
margin: 20px 0 0 0;
padding: 0;
}
.pricing ul li {
list-style: none;
text-align: center;
color: #000;
line-height: 1.2;
padding: 5px 5px 9px 5px;
font-family: 'gothambook', sans-serif;
font-size:13px;
}
button.btn.select-plan {
padding: 12px 20px;
color: #ffffff;
text-transform: uppercase;
margin: 10px 0;
background: #e97400;
font-family: 'gothambook', sans-serif;
font-size: 15px;
border-radius: 50px;
    
}
.active button.btn.select-plan {
background:#e97400;
}

button.btn.select-plan:hover {
    background:#c64832;
}



.img-planes {
    max-width: 100%;
}



.img-promo {
    max-width: 60%;
    margin-top: 0px;
    margin-bottom: 40px
}

.btn-contratar {
    text-align: center;
    margin: 20px;
    

}

.btn-contratar a {
    background-color: #e97400;
    color: white;
    padding: 10px 20px;
    border-radius: 70px;
    margin-top: 33px;
    font-size: 15px !important;
}

.icn-ciudad i{
    
}


#cobertura {
    padding-top: 80px;
    padding-bottom: 50px;
    background-position: right;
    background-image: url(../img/tower-820001_1920.jpg);
    
}

.antena {
        width: 380px !important;
        transform: translateX(-100px);
    }
    


#contrata {
    padding-bottom: 250px;
    padding-top: 100px;
}

.precio {
    font-size: 35px;
    padding-top: 18px;
    color: #000;
}

.whatsapp {
    font-size: 20px;
    color: #fff !important;
    text-align: left;
    padding-top: 20px;
    border-radius: 70px;
    width: 500px;
}


.whatsapp a:hover {
    color: #e97400;
}

.frase-inicio {
    font-size: 44px;
    color: white;
    height: 488px;
}

.btn-ciudad {
    background-color: transparent !important;
    border: none !important;
}

.btn-ciudad:any-link {
   border: none !important;
}

.btn-ciudad h4 {
    float: right;
}


/*----------------video section------------*/
.video-sec{
background-size:cover !important;
background-attachment:fixed;
background-position:center !important;
text-align:center;
position:relative;
}
.heading h2{
position:relative;
font-family: 'gothambold', sans-serif;
margin-bottom:20px;
color:#ffffff;
}
.video-sec:before{
position:absolute;
display:block;
left:0;
right:0;
top:0;
bottom:0;
content:"";
background:rgba(29, 42, 55,0.8);
}
a.video-btn {
position:relative;
display: table;
margin: 0 auto;
vertical-align: middle;
height: 120px;
width: 120px;
background: #ffffff;
line-height: 120px;
border-radius: 50%;
transition:all 0.4s;
}
a.video-btn i {
font-size: 40px;
width: 120px;
height: 120px;
border-radius: 50%;
color: #ff569c;
line-height: 120px;
vertical-align: middle;
transition:all 0.4s;
}
a.video-btn:hover i{
background:#ff569c;
color:#ffffff;
}
/*------------app screen-------------------*/

.screen {
    background: #EA7500;
    margin-top: -20px;
}

#app-screen .item{
margin: 10px;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 2px;
text-align: center;
}
.customNavigation{
text-align: center;
}
.customNavigation a{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-item h2 {
background: #111111;
font-size: 20px;
line-height: 52px;
margin-top: 0;
color:#ffffff;
padding-left:15px;
text-align: justify;
}
.owl-item h2 i {
background: #007ffe;
float: right;
line-height: 52px;
padding: 0 20px;
}

.btn.next i {
background: #ff569c;
border-radius: 100%;
display: inline-block;
float: unset;
height: 32px;
font-size:12px;
line-height: 24px;
padding: 0;
color:#ffffff;
text-align: center;
width: 32px;
border:3px solid #ff569c;
}
.btn.prev i {
background: #ff569c;
border-radius: 100%;
display: inline-block;
float: unset;
height: 32px;
color:#ffffff;
font-size:12px;
line-height: 24px;
padding: 0;
text-align: center;
width: 32px;
border:3px solid #ff569c;
}
.owl-controls.clickable{
display:none;
visibility:hide;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
display: none;
}
/*---------------contact form----------------*/
.address{
margin-bottom:3em;
}

.contact .smart-header h1 {
    transform: translateX(15px);
}

.contact .smart-header p {
    transform: translateX(115px);
    padding-right: 0px !important;
    margin-bottom: 40px;
}


.contact{
background:#000;
}
.contact-form{
text-align:center;
}
.form-control{
background: black;
border:3px solid #e97400;
height:60px;
box-shadow:none !important;
border-radius:30px !important;
display:inline-block;
color:#ffffff !important;
max-width: 400px;
}

.form-bott{
margin-bottom:15px;
}
textarea.form-control{
height:120px;
}
.input-group {
width: 100%;
}
.form-control:focus {
border-color: #fff;

outline: 0 none;
}
.btn-caption.submit {
margin-top: 0;
padding: 1.2em 2.5em;
border: none;
text-transform: uppercase;
background: #e97400;
    border-radius: 30px;

}



.btn-caption.submit:hover {
    background: #c44732;
}

.jx-contact-info ul {
margin: 0;
padding: 0;
}
.jx-contact-info li:first-child {
padding-bottom: 37px;
list-style:none;
margin:0;
}
.jx-contact-info .icon {
border: 0px solid #ff569c;
border-radius: 50%;
height: 66px;
margin-top: 4px;
transition: all 0.3s ease-out 0s;
width: 66px;
color: #e97400;
float: left;
font-size: 30px;
position: absolute;
text-align: center;
}
.jx-contact-info i {
color: #fff;
padding: 0;
line-height: 65px !important;
}
.jx-contact-info li{
list-style:none;
padding-bottom: 25px;
}
.jx-contact-info .item-position {
margin-left: 70px;
padding-left: 9px;
}
.jx-contact-info .title {
color: #ffffff;
font-size: 20px;
font-weight: 500;
line-height: 30px;
}

.jx-contact-info .discription {
font-size: 15.3px;
line-height: 22px;
}
.jx-contact-info{
margin-top:50px;
}
.contact-form .form-control{
margin-bottom:7px;
}
.icon:hover{
background:#ff569c;
}
.icon:hover i{
color:#ffffff;
}
.text-danger li {
list-style: none;
color: #ffffff;
text-align: left;
}
/*--------------footer design----------------*/
footer{
background:#000000;
padding:0 0 2.5em 0;
color: white;
}


.footer-widget{
padding: 25px 0;
text-align:center;
}
.footer-widget a:hover {
    color: #bcbcbc;
}


.footer-widget-copy{
text-align:center;
}
.footer-social-pro{
margin:0 auto;
text-align:center;
padding:0;
display:block;
}
.footer-social-pro li{
margin:0 10px;
display:inline-block;
list-style:none;
}
.footer-social-pro li i {
width: 40px;
height: 40px;
border-radius: 50px;
background: transparent;
line-height: 40px;
color: #ffffff;

box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.footer-social-pro li a {
width: 52px;
height: 52px;
display: inline-block;
line-height: 52px;
border-radius: 50px;
}
.footer-social-pro li.facebook a{
background:#fff;
}
.footer-social-pro li.facebook a i{
background:#000;
}
.footer-social-pro li.google a{
background:#000;
}
.footer-social-pro li.google a i{
background:#db3623;
}
.footer-social-pro li.twitter a{
background:#000;
}
.footer-social-pro li.twitter a i{
background:#000;
}
.footer-social-pro li.instagram a{
background:#000;
}
.footer-social-pro li.instagram a i{
background:#000;
}
.footer-social-pro li.pinterest a{
background:#c12123;
}
.footer-social-pro li.pinterest a i{
background:#c12123;
}
.footer-navi{
margin:0 auto;
text-align:center;
padding:0;
display:block;
}
.footer-navi li{
padding:0 12px;
border-right:1px solid white;
display:inline-block;
list-style:none;
}
.footer-navi li a {
color:white;
font-family: 'gothambook', sans-serif;
}
.footer-widget-copy p {
color: white;
margin:0;
}
.footer-widget-copy p a {
color: white;
}

.btn-contacto {
    color: white;
    background: #e97400;
    width: 100%;
    border-radius: 70px;
    padding: 12px 20px 10px 20px;
    text-align: center;
    margin-bottom: 22px;
    transform: translateX(20px);
    height: 60px;
    max-width: 400px;
    
}

.btn-contacto:hover {
    background: #c64832;
}

.btn-contacto a {
    background: transparent;
    padding: 20px 100px;
    color: white;
    text-align: center;
    transform: translateY(-5px);
    vertical-align: middle !important;
}

.btn-contacto a span {
    transform: translateY(-5px);
}

.btn-contacto i {
    transform: translateY(4px) !important;
    padding-right: 10px;
    font-size: 26px !important;
    
    
    
}

.txt-contacto {
   height: 86px;
    
}



.btn-llamar {
    background: #e97400;
    color: white;
    padding: 8px 18px 14px 18px;
    border-radius: 74px;
    width: 800px !important;
}

.btn-llamar:hover {
    color: white !important;
    background: rgba(234, 117, 0, 0.78);
}

.lanzamiento h2  {
    text-align: center;
    color: #e97400 !important;
    background: ;
    padding: 0px;
    font-size: 46px;
    transform: translateY(-16px);
}

.img-cober {
    
    width: 100%;
}


/* Popover */
  .popover {
    border: none;
      border-radius: 8px;
      background-color: #000;
      transform: translate(-220px, 66px);
      overflow: hidden;
      width: 300px;
      position: relative;
      
  }
  /* Popover Header */
  .popover-title {
    background-color: #000; 
    color: #FFFFFF; 
    font-size: 38px;
    text-align:center;
      border: none;
    
  }
  /* Popover Body */
  .popover-content {
    background-color: coral;
    color: #FFFFFF;
    padding: 0px;
  }

.arrow {
    display: none;
  }
/*-----------------Responsiveness Start-------------------*/


.dropdown-menu {opacity:1;transition:.5s ease all;
    z-index: 99999999999999999 !important;
    
}

.dropdown-menu.show {opacity:1;transition:.5s ease all;}

@media only screen and (min-width: 768px)  {
.video-sec{
padding:7em 0 6em 0;
    
    
}
.img-responsive.imack{
max-width:112%;
}
h1{
font-size:48px;
line-height:52px;
}

h2{
font-size:36px;
line-height:48px;
}

h3{
font-size:30px;
line-height:36px;
}

h4{
font-size:19px;
line-height:30px;
}

h5{
font-size:18px;
line-height:24px;
}

h6{
font-size:14px;
line-height:18px;
}

    .banner-text {
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
    } 
    
    .login-btn {
        margin-bottom: 95px;
    }
    
    .planes-m {
    display: none;
}

  .logo-contrato {
        transform: translateY(-31px);
    }
    
   
    
}
@media only screen and (min-width: 1023px)  {
    #mapa-viedma {
        width: 80%;
        transform: translateX(90px);
        transform: translateY(-350px);
    }
    
    #mapa-condor {
        transform: translateX(90px);
        transform: translateY(-350px);
        width: 80%;
        
        z-index: 9999999999999999999999999999999999999999999;
    
        }
    #mapa-patagones {
        transform: translateX(90px);
        transform: translateY(-350px);
        width: 80%;
        }
    
    #llama-mob {
        display: none;
    }
    
    nav.navbar .navbar-brand img.logo {
    padding-top:6px;
}
    
    .dark .smart-header p {
        padding-right: 50%;
    }
    
    
        #btn-llamanos {
        display: none;
}
  
    
    #form-contacto-tit {
        display: none;
    }
    
    
    .features-caption p {
        margin-left: 0px !important;
        transform: translateX(-30px);
    }

    
    .features-caption .btn-standard {
        margin-left: -30px !important;
        font-size: 15px;
        float: none;
        
    }
    
   
    .logo-nosotros {
        
    
    }
    
    
    #nosotros {
        padding-top: 130px !important;
        padding-bottom: 100px !important;
    }
    
    #planes {
        padding-top: 130px !important;
        padding-bottom: 110px !important;
    }
    
    #cobertura {
        padding-top: 130px !important;
         padding-bottom: 130px !important;
        
    }
    
    #contacto {
        padding-top: 130px !important;
        
    }
    
    
    .imagen-nosotros {
        margin-top: 215px !important;
        transform: translateY(-50%) !important;
        
    } 
    
    
    .planes {
        width: 1000px !important;
    }
    
    #btn-nos {
        margin-left: 0px !important;
        transform: translateX(-210px);
        
    }
    
    
}





@media (max-width: 992px) {
nav.navbar .navbar-brand img.logo {
    width: 106px;
    
}
nav.navbar.bootsnav .navbar-toggle {
background: white !important;
color: #e97400;
font-size: 26px;
    
    
    transform: translateY(81vh);
    margin-left: 79vw;
    padding: 5px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.18);
    position: fixed;
}
    
.icn-nosotros {
    padding: 50px;
    padding-bottom: 80px !important;
}

.icn-nosotros img {
    height: 130fpx;
    padding-bottom: 10px;
    padding-top: 40px
}
    
    
    .features-caption .btn-standard {
        margin-left: 0px !important;
        
    }
    
   
    
}

.icn-social {
    font-size: 20px !important; 
    
}

.icn-nav {
    height: 28px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 5px;
    
}

.features-caption .btn-standard {
    background-color: #e97400;
    color: white;
    padding: 15px 30px 15px 30px;
    border-radius: 50px;
    margin-top: 15px;
    margin-left: -35px;
}

.btn-standard:hover {
    color: white;
    background-color: #c64832;
}

.separador {
    background-image: url(../img/separador.png), linear-gradient(to right, #e97400, rgb(198, 72, 50));
    background-size: cover; 
    height: 180px;
}

.flechas {   
    color: white !important;
    margin-top: 50vh;
    transform: translateY(-50%);
    font-size: 40px;
}

.logo-hero {
    max-width:550px;
    height: 246px;
    margin-left: 50%;
    transform: translateX(-55%);
    
    }

.planes {
    max-width: 900px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: -37px;
}


@media (max-width: 768px) {
    
    .navbar-brand {
        transform: translateY(1px) !important;
        transform: translateX(18px);
    } 
    #mapa-viedma {
        transform: translateX(45px);
        
    }
    #mapa-condor {
        transform: translateX(45px);
        z-index: 99999999999999999 !important;
        position: absolute;
    }
    #mapa-patagones {
        transform: translateX(45px);
    }
    
    #llama-des {
        display: none;
    }
    
.banner {
padding-top: 100px;
padding-bottom: 100px;
background-position: -160px !important;  
}
    
.logo-hero {
    margin-left: 50%;
    transform: translateX(-55%);
    width: 250px;
    margin-top: 49px;
    filter: opacity(1);
    
}   
    
    .planes {
        display: none;
    }
    
    .planes-m {
        width: 242px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .img-promo {
    max-width: 80%;
    margin-top: 20px;
}
   
    .titulo {
        font-size: 18px;
        
    }  
    
.smart-header h1 {
    font-size: 18px !important; 
    transform: translateX(0px) !important;
    text-align: center;
    }  
    
    .smart-header p {
    transform: translateX(0px) !important; 
    font-size: 12px;
    line-height: 1;
    }
    
    .smart-features p {
        transform: translateX(-25px);
        font-size: 13px;
    }
    
    .smart-features img {
        width: 130px;
        margin-left: 50%;
        transform: translateX(-55%);
        padding-bottom: 30px;
    }
    
    .imagen-nosotros {
        padding-bottom: 24px!important;
        
    }
    
    
    .smart-header img {
        width: 50px;
        
    }
    
    .service-content, .ciudades-lista {
        margin-left: 35px;
        
    }
    
.btn-ciudad h4, .ciudades-lista {
    font-size: 14px;   
   
}
    
    .btn-ciudad i {
        font-size: 18px;
    }
    
    .ciudades-lista i {
        font-size: 18px !important;
        margin-right: -5px;
        
    }
    
    .service-caption i {
        font-size: 18px !important;
        margin-right: -5px;
    }
  
    .ciudades-lista span span {
        font-size: 7px;
        padding-left: 10px;
        letter-spacing: 0,01em;
        
    }
    
    
    
    .ciudades-lista {
        word-wrap: break-word;
        letter-spacing: 0,1em;
        width: 120%;
        
        
        
    }
    
    .dark .service-caption {
        transform: translateX(-45px);
        
    }
    
    .dark .ciudades-lista {
        transform: translateX(-45px);
         overflow: visible;
        
    }
    
    .antena {
        
        margin-left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    
    .btn-contacto {
        transform: translateX(0px);
        vertical-align: middle;
    }
    
.features-caption{
padding-right:0;
    transform: translateX(10px);
}

    .features-caption p {
       
    }
    
    
.features-caption h3{
font-size:20px;
}
    
    
.features-caption .btn-standard {
    font-size: 15px !important;
    padding: 15px 20px 15px 20px;
    border-radius: 50px;
    top: 25px;
    transform: translateY(22px);
    margin-left: -45px;
    
    
    
}    
    
    
    .smart-features .btn-standard {
        
    }    
    
.row.contact-form {
    padding: 0;
    margin: 0 -15px;
}

    .banner-btn h4 {
        font-size: 14px;
        word-wrap: break-word;
        border-radius: 50px !important;
        
        }    

    .login-btn {
        padding: 8px 18px 16px 18px;
        border-radius: 50px !important;
    }
    
    .btn-grande h4 {
        white-space: normal !important;
        width: 250px;
        
    }
    
    
.pricing-table .smart-header h1 {
    float: left;
    transform: translateX(10px) !important;
    text-align: left;
    letter-spacing: 0.01em;
    
    
}

.pricing-table .smart-header p {
    transform: translateX(115px);
    text-align: center;
}

    .dark .smart-header img {
        transform: translateX(33px) !important;
    }

.dark .smart-header h1 {
    float: left;
    transform: translateX(55px) !important;
    text-align: left;
    
}
    
    .dark .smart-header .titulo {
        transform: translateX(43px) !important;
        
    }

.dark .smart-header p {
    transform: translateX(115px);
    text-align: center;
    margin-bottom: 30px;
}
    

    .contact {
        padding-top: 10px;
    }
    
    .contact .smart-header p {
        margin-bottom: 30px;
    }
    
#cobertura {
   padding-top: 80px; 
    padding-bottom: 80px; 
        
}
    
    
    #btn-nro {
        display: none;
}
    
#nosotros {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    
    #planes {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }
    
    #cobertura {
        padding-top: 100px !important;
        padding-bottom: 90px !important;
    }
    
    #contacto {
        padding-top: 100px !important;
        
    }   
    
    .boton-nos {
        
        margin-left: 50% !important;
        transform: translateX(-50%) !important;
;
    }
   
    
}




