/*******************************/
/*         Navigatioin         */
/*******************************/
.navbar-inverse { 
	border-radius: 0; 
	background:#fff; 
	border-bottom:1px solid rgba(255, 255, 255, 0.15); 
	min-height:100px; 
	padding-top: 9px;
    padding-bottom: 14px;
	margin-bottom:0;
}

.navbar-inverse *:focus { outline: 0; }
@media (max-width: 1200px) {
	.navbar-inverse {  background: #fff; }
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .open ul > a { color:#000; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus { color: #213C77; background:none ; }
.navbar-inverse .navbar-nav > .open > a{ background:none; color:#213C77; }

.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus { background:transparent; color:#213C77; }

.navbar-inverse .navbar-nav > .active > a { background:none; color:#213C77; }

.navbar-inverse .navbar-brand { font-family: "Open sans", helvetica, arial; font-size: 24px; color:white; padding:0 0 0 15px; margin:12px 0 0 0; }
	.navbar-inverse .navbar-brand img { margin-top:-8px;}

.navbar-nav .dropdown-menu {
	left:-5px;
	font-size: 13px;
	background-color: rgba(0, 0, 0, .7);
	border: 0px none;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-nav .dropdown-menu > li > a { color:rgba(255, 255, 255, .7); padding:7px 20px; }
	.navbar-nav .dropdown-menu > li > a:hover,
	.navbar-nav .dropdown-menu > li > a:focus,
	.navbar-nav .dropdown-menu > .active > a:hover{ background: rgba(255, 255, 255, .1); color:white; }

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:focus { background: none; color:#fff; }

.navbar-nav .btn { border:1px solid rgba(255, 255, 255, .2); margin-left:5px; margin-top:5px; padding-top:10px; padding-bottom:10px; }

.navbar-nav a.btn:focus, 
.navbar-nav a.btn:hover  { border:1px solid rgba(255,255,255,.6); }

.navbar-collapse { border:0 none;  border-top:0 none; box-shadow: none; }
@media (max-width: 1200px) {
	.navbar-collapse ul { text-align: center;  width:100%; padding-bottom:10px; }
	.navbar-collapse ul .btn{ max-width:100%; margin:0 auto; }
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom { border-radius: 0; }

.nav>li {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 800;
}
  @media (min-width:1200px) and (max-width:1264px){
.nav>li {
    font-size: 14px;
}
}


/*******************************/
/*          Buttons            */
/*******************************/
.btn-default, .btn-primary, .btn-success, .btn-action
.btn-info,    .btn-warning, .btn-danger {
	text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.btn { padding: 10px 40px; font-weight: bold; border:0 none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.btn-lg { 
	padding: 15px 40px;
    font-weight: bold;
}
.btn-default { text-shadow: none; background:transparent; color:rgba(50,50,50,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); }
	.btn-default:hover,
	.btn-default:focus { color:rgba(50,50,50,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); background: transparent; }
	.btn-default:active,
	.btn-default.active { color:#333; -webkit-box-shadow:inset 0px 0px 0px 3px #333; -moz-box-shadow:inset 0px 0px 0px 3px #333; box-shadow:inset 0px 0px 0px 3px #333; background: transparent; }
	
.btn-action,
.btn-primary { 
	    color: #000;
    background: #00397A;
    border-radius: 44px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 38px;
    font-weight: 900;
    }
	.btn-action:hover,
	.btn-action:focus { color:#fff; background: #199cd8; }
	.btn-action:active {	background: #FF8C00; }

    .btn-action-car,
.btn-primary-car { 
    background: #00397A;
    border-radius: 44px;
    font-size: 16px;
    margin-top: -188px;
    font-weight: 900;
    }
	.btn-action-car:hover,
	.btn-action-car:focus { color:#fff; background: #199cd8; }
	.btn-action-car:active {	background: #FF8C00; }


/*******************************/
/*           Jumbotron         */
/*******************************/
.jumbotron { color: inherit; background-color: #F7F5F4; padding-top:30px; padding-bottom:30px; margin-bottom:0; }
.container .jumbotron { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding-left:40px; padding-right:40px; }
	.jumbotron p { font-size:inherit; }
	.jumbotron h2, .jumbotron h3, .jumbotron h4, 
	.jumbotron h5, .jumbotron h6 { line-height: 1.3em; }


/*******************************/
/*           Images            */
/*******************************/
.img-rounded { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.container.navegacion {
    width: 100%;
    padding: 0px 40px;
}
a.btn.hed {
    background: #81BB27;
    border-radius: 30px;
    color: #fff !important;
    font-size: 16px;
    padding: 16px 36px !important;
        margin-top: 15px;
}
a.btn.hed:hover {
    background: #81BB27!important;
}
a.llama {
    margin-top: -24px;
}
  @media (max-width:1200px){
a.llama {
    margin-top: 2px;
}
}
.text-center {
    text-align: center;
    background: #fff;
    background-size: cover;
    padding: 0px 10px 64px;
}
@media (min-width:1000px){
.text-center.movil {
    display: none;
}
}
@media (max-width:999px){
.text-center.desk{
    display: none;
}
}
  @media (min-width:1200px){
.container.chico {
    width: 1400px;
}
}
h3.titulo {
    font-size: 31px;
    text-align: left;
    font-weight: 600;
    color: #00447D;
    font-family: 'Open Sans';
    padding-bottom: 33px;
    padding-top: 1%;
    line-height: 39px;
}
h3.titulo-met {
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    color: #00447D;
    font-family: 'Open Sans';
    line-height: 36px;
}

 @media (max-width:900px){
h3.titulo {
    font-size: 28px;
    font-weight: 800;
    color: #00447D;
    font-family: 'Open Sans';
    padding: 0px 0px 15px;
    margin-top: 50px !important;
    text-align: left !important;
    line-height: 30px;
}
p.botoness {
    text-align: center !important;
    padding: 0px 0px;
}
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    padding-bottom: 30px;
}
img.line {
    padding-top: 33px;
}
 @media (max-width:999px){
img.line {
    padding-top: 33px;
    width: 55px;
}
}
p.dem {
    font-weight: 900;
}

h5.asignatura {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    font-family: 'Open Sans';
}
h6.sub {
    color: #81bb27;
    font-size: 23px;
    font-weight: 900;
}


@media (min-width: 1200px){
.container {
    width: 100%;
    /* padding: 0px 200px; */
}
}
@media (max-width: 900px){
.carrusel-desk {
    display: none;
}
}
@media (min-width:901px){
.carrusel-movil {
    display: none;
}
}
@media (max-width: 1362px){
.recomendacion {
    padding: 77px 0px 30px;
}
}
p.botones {
    text-align: center;
    padding: 20px 10px;
}
@media (min-width: 1200px){
.container.grid {
   width: 100%;
   padding: 0px 40px;
}
}
.container.grid {
   background: #199CD8; 
   padding: 30px 40px;
   margin-top: 0px;
       border-radius: 50px;
}

h3.titulo.blanco {
    font-size: 31px;
    text-align: center;
    color: #fff;
    padding: 0px 21px 0px 0px;
    text-shadow: 0.1em 0.1em 0.2em #1c55a7;
}

 @media (max-width:900px){
h3.titulo.blanco  {
    font-size: 30px;
    text-align: center;
}
}
.contact {
    padding: 0px 0px;
    background-image: url(../../assets/images/bg-formulario.webp);
    background-repeat: no-repeat;
    margin: 100px;
    border-radius: 30px;
}
.col-sm-7.sliderf {
    float: right;
}
p.botons {
    text-align: left;
    padding: 20px 10px;
}
p.sub {
    color: #00397A;
    font-family: 'Open Sans';
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 600;
}
h4, .h4 {
    font-size: 20px;
    color: #fff;
}
a.btn.btn-action.btn-lgr {
    margin-top: 17px;
    padding: 15px 50px 15px 50px;
}
p.call {
    padding: 10px 0px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 20px;
}
input.btn.btn-actione {
    background: #203B77;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    width: 100%;
    border-radius: 26px;
    margin-top: -16px;
}
button.btn.enviar.btn-actione {
    background: #81bb27;
    width: 100%;
    border-radius: 63px;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    margin-top: -19px;
}
.recomendacion {
    padding: 77px 76px 77px;
    background-image: url(../../assets/images/bg-clases-franceses.webp);
     background-position: center;
}
@media (max-width: 1000px){
.recomendacion {
    padding: 77px 76px 77px;
    background-image: url(../../assets/images/bg-clases-franceses.webp);
        background-position: initial;
}
}
.mole {
    padding: 37px 76px 77px;
    background-image: url(../../assets/images/bg-mole.webp);
}
.mariachi {
    padding: 77px 76px 17px;
    background-image: url(../../assets/images/bg-mariachi.webp);
    background-repeat: no-repeat;
}
.container.carru {
    padding: 0px 200px;
}
@media (max-width: 1376px){
div#nosotros {
    display: none;
}
    .container.carru {
    padding: 0px 20px;
}
}
.carrusel-movil {
    background-image: url(../../assets/images/fondo1.webp);
    margin-top: -1px;
    padding: 14px 70px;
}
 @media (max-width:900px){
.carrusel-movil {
    background-image: url(../../assets/images/fondo1.webp);
    margin-top: -1px;
    padding: 14px 14px 0px;
}
.mariachi {
    padding: 20px 20px 20px 20px;
    background-image: url(../../assets/images/bg-mariachi.webp);
    background-repeat: no-repeat;
}
.contact {
    padding: 0px 0px;
    background-image: url(../../assets/images/bg-formulario.webp);
    background-repeat: no-repeat;
    margin: 10px;
    border-radius: 30px;
}
}

.diferencias {
    background-image: url(../../assets/images/frances-aprende-espanol.webp);
    padding: 30px 10px;
        background-size: cover;
    background-position: bottom;
}
h3.titulos {
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}
h3.titulos-cta {
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
    color: #81BB27;
    text-align: center;
}
p.adap {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
}
p.hora {
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
}
p.botons.tem {
    text-align: center;
}
a.btn.rel.btn-action.btn-lgr {
    background: #81bb27;
    color: #fff;
    font-size: 26px;
    text-transform: math-auto;
}
@media (max-width:900px){
a.btn.rel.btn-action.btn-lgr {
    background: #81bb27;
    color: #fff;
    margin-bottom: 237px;
    font-size: 20px;
}
}

h3.titulo.dos {
    text-align: left;
    margin-top: 108px;
}
p.botoness {
    text-align: left;
    padding: 0px 0px;
}
.opcion {
    margin-top: 0px;
}
.col-sm-2.aig {
    text-align: center;
}

 @media (max-width:900px){
.container.grid {
   background: #199cd8;
    border-radius: 0px;
    padding: 34px 23px;
    margin-top: 0px;
    background-size: cover;
}
p.botons {
    text-align: center;
    padding: 20px 10px;
}
p.call {
    text-align: center;
}
p.sub {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 18px;
    padding-bottom: 20px;
    text-align: left;
}
h4, .h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
h3.titulo.blanco {
    font-size: 35px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    line-height: 40px;
}
.opcion {
    margin-top: 31px;
}
.mole {
    padding: 10px 10px 10px 10px;
}
img.clase.mar {
    display: none;
}
.mariachi {
    padding: 0px 20px 20px 20px;
    background: transparent;
    background-repeat: no-repeat;
}
}

div#imagen {
  	width: 300px;
    height: 350px;
    background: #F1F7FB;
    margin: 30px auto;
    border-radius: 16px;
    box-shadow: 1px 0px 6px 2px #c1c1c159;
    padding: 50px 30px;
    text-align: center;
}

div#info {
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 350px;
    background-color: rgb(241 247 251);
    opacity: 0;
    transition: opacity 0.3s;
    /* z-index: 900; */
    margin-top: -292px;
    margin-left: -30px;
    border-radius: 16px;
    box-shadow: 1px 0px 6px 2px #c1c1c159;
    padding: 50px 30px;
}

div#imagen:hover div#info {
  opacity:1;
}


div#imagen:hover p#headline {
  margin-left: 115px;
}

p#descripcion {
font-size: 16px;
    text-align: center;
    margin-top: 12px !important;
    transition: margin-top 0.4s;
}

div#imagen:hover p#descripcion {
  margin-top: 75px;
}
@media (min-width: 1200px){
.container.dif {
    margin-top: 50px;
    padding: 0px 20px 20px;
}
}

.div-imagen {
  display:inline-block;
  position:relative;
}

.div-imagen > div {
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  padding:10px;
  margin:0;
}

.desvanecer:hover {
  opacity: 0.07;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}
@media (max-width: 1000px){
div#imagen {
    width: 275px;
    height: 350px;
    background: #F1F7FB;
    margin: 30px auto;
    border-radius: 16px;
    box-shadow: 1px 0px 6px 2px #c1c1c159;
    padding: 50px 30px;
    text-align: center;
}
div#info {
    width: 275px;
    height: 350px;
    background-color: rgb(241 247 251);
    opacity: 0;
    transition: opacity 0.3s;
    /* z-index: 900; */
    margin-top: -271px;
    margin-left: -30px;
    border-radius: 16px;
    box-shadow: 1px 0px 6px 2px #c1c1c159;
    padding: 50px 30px;
}
}
@media (max-width: 768px){
div#imagen {
    width: 300px;
    height: 350px;
    background: #F1F7FB;
    margin: 30px auto;
    border-radius: 16px;
    box-shadow: 1px 0px 6px 2px #c1c1c159;
    padding: 50px 30px;
    text-align: center;
}
.container.carru {
    padding: 10px;
}
div#info {
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 350px;
    background-color: rgb(241 247 251);
    opacity: 0;
    transition: opacity 0.3s;
    /* z-index: 900; */
    margin-top: -271px;
    margin-left: -30px;
    border-radius: 16px;
    box-shadow: 1px 0px 6px 2px #c1c1c159;
    padding: 50px 30px;
}
.swiper.mySwi.swiper-initialized.swiper-horizontal.swiper-free-mode {
    padding-top: 0px;
}
.btn-action, .btn-primary {
    color: #000;
    background: ffcc00;
    border-radius: 44px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 22px 31px;
    margin-top: 39px;
}
}
.action {
    background: #c62b3c;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 15px 5px;
    margin-top: -7px;
}
h3.titulo.tres {
    color: #ffffff;
    text-align: center;
    text-transform: none;
}
h5.sec {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-top: -35px;
}
h2.ter {
    color: #199cd8;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

.col-sm-4.lineas {
    padding-right: 0px;
    padding-left: 0px;
}
p.dem {
    font-weight: 900;
    margin-top: 27px;
}

.opcion.dos {
    margin-top: 34px;
    padding-bottom: 57px;
}
a.btn.tres.btn-action.btn-lg {
    background: #81bb27;
    color: #fff;
    margin-top: 0px;
}
p.botoness.tre {
    text-align: center;
}
.exitos {
     background-image: url(../../assets/images/fondo3.webp);
    padding: 50px 0px 0px;
    background-size: cover;
}
p.habilidad {
    color: #199cd8;
    font-size: 28px;
    font-weight: 800;
    margin-top: -27px;
    line-height: 30px;
}
a.btn.btn-action.btn-lgf {
    background: #213c77;
    padding: 17px 63px;
}

.beneficios {
    background-image: url(../../assets/images/beneficios.webp);
    padding: 70px 0px;
    background-size: cover;
}
h6.ben {
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    margin-top: -30px;
}
div#icons {
    text-align: center;
    padding: 38px 0px;
}
h5.asignaturas {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    font-family: 'Open Sans';
}
.calldos {
    padding: 1px 0px 71px;
    background-image: url(../../assets/images/mix.webp);
    background-size: cover;
}
h2.thine {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}
h3.tiy {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #90d327;
    font-weight: 800;
}

p.botoness.center {
    text-align: center;
}
.testimonios {
    background-image: url(../../assets/images/clases-por-meet.webp);
    background-size: cover;
    padding: 50px 0px;
    background-position: right;
}
.diferenciadores {
    background-image: url(../../assets/images/bg-diferenciadores.webp);
    background-size: cover;
    padding: 70px 0px;
}
.metodologia {
    padding: 40px 0px 0px 0px;
    width: 100%;
}
.col-sm-6.testi {
    padding: 20px;
    border-radius: 150px;
    width: 48%;
    margin: 0px 9px;
    border: 3px solid #81BB27;
}
h4.domi {
    color: #ffffff;
    font-weight: 900;
    font-size: 31px;
    text-align: center;
}
h4.online {
       color: #fff;
       font-weight: 900;
       font-size: 28px;
       text-align: center;
       margin-bottom: 20px;
}
h4.metodologia {
    color: #00447D;
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}
p.clases {
    margin: 40px auto 0px auto;
    width: 25%;
}
p.dif {
    margin: 40px auto 0px auto;
    width: 45%;
}
p.dom {
    color: #fff;
    font-weight: 500;
    text-align: center;
}
div#caja {
    padding: 40px;
    border-radius: 130px;
    /* margin-top: -72px; */
    background: rgba(25, 156, 216, .8);
}
div#caja2 {
    padding: 77px;
    border-radius: 130px;
    margin-top: -72px;
    border: 10px solid rgba(2, 1, 0, .3)
    

}
div#cajas {
    background: #00447D;
    padding: 50px;
    border-radius: 20px;
    margin-top: -72px;
    width: 65%;
    margin: 0 auto 0 auto;
}
div#cajas-dif {
    background: #00447D;
    padding: 80px 40px 40px 40px;
    border-radius: 20px;
    margin-top: -72px;
    /* width: 90%; */
    margin: -60px auto;
}
div#cajas-metologia {
    background: #ffffff;
    padding: 100px 30px 30px 30px;
    border-radius: 5px;
    margin-top: -125px;
    box-shadow: 8px 8px 8px 5px #dbe1ea;
    margin-bottom: 50px;
}
h5.nombre {
    color: #203B77;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Open Sans';
}
p.textocorrido {
    color: #213C77;
    font-weight: 500;
}
p.textocorridometodo {
    color: #213C77;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}
p.acento {
    color: #199CD8;
    font-weight: 600;
    margin-top: 30px;
}
p.promocion {
    color: #81BB27;
    font-weight: 600;
    font-size: 32pt;
}
.promo {
    text-align: center !important;
    padding: 40px;
}
h3.titulo-niveles {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Open Sans';
    line-height: 28px;
    margin: 11px 30px;
}
p.clases.piramide {
    width: 80%;
    margin: 0px -10px 0px auto;
}
h3.titulo-promo {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #213C77;
    font-family: 'Open Sans';
    padding-bottom: 33px;
    line-height: 38px;
    margin-top: 70px;
}
div#caja-promo {
    background-image: url(../../assets/images/bg-descubre.webp);
    margin-top: -72px;
    border-radius: 22px;
    box-shadow: 1px 1px 10px 0px #e5e5e5ab;
    margin: 0px 9px;
    margin: 0px 100px 0px 100px
}
div#servicios {
    margin-bottom: 30px;
}
.aprende {
    padding: 0px 40px 0px 40px;
}


@media (min-width: 1300px) and (max-width: 1400px){
p.botones {
    margin-top: -70px;
}
h2.baners {
    color: #81bb27;
    font-weight: 900;
    font-size: 40px;
    line-height: 52px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 3%;
    margin-left: 0%;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 72px;
}
}

@media (max-width: 999px){
.col-sm-6.testi {
 	background: #fff;
    padding: 50px;
    border-radius: 22px;
    box-shadow: 1px 1px 10px 0px #666666ab;
    width: 95%;
    margin-bottom: 26px;
}
.col-sm-6.met {
    width: 100%;
    margin-bottom: 26px;
}
div#caja-promo {
    background-image: url(../../assets/images/bg-descubre.webp);
    margin-top: -72px;
    border-radius: 22px;
    box-shadow: 1px 1px 10px 0px #e5e5e5ab;
    margin: 0px 9px;
    margin: 30px 0px;
}
}
.calificacion {
    padding: 67px 0px 0px;
}
img.avat ar {
    margin-top: -79px;
}
p.mandos {
    padding-top: 30px;
}
h3.titulo.pes {
    padding-bottom: 61px;
}
p.avat {
    color: #203b77;
    font-weight: 800;
}
@media (max-width: 999px){
img.avatar {
    margin-top: 28px;
}
}

