.body{
}


h1,h2,h3,h4,h5,h6,p{
	font-family: 'Roboto', sans-serif;
    line-height: 1.2rem;
}
p{
    font-size: 1rem;
}

a{color:#27CFC3; text-decoration:none; transition:color 0.2s; -moz-transition:color 0.2s; -webkit-transition:color 0.2s}

a:hover{color:inherit}

h1{font-size:1.8rem!important; line-height:1.2remx!important; margin-bottom:1rem!important;}

h2{font-size:1.6rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

h3{font-size:1.4rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

h4{font-size:1.3rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

h5{font-size:1.2rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

h6{font-size:1rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

.float-btn{
    position:fixed;
    border: none;
    border-color: transparent;
	width:70px;
	height:70px;
	bottom:25px;
	right:25px;
	background-color: #ef3829;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    
}
.float-btn:hover {

    background-color: #fc5e56!important; 
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);

}


.my-float{
	height: 35px;
    width: 35px;
    content: url(https://static-or01.inbenta.com/c91fc93d18542cb22686781c8ba0ced59406209fd030a17f35b21f944951fb12/Landing/BS_Hogar/Propuesta/img/fac-icon-line.svg);
    
}

.sectionss{
    width: auto;
    max-height: 700px;
    height: 350px;
    padding: 2%;
    position: relative;
    overflow: hidden !important;
	-webkit-perspective: 250px;
	perspective: 250px;
	-webkit-user-select: none !important;
	user-select: none !important;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4%;
    background: #eaeaea;
    border-radius: 25px;
    
}

.cabec{
    text-align: center;
    width: auto;
    max-height: 700px;
    height: 320px;
    padding: 4%;
    position: relative;
    overflow: hidden !important;
	-webkit-perspective: 250px;
	perspective: 250px;
	-webkit-user-select: none !important;
	user-select: none !important;
    margin-top: 3%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4%;
    background:  #EF3829;
;
    border-radius: 25px;
    
}


@media only screen and (max-width:430px){
    .sectionss{
        transform: translateY(20px);
        height: 600px;
        margin: 5%;
        margin-bottom: 15%;
    }
}
@media only screen and (min-width: 431px) and (max-width: 960px){
    .sectionss {
        transform: translateY(-30px);
        height: 300px;
    
    }
    
}

.flickity-slide{
    transform: translate3d(15%, 0px 0px)!important;
}

.target{
    display: flex;
    margin: 2% auto;
    width: 100%;
    max-width: 600px;
    height: 400px;
    background: #f9f9f9;
    border-radius: 25px;
    border: 4px solid #e3e3e3;
    justify-content: flex-start;
    z-index: 0;
    left: 0;
    top: 0;
    padding: 2%;
    z-index: 300;
	transform: translateX(0);
	transform-style: preserve-3d;
	transition: all 0.2s ease-out;
	-webkit-user-select: none !important;
	user-select: none !important;
}

.target.p1{
    transform: translateX(0);
	transition: all 0.2s ease-out;
}
target:hover{
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    
}

.target.p2 {
	transform: translateX(-700px) translateY(-486px);

	transition: all 0.2s ease-out;
}

.target.p3 {
	transform: translateX(700px) translateY(-972px);
	transition: all 0.2s ease-out;
}

* { box-sizing: border-box; }

body { font-family: sans-serif; }

.carousel {
    background: #FFFFFF;
    height: 100%;
    max-height: 600px;
    padding: 2%;
}
@media only screen and (max-width:430px){
    .carousel{
        padding-top: 4%;
        height: 450px !important;
        padding-right: 0%;
    }
    
}
@media only screen and (min-width: 431px) and (max-width: 960px){
    .carousel {
       padding: 0%;
        height: 370px !important;
    }
    
}

.carousel-cell {
    padding: 3%;
    width: 66%;
    height: 200px;
    margin-right: 8px;
    margin-left: 8px;
    background: #f9f9f9;
    border-radius: 25px;
    border: 3px solid #e3e3e3;
    transition: 0.5s; 
    /*transform: translate3d(30%,0px,0px);*/
}

.cc6{
    margin-right: 20%!important;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 100px;
  color: #444444!important;
}

.flickity-viewport{
    height: 600px!important;
}

.carousel-cell:hover{
    box-shadow: 0 20px 28px rgba(0, 0, 0, 0.10);
}

.cont-left{
    float: left;
    width: 20%;
    text-align: center;
}
@media only screen and (max-width:430px){
    .cont-left{
        float: none;
        width: auto;
        margin-top: 9%;
    }  
}
@media only screen and (min-width: 431px) and (max-width: 960px){
    .cont-left {
        width: 30%;
    }
    
}
.cont-right{
    width: 80%;
    float: right;
    padding: 1%;
}
@media only screen and (max-width:430px){
    .cont-right{
        margin-top: 1%;
        float: none;
        text-align: center;
        width: auto;
    }  
}
@media only screen and (min-width: 431px) and (max-width: 960px){
    .cont-right {
        width: 65%;
    }
    
}

.img-box{
    height: 100%;
    max-height: 130px;
    
}
@media only screen and (min-width: 431px) and (max-width: 960px){
    .img-box {
       width: auto;
    }
    
}
.carousel-cell {
  height: 260px;
  margin-right: 20px;
}

@media only screen and (max-width:430px){
    .carousel-cell{
        height: 70%;
        width: 72%;
    }
   
}
.carousel-cell.size-180 { width: 180px; }
.carousel-cell.size-large { width: 75%; }


.tree-columns{
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}
@media only screen and (min-width: 431px) and (max-width: 960px){
    .tree-columns {
     padding: none;
    }
    
}

.center-cont{
    text-align: center;
    color: #555555;
    
}
@media only screen and (max-width:430px){
    .center-cont{
        
    }
}

.services{
    background: transparent;
    border: 4px solid #e3e3e3;
    width: 100%;
    max-width: 240px;
    height: 150px;
    border-radius: 25px;
    margin: 3% auto;
    transition: 0.5s;
    display: flex;
    text-align: center;
    transform: translateX(80px);
}
@media only screen and (max-width:430px){
    .services{
        transform: translateX(0);
    }
}
@media only screen and (min-width: 431px) and (max-width: 960px){
    .services {
      transform: translateX(0px);
        max-width: 164px;
        height: 120px;
        margin: 2% auto;
    }
    
}

.services.s1{
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    
}
.s1:hover{
    content: url(img/claro_musica_white.svg);
    padding: 4.6%;
    transition: none;
}
@media only screen and (max-width:430px){
    .s1:hover{
        padding: 17%;  
    }
}

.s2:hover{
    content: url(img/claro_video_white.svg);
    padding: 4.6%;
    transition: none;
}
@media only screen and (max-width:430px){
    .s2:hover{
        padding: 17%;   
    }
}
.s3:hover{
    content: url(img/claro_drive_white.svg);
    padding: 4.6%;
    transition: none;
}
@media only screen and (max-width:430px){
    .s3:hover{
        padding: 17%;   
    }
}
.services.s2{
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    
}
.services.s3{
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    
}
@media only screen and (max-width:430px){
    .services.s1.s2.s3{
        float: none;
        margin: 
    }
}

.services:hover{
    background: #e1251b;
    box-shadow: 0 20px 28px rgba(255, 37, 37, 0.26);
    border: none;
}

.img-serv{
    width: 100%;
    max-width: 100px;
    margin: 1% auto;
}

.section-contact{
    width: auto;
    margin: 30px;
    height: 400px;
    text-align: center;
    background: #eaeaea;
    padding-top: 1%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    border-radius: 30px;
    box-sizing: inherit;
    
}
.in-contact{
    width: 100%;
    height: 25%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    vertical-align: middle;
    line-height: 120px;
    display: flex;
    
}
.in-contact:after {
    content:"";
    display: table;
    clear: both;
}
.left-contact{
    text-align: left;
    line-height: 80px;
    width: 60%;
    float: left;
    padding: 0; 
}
@media only screen and (max-width: 401px){
    .left-contact {
       float: none;
    }
    
}
@media only screen and (min-width: 402px) and (max-width: 960px){
    .left-contact {
       float: none;
    }
    
}

.right-contact{
    float: right;
    width: 40%;
    text-align: left;
    line-height: 80px;
}
/*Mobile*/
@media only screen and (max-width: 401px){
    .left-contact {
       width: 50%;
    }
    
}
/*Tablet*/
@media only screen and (min-width: 402px) and (max-width: 960px){
    .left-contact {
       width: 50%;
    }
    
}

.left-img{
    width: 35%;
    height: 100%;
    overflow:hidden;
    float: left;
    text-align: left;
    border-radius: 30px;
    position: relative;
}
@media only screen and (max-width: 401px){
    .left-img {
        width: 0%;
    }
    
}
@media only screen and (min-width: 402px) and (max-width: 960px){
    .left-img {
       width: 0%;
    }
    
}

.img-circle{
    height: 100%;
}
.right-util{
    float: right;
    text-align: center;
    width: 65%;
    padding-right: 1rem;
    padding-left: 1rem;
    height: auto;
    margin-bottom: auto;
}
@media only screen and (max-width: 401px){
    .right-util {
    width: 100%;
        float: none;
    }
    
}
@media only screen and (min-width: 402px) and (max-width: 960px){
    .right-util {
       width: 100%;
        float: none;
    }
    
}

.btnsi{
    background: #edf1f4;
    border: none;
    width: 8rem;
    border-radius: 50px;
    margin: auto;
    transition: 0.4s;
}
.btnsi:hover{
    background: #d1d1d1;
}
.btnno{
    background: #edf1f4;
    border: none;
    width: 8rem;
    border-radius: 50px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin: auto;
    transition: 0.4s;
}
.btnno:hover{
    background: #d1d1d1;
}
.util-inf{
    margin-top: 2rem;
    width: 100%;
    height: 65%;
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.10);
}

.util-inf:after {
    content:"";
    display: table;
    clear: both;
}

.socialicons{
    max-width: 2.5rem;
    width: 2.5rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
}

.socialicons:hover{
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
@media only screen and (max-width: 401px){
    .socialicons {
    max-width: 30px;
    }
    
}
@media only screen and (min-width: 402px) and (max-width: 960px){
    .socialicons {
       max-width: 30px;
    }
    
/*-----------*/
    .letra-blanca{
	color: white;
}

.fondo-rojo{
	background-color: #EF3829;
}

.fondo-azul{
	background-color: #1F97AE;
}

.fondo-gris{
	background-color: #d7d7d7;
}

.fondo-naranjo{
	background-color: #F5842D;
}

.fondo-blanco{
    background-color: white;
}

.fondo-app{
 background-image: url("fondo-app.jpg");
 background-repeat: repeat;

}

/*Figuras*/

.virticle-line {
    height: 50px;
    width: 30px;
    background: white;
    padding-top: 0px;
    padding-bottom: 0px;
}

.circle {
    height: 15px;
    width: 15px;
    border: 1px solid #888;
    border-radius: 100%;
    margin: 0px auto 50px;
}

/* PC Escritorio */

@media (min-width: 601px) {
    /* SCROLL BAR */

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

}

/* Phablets */

@media (max-width: 600px) {
  #movil-centrado {
    text-align: center;

  }

/* APP MI CLARO */

.grafica-movil-app{
    padding-top: 33px;
    
}

.texto-movil-app{
    font-size: 6rem;
}

  /* Parallax */

.parallax-container {
      height: 350px;
    }

h6{
    font-size: 1.3rem;

}

ul.ul-preview{
    font-size: 1.3rem;

}

.foto-viaje{
    max-width: 100%;
    border: 5px solid white;
    border-radius: 100%;
}

.virticle-line {
    height: 50px;
    width: 10px;
    background: white;
    padding-top: 0px;
    padding-bottom: 0px;
}

.caja-mobile{
    text-align: center;
}

 .productos-encuesta{
    padding: 0.5rem;
 }


}

/*iPhone 5s y otros */

@media (max-width: 320px) {

.texto-movil-app{
    font-size: 0.9rem;
}

/* Boton */

.btn-in-azul{
    min-width: 85px;
    }
}
    
ul.ul-preview{
    padding-left: 25px;
    font-size: 1.3rem;

}

ul.ul-preview > li{
    list-style-type: circle;

}

/* Padding and margin */

.nopmv{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -7px;
    margin-bottom: 0px;
}

/* padding*/

.header{

}

.nopt{
    padding-top: 0px !important;
}

.nopb{
    padding-bottom: 0px !important;
}

.noplr{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.nopr{
    padding-right: 0px !important;
}

.padding-header{
    padding-left: 4rem;
    padding-right: 4rem;
}

.alinear-mensaje{
    padding-left: 2rem;
}

 .productos-encuesta{
    padding: 2rem;
 }


/* Margin */

.nomb{
    margin-bottom: 0px;
}

.principal{
    margin-top: 3rem;
}

#ciclo{
    margin-top: -3rem;
}

/* IMG */

.logo-vive{
    max-width: 50%;
}

.foto-viaje{
    max-width: 70%;
    border: 13px solid white;
    border-radius: 100%;
}

.max-svg{
    max-width: 60px !important;
    padding-bottom: 10px;
    margin-top: 20px;
}

.canal{
    max-width: 150px;
}

img.logo-claro{
    padding-top: 10px;
    max-width: 100px;
}

.etiqueta-app{
    font-weight: 500;
}

.etiqueta-app2{
    font-size: 1.2rem;
    font-weight: 500;
}

/* Parallax */
@media only screen and (max-width:430px){
    .b1{
        /*content: url(img/header_hogar_mobile.jpg)!important;*/
        transform: translateX(210px);
        height: 90%;
    }   
}

.parallax-container {
    height: 400px;
    border-radius:25px;
    padding: 30px;
    margin: 25px;
    box-shadow: 0px, 8px, 30px!important;
    }
@media only screen and (max-width: 412px){
    .parallax-container {
        height: auto!important;
    }
}
    
.parallax{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1
}
.parallax-container .parallax img{
    opacity:0;
    position:absolute;
    left:50%;
    bottom:0;
    min-width:100%;
    min-height:100%;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
    }
    
    
.card-panel {
    border-radius: 20px !important;
    box-shadow: none !important;
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    
    
}
.card-panel:hover {
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.12)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    
}

/* Tabs */

.miapp-nav .tabs .tab a:focus, .miapp-nav .tabs .tab a:focus.active {
    background-color: #1F97AE;
    outline: none;
}

.miapp-nav .tabs .tab a:hover, .miapp-nav .tabs .tab a.active {
    background-color: #1F97AE;
    color: white;
}

.miapp-nav .tabs .tab a {
    color: #222222;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}

.miapp-nav .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: white;
    will-change: left, right;
}

.miapp-nav .tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

/* Tarjeta viaje */

.tarjeta-viaje-derecha{
    font-size: 1.3rem;
    min-height: 200px;
    margin-left: -9rem !important;
    margin-top: 3.6rem;
}

.tarjeta-viaje-izquierda{
    font-size: 1.3rem;
    min-height: 200px;    
}

/* Boton */

.btn-in-azul{
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    min-width: 100px;
    font-size: 1.125rem;
    text-transform: capitalize;
    }

.btn-in-azul:hover{
    background-color: #ffffff;
    color: #1F97AE;
    }


    
