
/* TIPOGRAFÍAS */

@font-face {
    font-family: 'movistar_headlinebold';
    src: url('../fonts/movistarheadline-bold-webfont.eot');
    src: url('../fonts/movistarheadline-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/movistarheadline-bold-webfont.woff') format('woff'),
    url('../fonts/movistarheadline-bold-webfont.ttf') format('truetype'),
    url('../fonts/movistarheadline-bold-webfont.svg#movistar_headlinebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'movistar_headlineregular';
    src: url('../fonts/movistarheadline-regular-webfont.eot');
    src: url('../fonts/movistarheadline-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/movistarheadline-regular-webfont.woff') format('woff'),
    url('../fonts/movistarheadline-regular-webfont.ttf') format('truetype'),
    url('../fonts/movistarheadline-regular-webfont.svg#movistar_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'movistar_textbold';
    src: url('../fonts/movistartext-bold-webfont.eot');
    src: url('../fonts/movistartext-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/movistartext-bold-webfont.woff') format('woff'),
    url('../fonts/movistartext-bold-webfont.ttf') format('truetype'),
    url('../fonts/movistartext-bold-webfont.svg#movistar_textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'movistar_textregular';
    src: url('../fonts/movistartext-regular-webfont.eot');
    src: url('../fonts/movistartext-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/movistartext-regular-webfont.woff') format('woff'),
    url('../fonts/movistartext-regular-webfont.ttf') format('truetype'),
    url('../fonts/movistartext-regular-webfont.svg#movistar_textregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Telefonica-Hand';
    src: url('../fonts/Telefonica-Hand.eot');
    src: url('../fonts/Telefonica-Hand.woff2') format('woff2'),
    url('../fonts/Telefonica-Hand.woff') format('woff'),
    url('../fonts/Telefonica-Hand.ttf') format('truetype'),
    url('../fonts/Telefonica-Hand.svg#Telefonica-Hand') format('svg'),
    url('../fonts/Telefonica-Hand.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'telefonica_headline_lightRg';
    src: url('../fonts/telefonicaheadline-light-webfont.eot');
    src: url('../fonts/telefonicaheadline-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/telefonicaheadline-light-webfont.woff2') format('woff2'),
    url('../fonts/telefonicaheadline-light-webfont.woff') format('woff'),
    url('../fonts/telefonicaheadline-light-webfont.ttf') format('truetype'),
    url('../fonts/telefonicaheadline-light-webfont.svg#telefonica_headline_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Reloj*/





/* Pure CSS Loading Clock Using a Single Div */
.sv-clock .loading-clock {
    /*margin: 50px auto;*/
    width: 40px;
    height: 40px;
    border: 3px solid #1caade;
    border-radius: 100%;
    position: relative;
    /*top: 6px;*/

}
.sv-clock .loading-clock:before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    left: 16px; /* half width of clock - half width of hand */
    background: #1caade;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

.sv-clock .loading-clock:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    left: 19px;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    background: #1caade;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    margin-left: -4px;
}

.sv-clock  .view:after {
    position: absolute;
    display: block;
    content: "";
    background-color: #1caade;
    top: -15px;
    width: 6px;
    height: 9px;
    left: 14px;
}


.sv-clock .view:before {
    position: absolute;
    display: block;
    content: "";
    background-color: #1caade;
    top: -15px;
    width: 16px;
    height: 5px;
left: 9px;
}


.sv-clock .view{
-webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
}


.sv-clock .view.shake {
    -webkit-animation-duration: 200ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: panelShakeAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-name: panelShakeAnimation
}

@-moz-keyframes panelShakeAnimation {
    0 {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    12.5% {
        -webkit-transform: translateX(-3px) rotateY(-3deg);
        -moz-transform: translateX(-3px) rotateY(-3deg);
        -ms-transform: translateX(-3px) rotateY(-3deg);
        -o-transform: translateX(-3px) rotateY(-3deg);
        transform: translateX(-3px) rotateY(-3deg)
    }
    37.5% {
        -webkit-transform: translateX(3px) rotateY(2deg);
        -moz-transform: translateX(3px) rotateY(2deg);
        -ms-transform: translateX(3px) rotateY(2deg);
        -o-transform: translateX(3px) rotateY(2deg);
        transform: translateX(3px) rotateY(2deg)
    }
    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }
    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes panelShakeAnimation {
    0 {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    12.5% {
        -webkit-transform: translateX(-3px) rotateY(-3deg);
        -moz-transform: translateX(-3px) rotateY(-3deg);
        -ms-transform: translateX(-3px) rotateY(-3deg);
        -o-transform: translateX(-3px) rotateY(-3deg);
        transform: translateX(-3px) rotateY(-3deg)
    }
    37.5% {
        -webkit-transform: translateX(3px) rotateY(2deg);
        -moz-transform: translateX(3px) rotateY(2deg);
        -ms-transform: translateX(3px) rotateY(2deg);
        -o-transform: translateX(3px) rotateY(2deg);
        transform: translateX(3px) rotateY(2deg)
    }
    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }
    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
@-o-keyframes panelShakeAnimation {
    0 {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    12.5% {
        -webkit-transform: translateX(-3px) rotateY(-3deg);
        -moz-transform: translateX(-3px) rotateY(-3deg);
        -ms-transform: translateX(-3px) rotateY(-3deg);
        -o-transform: translateX(-3px) rotateY(-3deg);
        transform: translateX(-3px) rotateY(-3deg)
    }
    37.5% {
        -webkit-transform: translateX(3px) rotateY(2deg);
        -moz-transform: translateX(3px) rotateY(2deg);
        -ms-transform: translateX(3px) rotateY(2deg);
        -o-transform: translateX(3px) rotateY(2deg);
        transform: translateX(3px) rotateY(2deg)
    }
    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }
    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
@-ms-keyframes panelShakeAnimation {
    0 {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    12.5% {
        -webkit-transform: translateX(-3px) rotateY(-3deg);
        -moz-transform: translateX(-3px) rotateY(-3deg);
        -ms-transform: translateX(-3px) rotateY(-3deg);
        -o-transform: translateX(-3px) rotateY(-3deg);
        transform: translateX(-3px) rotateY(-3deg)
    }
    37.5% {
        -webkit-transform: translateX(3px) rotateY(2deg);
        -moz-transform: translateX(3px) rotateY(2deg);
        -ms-transform: translateX(3px) rotateY(2deg);
        -o-transform: translateX(3px) rotateY(2deg);
        transform: translateX(3px) rotateY(2deg)
    }
    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }
    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes panelShakeAnimation {
    0 {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    12.5% {
        -webkit-transform: translateX(-3px) rotateY(-3deg);
        -moz-transform: translateX(-3px) rotateY(-3deg);
        -ms-transform: translateX(-3px) rotateY(-3deg);
        -o-transform: translateX(-3px) rotateY(-3deg);
        transform: translateX(-3px) rotateY(-3deg)
    }
    37.5% {
        -webkit-transform: translateX(3px) rotateY(2deg);
        -moz-transform: translateX(3px) rotateY(2deg);
        -ms-transform: translateX(3px) rotateY(2deg);
        -o-transform: translateX(3px) rotateY(2deg);
        transform: translateX(3px) rotateY(2deg)
    }
    62.5% {
        -webkit-transform: translateX(-3px) rotateY(-2deg);
        -moz-transform: translateX(-3px) rotateY(-2deg);
        -ms-transform: translateX(-3px) rotateY(-2deg);
        -o-transform: translateX(-3px) rotateY(-2deg);
        transform: translateX(-3px) rotateY(-2deg)
    }
    87.5% {
        -webkit-transform: translateX(2px) rotateY(1deg);
        -moz-transform: translateX(2px) rotateY(1deg);
        -ms-transform: translateX(2px) rotateY(1deg);
        -o-transform: translateX(2px) rotateY(1deg);
        transform: translateX(2px) rotateY(1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

/* Animations */
@keyframes rotate {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Big hand */
.sv-clock .loading-clock:before {
    top: 2px;
    height: 10px; /* half the width/height of the clock */
    transform-origin: 1px 15px;
}

.sv-clock .loading-clock.ticking:before {
    animation: rotate 1s 1 linear;
}

.sv-clock {
    position: absolute;
    top: 5px;
    left: 0;
}



/*Response msg*/

.response-ok{
      color: #5bc500;
  font-family: movistar_textregular;
  font-size: 20px;
  text-align: center;
}


.response-ko{
      color: red;
  font-family: movistar_textregular;
  font-size: 20px;
  text-align: center;
}

.response-ko .btn-block{
      margin-top: 10px;
  color: white;
  background: #5bc500;
}



body{
    background-color: #fff;
}









/*PopUp override*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
}

#tlf .modal-dialog {
    margin: 50px 10px 10px 10px;
}

#tlf .modal-dialog .sv-clock {
    background: white;
    z-index: 99;
    padding: 13px;
    border-radius: 50%;
    top: -32px;
    left: 50%;
    margin-left: -37px;
    border: 4px solid #e9426d;
}

#tlf .modal-dialog .sv-clock .loading-clock {
    top:6px;
}

#tlf .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 8px solid #e9426d;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#tlf .modal-content .modal-body {
    position: relative;
    padding: 15px 25px;
}

#tlf .modal-content h2 {
    font-family: 'movistar_textbold';
    text-align: center;
    color: #00ACE1;
     font-size: 36px;

}

#tlf .modal-content h3 {
    font-family: 'movistar_textregular';
    text-align: center;
    color: #00ACE1;
    margin-top: 0;
    font-size: 19px;
}


#tlf .modal-content h6 {
    text-align: center;
    font-family: 'movistar_textregular';
    font-size: 18px;
    border-bottom: 1px solid #50535A;
    border-top: 1px solid #50535A;
    padding: 5px 0;
    margin: 20px 0 0;
}

#tlf .modal-content h6 img {
    margin-right: 15px;
}

#tlf .modal-content p {
    font-family: 'movistar_textregular';
    font-size: 15px;
    margin-top: 10px;
}

#tlf .modal-content p.dateprisa {
    font-family: 'movistar_textregular';
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
}

#tlf .modal-content .checkbox {
    font-size: 12px;
    margin-left: 21px;
}

#tlf .modal-content .btn-formulario {
    background-color: #5ac400;
    font-family: 'movistar_textbold';
    color: white;
    font-size: 17px;
    height: 42px;
    text-align: left;
    line-height: 20px;
    border: none;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    margin: 10px 0;
}





/*Modal override*/
#modal-form .modal-header{
    border: 0px;
}

#modal-form .modal-content{
    background-color: #005580;
    color: white;
}

#modal-form .modal-title{
    color: white;
}


/*utilities*/
.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.nopadding {
    margin-left: -15px;
    margin-right: -15px;
}

strong {
    font-family: 'movistar_textbold';
}




#bg-wrap {
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#02698e', endColorstr = '#08a8c1');

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#02698e', endColorstr = '#08a8c1')";

    background-image: -moz-linear-gradient(top, #02698e, #08a8c1);
    background-image: -ms-linear-gradient(top, #02698e, #08a8c1);
    background-image: -o-linear-gradient(top, #02698e, #08a8c1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#02698e), to(#08a8c1));
    background-image: -webkit-linear-gradient(top, #02698e, #08a8c1);
    background-image: linear-gradient(top, #02698e, #08a8c1);*/


    /*height: 600px;*/
}


/*Top bar*/

#top-bar{
    background-color: #fff;
    height: 75px;
    margin-top: 0px;
    -webkit-box-shadow: -2px 3px 14px -5px rgba(0,0,0,0.64);
    -moz-box-shadow: -2px 3px 14px -5px rgba(0,0,0,0.64);
    box-shadow: -2px 3px 14px -5px rgba(0,0,0,0.64);
    z-index: 10;
    position: relative;

}


#top-bar #facebook-header{
    background: #9f2ab8;
    position: relative;
    width: 481px;
    color: #FFFFFF;
}

#top-bar #facebook-header img.star {
    position: relative;
    top: -2px;
    left: 4px;
}

#top-bar #facebook-header:after{
/*  content: '';
    position: absolute;
    top: 0;
      right: -33px;
  width: 33px;
    height: 100%;
    z-index: 1;

    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#b94ad9', endColorstr = 'transparent');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#b94ad9', endColorstr = 'transparent')";
    background-image: -moz-linear-gradient(left, #b94ad9, transparent);
    background-image: -ms-linear-gradient(left, #b94ad9, transparent);
    background-image: -o-linear-gradient(left, #b94ad9, transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(#b94ad9), to(transparent));
    background-image: -webkit-linear-gradient(left, #b94ad9, transparent);
    background-image: linear-gradient(left, #b94ad9, transparent);*/


}



#top-bar #facebook-header h2{
    padding-left: 60px;
    font-family: 'movistar_textregular';
    font-size: 18px;
    line-height: 40px;
}

#top-bar #logoFb{
    position: absolute;
    top: 0;
    left: -1px;
    border-right: 5px solid white;
}


.lt-ie9 #top-bar #facebook-header{

    background: url(../images/semiwhiteBg.png);

}


img.molecula-top {
    position: absolute;
    right: -58px;
    top: -15px;
    z-index: 2;
}


/*LogoTOP*/
#logo > img{

    width: 174px;
    height: auto;
    margin-left: 110px;
    display: block;
}



/*Main content*/
#main-content{
    background: white;
    height: 459px;
    position: relative;
    padding-top: 15px;
}

#main-content:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 27px solid white;
    bottom: -26px;
    left: 50%;
    margin-left: -15px;
    z-index: 20;
}




/*Titles*/

div.titles h3{
    font-family: 'telefonica_headline_lightRg';
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 27px;
    color: #004e7e;
    text-align: left;
}

div.titles h3 strong {
    font-family: 'movistar_textbold';
    color:#004e7e;
}

div.titles p{
    font-size: 36px;
    font-family: 'telefonica_headline_lightRg';
    color: #00a9e0;
    margin-bottom: 17px;
}


/*Main img*/

.main-img img{
    position: relative;
    left: -30px;
    top: -10px;
    z-index: 10;
}



/*Great-m*/
div.great-m > img {
    position: absolute;
    top: 125px;
    left: -480px;
}



/*Aside*/

.white-box{
    background-color: white;
    padding: 10px;
    color: #005580;
    margin-bottom:10px;
    font-size: 16px;
    font-family: 'movistar_textregular';
}

.white-box p{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 5px;
}

.white-box strong{
    font-family: 'movistar_textbold';

}

.white-box a.greentext-phone {
    font-size: 49.9px;
    font-family: 'movistar_textbold';
    color: #7AB800;
    line-height: 38px;
    text-decoration: none;
}


.white-box.form-wrap{
    min-width: 266px;
    float: right;
    background-color: #50535a;
    color: white;
    padding: 10px 15px;
}

.white-box label{
    font-family: 'movistar_textregular';
}


.white-box .checkbox{
    font-size: 9px;
    margin-top: 7px;
    /* padding-top: 5px; */
    margin-left: 20px;
}


.white-box .checkbox input{
    margin-top: 1px;
}



.white-box h6{
    background: #bebebe;
    padding: 4px;
    text-align: center;
    color: #074763;
    font-size: 15px;
    margin-bottom: 10px;
}

.white-box h6 > img{
    margin-right: 10px;
}

.white-box .btn{
    background: #93bf17;
}

.white-box .form-control {
    height: 30px;
}

.white-box .form-group {
    margin-bottom: 10px;
}

.white-box .date-prisa {
    font-size: 13px;
    text-align: center;
}

.white-box .btn-formulario {
    background-color: #5ac400;
    font-family: 'movistar_textbold';
    color: white;
    font-size: 17px;
    height: 42px;
    text-align: left;
    line-height: 20px;
    border: none;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    margin: 10px 0;
}

form.sc-formulario{
    margin-top: 5px;
}

form p .error{
    color:#fa7373;
    font-size: 12px;

}

/*Footer*/

.footer-lightblue{
    color: white;
    background-color: #00A9E0;
    padding: 30px 0px;
    position: relative;
}

.footer-lightblue h3 {
    font-family: 'movistar_textregular';
    text-align: center;
    font-size: 29px;
}

.footer-lightblue h2 {
    font-family: 'movistar_textregular';
    text-align: center;
    font-size: 33px;
    padding-bottom: 18px;
}

.footer-lightblue .colour-bg {
    font-family: 'movistar_textregular';
    text-align: center;
    height: 71px;
    background-color: white;
    color: #00a9e0;
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    padding: 0;
}

.footer-lightblue .colour-bg p{
    margin: 0;
}




.footer-lightblue .colour-bg.yellow {
    line-height: 14px;
    padding-top: 6px;
    font-size: 15px;
}

.footer-lightblue .colour-bg.yellow p {
    margin:0 0 2px;
}

.footer-lightblue .colour-bg.yellow small {
    font-size: 12px;
}



.footer-grey {
    background-color: #CFD5D6;
    padding: 30px 0px;
    position: relative;
}

.footer-grey:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 27px solid #cfd5d6;
    bottom: -26px;
    left: 50%;
    margin-left: -15px;
}

.footer-grey h3 {
    font-family: 'movistar_textregular';
    text-align: center;
    font-size: 29px;
    padding-bottom: 18px;
    color: #00a9e0;
}

.footer-grey .features {
    width: 900px;
    display: block;
    margin: auto;
}

.footer-grey .left {
    position: relative;
    left: 10px;
}

.footer-grey h5 {
    font-family: 'movistar_textbold';
    font-size: 18px;
}

.footer-grey p {
    font-family: 'movistar_textregular';
}

.footer-grey img {
    margin: auto;
    display: block;
}

.footer-grey .plus {
    font-family: 'movistar_textbold';
    color: #00a9e0;
    font-size: 53px;
    line-height: 115px;
}

.footer-grey .vhr {
    border-left: 2px solid #00a9e0;
    height: 53px;
}

.footer-grey h4 {
    font-family: 'movistar_textbold';
    font-size: 18px;
    color: #00a9e0;
}

.footer-white{
    padding: 30px 0px;
}

.footer-white h3 {
    font-family: 'movistar_textregular';
    text-align: left;
    font-size: 29px;
    color: #00a9e0;
}

.footer-white .logo-footer {
  margin: auto;
  display: block;
  width: 174px;
  height: auto;
  margin-left: 110px;
  display: block;
}

.footer-white p {
    font-family: 'movistar_textregular';
    text-align: left;
    font-size: 18px;
}

#footer-last:after{
    display: none
}

.footer-green{
    color:#fff;
    background-color: #5bc500;
    padding: 30px 0px;
    position: relative;
}

.footer-green a {
    color:#fff;
}

.footer-green img.logo-footer{
    float: right;
}


footer .caracteristicas h4{
    font-weight: normal;
    margin-top: 20px;
}

/*Owl carousel*/
.owl-carousel{
    width: 90%;
    margin: auto;
}

.owl-nav{
    position: absolute;
    top: 50%;
    color: white;
    font-size: 28px;
    width: 100%;
    margin-top: -20px;
}

.owl-prev{
    position: absolute;
    left: -28px;
}


.owl-next{
    position: absolute;
    right: -28px;
}

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

.owl-dot{
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    top: 19px;
    height: 3px;
    width: 7%;
    margin: 10px;
    display: inline-block;
}

.owl-dot.active{
    background: #FFFFFF;
}

.owl-carousel .thumbnail{
    border: 0;
    border-radius: 0;
    background: none;

}

.thumb-info{
    width: 50%;
}

.caracteristicas-tarifa h4{
    font-size: 12px;

    margin:0px 0px 5px 0px;
}

.caracteristicas-tarifa p{
    margin:0;
    line-height: 13px;

}

.caracteristicas-tarifa hr{
    margin:0px;
}

.caracteristicas-tarifa small{
    font-size: 10px;
}

.caracteristicas-tarifa .sprice{
    margin: 5px 0px;
}

.caracteristicas-tarifa .sprice s{
    color: red;
    font-size: 15px;
}


.caracteristicas-tarifa .sprice s span{
    color: white;

}

.caracteristicas-tarifa .boton .btn-default{
    border: 0px;
    border-radius: 0px;
    /* padding: 10px; */
    padding: 3px 12px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
}











/*MODALS*/
.modal-header .close {
    margin-top: -2px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    padding: 6px 10px 8px;
    border-radius: 8px;
    background: #5ac400;
}

.modal-footer a {
    float: none;
    background: #5ac400;
    color: #fff;
    font-size: 19px;
    font-family: 'movistar_textbold';
    margin: auto;
    display: block;
    width: 100px;
}

div#bottom-popups p a, div#bottom-popups p{
    color: #00a9e0;
    font-size: 14px
}







@media(max-width: 1200px) {

    div.titles h3 {
        font-size: 26px;
    }

}






@media(max-width: 991px){



    #logo > img {
        width: 174px;
        height: auto;
        margin-left: 0px;
        display: block;
        float: right;
    }

    .logo-footer{
      float: right;
  }

  div.titles h3 {
    font-size: 26px;
    text-align: center;
}

/*utilities*/
.sm-blue{
    background-color: #005580;
}

.sm-white{
    background-color: #00A9E0;
    padding-top: 10px

}


.titles{
    text-align: center;
}

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

.main-img img{
    max-width: 100%;
    top: 0px;
}

.container{
    width: 100%;
}

#main-content{
    height: auto;
}

#main-content:after{
    display: none;
}

.owl-dot {
    width: 4%;
}


/*form*/
.white-box.form-wrap{
    float: none;
    max-width: 100%;
    margin: 0px;

    box-shadow: none;
}


/*footer*/



.footer-lightblue h3 {
    font-size: 21px;
}

.footer-lightblue .colour-bg {
    height: 110px;
    font-size: 18px;
    width: 200px;
    max-width: 100%;
    display: block;
    margin: 0px auto 10px;
}

.footer-lightblue .colour-bg.blue {
    padding-top: 11px;
}

.footer-lightblue .colour-bg.purple {

    padding-top: 21px;
}

.footer-lightblue .colour-bg.orange {
    padding-top: 20px;
}

.footer-lightblue .colour-bg.white {
    font-size: 20px;
    padding-top: 21px;
}

.footer-lightblue .colour-bg.pink {
    padding-top: 38px;
}

.footer-lightblue .colour-bg.yellow {
    padding-top: 31px;
    font-size: 21px;
}

.footer-lightblue p.texto {
    text-align: center;
    font-size: 24px;
    padding-top: 18px;
}

.footer-grey h4 {
    font-size: 14px;
}



/*features*/

.footer-grey h3 {
    font-size: 21px;
}

.footer-grey h5 {
    font-size: 14px;
}

.footer-grey p {
    font-size: 10px;
}

.footer-grey .features {
    width: 100%;
}

.footer-grey .plus {
    line-height: 60px;
}

.footer-grey .fun {
    padding-top: 25px;
}

.footer-white h3 {
    font-size: 21px;
}

}