p.text-left.copy {
    margin-top: 7px;
    text-align: right;
}
@media (max-width: 1000px){
p.text-left.copy {
    margin-top: 48px;
    text-align: left;
}
}

h1.carru {
    font-size: 31px;
    text-align: center;
    font-weight: 800;
    color: #213C77;
    font-family: 'Open Sans';
    padding-bottom: 33px;
    text-transform: uppercase;
    margin-top: 241px;
}
@media (max-width: 1300px){
h1.carru {
    margin-top: 25px;
}
}
p.regina {
    text-align: center;
    width: 290px;
    margin: 0px auto;
}
p.testimonio {
    text-align: center;
    padding-top: 33px;
    padding-bottom: 50px;
}

.info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  margin: 1.5rem;
}


/* Slider style */
.cd-slider {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.cd-slider.ie9 nav div span {
	display: none;
}
.cd-slider ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s .6s;
}
.cd-slider ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	width: 135vh;
	height: 135vh;
	border: solid rgba(0,0,0,0.2);
	border-width: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: border-width .4s .6s;
}
.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	opacity: 0;
	transform: scale(1.2);
	transition: opacity .4s .6s, transform .4s .6s;
}
.content blockquote {
	position: absolute;
    bottom: 26%;
    left: 2%;
    z-index: 2;
    max-width: 100%;
    border-left: 0px solid #eee;
    font-style: inherit;
}
@media (min-width: 1000px) and (max-width: 1400px)  {
.content blockquote {
    position: absolute;
    bottom: 15%;
}
}
blockquote p {
	font-size: 4rem;
	margin-bottom: 2rem;
}
blockquote span {
	font-size: 1.4rem;
}
/* current slide
---------------------------------*/
.cd-slider li.current_slide {
	visibility: visible;
}
.cd-slider li.current_slide::before {
	border-width: 16rem;
}
.cd-slider li.current_slide .content {
	opacity: 1;
	transform: scale(1);
}
/* nav
---------------------------------*/
nav.deslizar div {
	position: absolute;
	top: 50%;
	left: 4%;
	width: 5rem;
	height: 5rem;
	margin-top: -2.5rem;
	list-style: none;
}
nav.deslizar div:last-of-type {
	left: auto;
	right: 4%;
}
p.follow-me-icons.text-rigth {
    float: left !important;
    margin-top: 0px;
    margin-left: -9px;
}
@media (max-width: 1000px){
p.follow-me-icons.text-rigth {
    float: left !important;
    margin-top: 8px;
    margin-left: -9px;
}
}
.float{
   position: fixed;
    width: 50px;
    height: 50px;
    bottom: 122px;
    right: 38px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
}
.float:hover {
    text-decoration: none;
    color: #25d366;
  background-color:#fff;
}

