#wrapFull_masM{
    font-weight: normal;
}
#wrapFull_masM h1{
    font-family: 'TelefonicaExtraLight';
    font-size: 3.5em;
    line-height: 1.1;
    margin: 0 0 20px;
}
#wrapFull_masM h2{
    font-family: 'TelefonicaExtraLight';
    font-size: 2.8em;
    line-height: 1.1;
    margin: 0 0 20px;
}
#wrapFull_masM h3{
    font-family: 'TelefonicaExtraLight';
    font-size: 2.2em;
    line-height: 1.1;
    margin: 0 0 15px;
}
#wrapFull_masM h4{
    font-family: 'TelefonicaExtraLight';
    font-size: 1.6em;
    line-height: 1.1;
    margin: 0 0 10px;
}
#wrapFull_masM h5{
    font-family: 'TelefonicaExtraLight';
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0 0 10px;
}
#wrapFull_masM p{
    font-family: 'TelefonicaLight';
    font-size: 1.1em;
    line-height: 1.3;
    margin: 0 0 10px;
}
a, .transistionAni{ transition-duration: 0.3s; -moz-transition-duration: 0.3s; -webkit-transition-duration:0.3s;}
img{
    max-width: 100%;
    width: auto;
    height: auto;
}
#wrapFull_masM strong{ font-family: 'TelefonicaRegularBold'; font-weight: normal !important;}
h1, h2, h3, h4, h5, p{ font-weight: normal;}

/**/
#bannerPrinc_masM{
    background: #00a9df; /* Old browsers */
    background: -moz-linear-gradient(top, #00a9df 1%, #000b42 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00a9df 1%,#000b42 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00a9df 1%,#000b42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9df', endColorstr='#000b42',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    text-align: center;
    position: relative;
}
#bannerPrinc_masM h1{
    max-width: 500px;
    margin: 70px auto 110px;
    padding-bottom: 80px;
}
#bannerPrinc_masM .curvaM{
    background: url(../images/bg_curva.png) center bottom no-repeat transparent;
    background-size: 100% auto;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

/**/
#content_masM{
    text-align: center;
    padding: 3em 0 1em;
    color: #50535a;
    font-family: 'TelefonicaLight';
}
#content_masM > h2{
    max-width: 910px;
    padding: 0 0.6em;
    margin: 0 auto;
}

#content_masM .wrap_width_masM{
    margin: 0 auto;
    max-width: 1260px;
}
#content_masM .cont_vueltaEsp h1{
    margin-bottom: 50px;
}
#content_masM .cont_vueltaEsp > h5{
    padding: 0 20px;
}
#content_masM .cont_vueltaEsp .column_vueltaEsp{
    text-align: left;
    margin: 4em 0 0;
}
#content_masM .cont_vueltaEsp .column_vueltaEsp > div{
    width: calc((100% / 2) - 5px);
    display: inline-block; *display: inline; zoom:1;
    vertical-align: top;
    margin-bottom: 2em;
    padding: 0 20px;
}
#content_masM .cont_vueltaEsp .column_vueltaEsp > div:last-child{
    margin-bottom: 0;
}

/*
    RESPONSIVE
*/
@media (max-width: 767px) {
    #bannerPrinc_masM h1{ margin: 30px auto 120px;}

    #wrapFull_masM h1{ font-size: 3em;}
    #wrapFull_masM h2{ font-size: 2.4em;}
    #wrapFull_masM h3{ font-size: 2em;}
    #wrapFull_masM h4{ font-size: 1.4em;}
    #wrapFull_masM h5{ font-size: 1.1em;}
}
@media (max-width: 660px) {
    #content_masM{ padding: 1em 0;}
    #content_masM .cont_vueltaEsp h1{ margin-bottom: 30px;}

    #wrapFull_masM h1{ font-size: 2.4em;}
    #wrapFull_masM h2{ font-size: 2.1em;}
    #wrapFull_masM h3{ font-size: 1.8em;}

    #content_masM .cont_vueltaEsp .column_vueltaEsp{ margin: 2em 0 0;}
    #content_masM .cont_vueltaEsp .column_vueltaEsp > div{ width: 100%; display: block; text-align: center;}
}
@media (max-width: 420px) {
    #wrapFull_masM h1{ margin-top: 15px;}
}
.column_vueltaEsp p{
    text-align: justify;
}
.column_vueltaEsp img{
    width: 100%;
}
a.btn-enviar {
    background-color: #5bc500;
    border: 1px solid #5bc500;
    color: #fff;
    padding: 7px 45px;
    text-decoration: none;
    font-weight: 900;
    transition: 0.5s;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.enlace {
    text-align: center;
    margin-top: 75px;
}
.btn-enviar:hover {
    background-color: #4aa000;
    color: white;
    text-decoration: none;
  }
  @media(max-width:768px){
    #bannerPrinc_masM {
        min-height: 340px;
        background-image: url(../images/movistarTeam.png);
        background-size: cover;
        background-position: center;
    }
    #bannerPrinc_masM img{
        display: none;
    }
    
    
  }
 
  
.btn.llamanos { background: #5bc500;
    color: #fff;
    height: 38px;
    width: 90%;
    margin: 0 auto;
    text-transform: none;
    text-decoration: none;
    display: none;
}
@media(max-width:600px){
    iframe#iframeHogar12Megas{
        display:none;
    }
    .btn.llamanos{display: block;}
}