@media(max-width: 768px) {

.response-ok, .response-ko{
    margin-top: 20px;
}

    #main-content{
        padding-top: 0px;
    }

    /*facebook header*/
    #top-bar {
        background-color: white;
        -webkit-box-shadow: -2px 3px 10px -5px rgba(0,0,0,0.64);
        -moz-box-shadow: -2px 3px 10px -5px rgba(0,0,0,0.64);
        box-shadow: -2px 3px 10px -5px rgba(0,0,0,0.64);
        -webkit-transform: translate3d(0,0,0);
        z-index: 1;
        position: relative;
    }

    #top-bar #facebook-header {
        background: none;
        width: 190px;
        color: #005580;
    }

    #top-bar #facebook-header h2 {
      padding-left: 51px;
      font-family: 'movistar_textregular';
      font-size: 14px;
      line-height: 21px;
      padding-top: 0px;
  }

  #logo > img {
    width: auto;
    float: right;
    z-index: 1;
}

#top-bar #logoFb {
    width: 40px;
}
/*!facebook header*/




.white-box h6{
    background: transparent;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 4px;
    text-align: center;
    color: #bebebe;
    font-size: 15px;
    margin-bottom: 10px;
}


#cuadroTop {
    padding: 10px 0 0px;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    color: white;
    font-size: 2rem;
    text-align: center;
    z-index: 9999;
    top: 0;
}