.my-float{
    margin-top:11px;
}
.prev, .next {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	transition: box-shadow .3s;
}
.prev::before, .prev::after, .next::before, .next::after {
	content: '';
	position: absolute;
	left: 43%;
	background: #fff;
	width: .4rem;
	min-width: 3px;
	border-radius: 3px;
	height: 34%;
}
.prev::before {
	transform: rotate(45deg);
	top: 24%;
}
.prev::after {
	transform: rotate(-45deg);
	bottom: 24%;
}
.next::before, .next::after {
	left: auto;
	right: 43%;
}
.next::before {
	transform: rotate(-45deg);
	top: 24%;
}
.next::after {
	transform: rotate(45deg);
	bottom: 24%;
}
.prev:hover, .next:hover {
	box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}
nav.deslizar > div > span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 100%;
	z-index: 5;
	pointer-events: none;
	will-change: width, height;
	transform: translate(-50%, -50%);
	transition: width .6s, height .6s;
}
h2.bane {
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    line-height: 52px;
    margin-top: 13%;
    margin-left: 8%;
    text-transform: none;
    margin-bottom: 30px;
    text-align: center;
}
h2.baners {
    color: #81bb27;
    font-weight: 900;
    font-size: 95px;
    line-height: 52px;
    margin-top: 3%;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}


.carrusel_imagen {
    padding: 68px 0px 0px 0px;
}

a.btn.btn-actiones.btn-lg {
        background: #81BB28;
    border-radius: 63px;
    font-family: 'Open Sans';
    color: #ffffff;
    padding: 20px 28px;
    margin-top: -30px;
    font-size: 21px;
    width: 123%;
}

@media (min-width: 1101px) and (max-width: 1500px){
   a.btn.btn-actiones.btn-lg {  
    margin-left: -316px;
}
}
@media (min-width: 1060px) and (max-width: 1100px){
   a.btn.btn-actiones.btn-lg {  
    margin-left: -191px;
}
}
@media (min-width: 1200px){
    h2.bane {
    margin-bottom: 30px;
}
p.bane-text {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 31px;
    color: #fff;
    font-weight: 900;
    font-family: "Open sans", Helvetica, Arial;
    font-size: 18px;
    text-align: center;
    margin-left: 8%;
}
}
a.prev {
    background-color: #199cd8 !important;
}
a.next {
    background-color: #199cd8 !important;
}
h2.banes {
    color: #199cd8;
    font-weight: 900;
    font-size: 40px;
    line-height: 52px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 0%;
    margin-left: 20%;
    text-transform: uppercase;
}
p.text {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 800;
    margin-left: 20%;
}