#cuadroTop p {
    color: #50535a;
    font-size: 18px;
    font-family: 'movistar_textregular';
}

#cuadroTop small{
    font-size: 11px;
    display: block;
    line-height: 14px;
    font-family: 'movistar_textbold';
    display: inline-block;
    vertical-align: middle;
}

.bigCall {
    font-size: 3rem;
    padding: 0px;
    background-color: #5ac400;
    color: white;
    border-radius: 8px;
    margin: 10px auto 0;
    display: inline-block;
    line-height: 5rem;
    width: 299px;
    text-align: center;
    position: relative;
    display: block;
}

.bigCall a {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'movistar_textbold';
}

.bigCall a:hover {
    text-decoration: none;
}


section#mobile-head-wrap  {
  background-color: white;
  background-image: url(../images/great-m-mobile.png);
  background-position: center 17px;
  background-repeat: no-repeat;
}

.img-responsive {
    margin: auto;
}

section.features-img-mobile {
    background: #50535a;
    padding: 5px 0 0;
}


.white-box.form-wrap{
  margin-top: 28px;
  position: relative;
  padding: 33px 30px 11px;
    border: 8px solid #e9426d;
  border-radius: 6px;
  outline: 0;
}



.white-box.form-wrap:before{
    content:'';
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -24px;
    background-image: url(../images/curculo.png);
    width: 47px;
    height: 48px;
    background-repeat: no-repeat;
}


.white-box .checkbox{
    font-size: 11px;
}

.sm-white{
    background-color: #fff;
    padding-top:0px;

}


.footer-lightblue {
    padding: 0 0 30px;
    background-color: white;
    color: #00A9E0;
}

.footer-lightblue#footer-last{
    background-color: #00A9E0;
    color: white;

}

.footer-lightblue h3 {
    font-size: 17px;
    color: #50535a;

}

.footer-lightblue h2 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-lightblue .colour-bg {
  height: 85px;
  font-size: 15px;
  background-color: #00a9e0;
  color: white;
}



.footer-lightblue .colour-bg.white {
    padding-top: 14px;
}

.footer-lightblue .colour-bg.pink {
    padding-top: 31px;
}

.footer-lightblue .colour-bg.yellow {
    padding-top: 21px;
    font-size: 21px;
}

.footer-lightblue .colour-bg.yellow small {
    line-height: 7px;
}

.footer-lightblue .colour-bg.blue,
.footer-lightblue .colour-bg.purple,
.footer-lightblue .colour-bg.orange,
.footer-lightblue .colour-bg.white,
.footer-lightblue .colour-bg.pink,
.footer-lightblue .colour-bg.yellow {
    background-size: contain;
    background-position: center;
    margin-bottom: 0px;
}
.footer-lightblue:after{
    display: none;
}