blockquote.dos {
    /* bottom: 9%; */
    left: 60%;
}
blockquote.tres {
    bottom: 22%;
    left: 0%;
}
.minibox-tel {
    width: 150px;
  }
h2.banet {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 52px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 0%;
    margin-left: 20%;
    text-transform: uppercase;
}
a.btn.btn-actioness.btn-lg {
    background: #a4c92b;
    border-radius: 30px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-left: -142px;
    margin-top: -53px;
}
footer#footer {
    margin-top: 0px;
}

@media (max-width: 900px){
footer#footer {
    margin-top: -0px;
}
}

@media (max-width: 1060px){
h2.bane {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 0;
    margin-left: 0%;
    text-align: center;
}
h2.baners {
    color: #81bb27;
    font-weight: 900;
    font-size: 50px;
    line-height: 35px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 3%;
    margin-left: 0%;
    text-transform: uppercase;
    text-align: center;
}
.content blockquote {
    position: absolute;
    bottom: 11%;
    left: 0%;
    z-index: 2;
    max-width: 100%;
    border-left: 0px solid #eee;
    font-style: inherit;
}
a.btn.btn-actiones.btn-lg {
    background: #81BB28;
    border-radius: 63px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 5px;
    width: 100%;
}
p.acento {
    color: #199CD8;
    font-weight: 600;
    margin-top: 30px;
    font-size: 22px;
    line-height: 30px;
}
h2.banes {
    text-align: center;
    color: #199cd8;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 0%;
    margin-left: -1%;
    text-transform: uppercase;
    padding: 0px 13px;
}
p.text {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 800;
    margin-left: 0%;
    text-align: center;
        text-shadow: 2px 2px 2px #000;
}
h2.banet {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    margin-top: 0%;
    margin-left: 0%;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 26px;
    background: #07405100;
    border-radius: 20px;
        line-height: 35px;
}
h3.titulo-promo {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #213C77;
    font-family: 'Open Sans';
    padding-bottom: 0px;
    line-height: 28px;
    margin-top: 0px;
}
p.clases.piramide {
    width: 100%;
    margin: 0px 10px 0px auto;
}


div#caja {
    padding: 40px;
    border-radius: 50px;
    /* margin-top: -72px; */
    background: rgba(25, 156, 216, .8);
}
.col-sm-6.testi {
    background: transparent;
    padding: 19px;
    border-radius: 22px;
    box-shadow: 1px 1px 10px 0px #666666ab;
    width: 95%;
    margin-bottom: 26px;
}
a.btn.rel.btn-action.btn-lgr {
    background: #81bb27;
    color: #fff;
    margin-bottom: 0px;
}
.promo {
    text-align: center !important;
    padding: 20px;
}
p.promocion {
    color: #81BB27;
    font-weight: 600;
    font-size: 27pt;
    line-height: 37px;
}
a.btn.btn-actioness.btn-lg {
    margin-left: 0px;
}
.content blockquote {
    bottom: 11%;
}
blockquote.dos {
    bottom: 2%;
    left: -1%;
}
blockquote.tres {
    bottom: 7%;
}
.content.te {
    background-position-x: -108px !important;
}
.content.tem {
    background-position-x: -93px !important;
}
.tercero {
    display: none;
}

}

.banner-movil {
    background-image: url(../../assets/images/fondo-franceses-banner.webp);
    padding: 66px 20px 0px;
    background-size: cover;
    background-position: bottom;
}
@media (max-width: 1261px){
section.cd-slider.desk {
    display: none;
}
}
@media (min-width: 1261px){
.banner-movil {
    display: none;
}
}
img.sli {
    /* width: 400px; */
}
@media (min-height: 600px) and (max-height: 900px) {
    h2.bane {
        color: #fff;
        font-weight: 900;
        font-size: 26px;
        text-transform: none;
        margin: 0px 0px 0px 0px;
}
@media (min-width: 600px) and (max-width: 900px) {
h2.banes {
    color: #199cd8;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 0%;
    margin-left: 9%;
    text-transform: uppercase;
}
p.text {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 800;
    margin-left: 9%;
}
a.btn.btn-actiones.btn-lg {
    background: #FFCC00;
    border-radius: 19px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-left: 0px !important;
    margin-top: -4px;
    padding: 6px 40px;
}
blockquote.uno {
    position: absolute;
    bottom: 12%;
    left: 2%;
    z-index: 2;
    max-width: 100%;
    border-left: 0px solid #eee;
    font-style: inherit;
}
blockquote.dos {
    bottom: -1%;
    left: 16%;
}
p.text.tex {
    margin-left: 20%;
}
blockquote.tres {
    bottom: 10%;
    left: 0%;
}
a.btn.btn-actiones.btn-lg.lg {
    margin-left: -177px;
}
}
a.btn.btn-movil {
    background: #199cd8;
    border-radius: 30px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}
h2.banee {
     color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 21%;
    margin-left: 0%;
    text-transform: uppercase;
    text-align: center;
}
button.btn.btn-actione {
    background: #213c77;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 15px 10px;
    font-size: 19px;
}
@media (max-width: 800px){
img.avi {
    width: 58px;
}
p.avat {
    font-size: 15px;
}
}
@media (min-width: 901px){
.banner-movil {
    display: none;
}

}

marquee { background: #81bb27; }

.rightTI { background: #ff002b;
  white-space: nowrap; 
  overflow: hidden;
  animation: marquee 18s linear infinite;
}
.rightTI:hover {
  animation-play-state: paused;
}

.rightCSS { 
  background: #a35dc1;
  overflow: hidden;
} 
.rightCSS div {
  position: relative;
  animation: CSSright linear 18s infinite;
} 
@keyframes CSSright {
  0% { right: -100% }
  100% { right: 100% }
}
.rightCSS:hover div {
  animation-play-state: paused;
}

.rightJS { background: #ffa900; }

.rightJQ { background: #00a753; }

@media (min-height: 600px) and (max-height: 800px){
marquee {
    background: #81bb27;
}
}
@media (max-width: 900px) {
.diferenciadores {
    background-image: url(../../assets/images/bg-diferenciadores.webp);
    background-size: cover;
    padding: 0px 0px 115px;
}
}

@media (max-width: 900px) {
.swiper-slide.swiper-slide-active {
    width: 100% !important;
}
}

@media (max-width: 900px) {
.testimonios {
    background-image: url(../../assets/images/bg-mole.webp);
               background-size: cover;
            background-position: left;
}
}
@media (max-width: 1478px) {
.container.carru {
    padding: 0px 13px !important;
}
}