.footer-grey .left {
    position: relative;
    left: 0px;
}

.footer-green img.logo-footer {
    float: none;
    margin: auto;
    display: block;
    padding: 15px 0px;
}

.footer-green {
    padding: 10px 0px;
}

.footer-white h3 {
    text-align: center;
}

.caracteristicas .col-xs-6{
    padding: 5px;
}

footer .caracteristicas h4{

    color: #50535a;
}


.caracteristicas .row {
  margin-right: -5px;
  margin-left: -5px;
}

div#bottom-popups p{
    font-size: 12px;
    text-align: center;
}

img.logo-footer {
    margin: 20px auto;
    display: block;
}

.footer-white{
    color: white;
    background-color: #00a9e0;
}

.footer-white .logo-footer{
  float: none;
  margin: 0px auto 20px;
}

div#bottom-popups p a, div#bottom-popups p{
    color: white;
}

}





@media(max-width: 370px) {

    #logo > img{
        width: 118px;
    }

    #top-bar #facebook-header h2 {
        font-size: 11px;
    }

    .footer-grey h4 {
        font-size: 17px;
    }

    .footer-lightblue .colour-bg {
        font-size: 13px;
    }

    .footer-lightblue .colour-bg.blue {
        padding-top: 16px;
    }

    .footer-lightblue .colour-bg.yellow {
        font-size: 15px;
        padding-top: 18px;
    }

    .footer-lightblue .colour-bg.white {
        font-size: 17px;
        padding-top: 17px;
    }

    .footer-white p {
        font-size: 14px;
    }


}












