/*******************************/
/*         Navigatioin         */
/*******************************/
@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light-webfont.woff2') format('woff2'),
         url('opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.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: #ffffff;
   		background: #81bb27;
    	border-radius: 44px;
    	font-size: 16px; 
    	text-transform: uppercase;
    }
	.btn-action:hover,
	.btn-action:focus { color:#fff; background: #199cd8; }
	.btn-action: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-image: url(../../assets/images/fondo.webp);
    background-size: cover;
    padding: 0px 10px 64px;
}
  @media (min-width:1200px){
.container.chico {
    width: 800px;
}
}
h3.titulo {
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans';
    padding-bottom: 33px;
    text-transform: uppercase;
}

 @media (max-width:900px){
h3.titulo {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    color: #000;
    font-family: 'Open Sans';
    padding: 0px 10px 33px;
}
}

    .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: 60px;
}

h5.asignatura {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans';
}

@media (min-width: 1200px){
.container {
    width: 100%;
    padding: 0px 40px;
}
}
@media (max-width: 900px){
.carrusel-desk {
    display: none;
}
}
@media (min-width: 901px){
.carrusel-movil {
    display: none;
}
}
p.botones {
    text-align: center;
    padding: 20px 10px;
}
@media (min-width: 1200px){
.container.grid {
   width: 90%;
   padding: 0px 40px;
}
}
.container.grid {
   background-image: url(../../assets/images/contacto.webp);
   border-radius: 30px;
   padding: 60px 40px;
   margin-top: -176px;
   background-size: cover;
}

h3.titulo.blanco {
    font-size: 31px;
    text-align: left;
    color: #fff;
    padding: 0px 21px 0px 0px;
}

 @media (max-width:900px){
h3.titulo.blanco  {
    font-size: 30px;
    text-align: center;
}
}
.contact {
    padding: 0px 10px;
}
p.sub {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 18px;
    padding-bottom: 20px;
}
h4, .h4 {
    font-size: 20px;
    color: #fff;
}
p.call {
    background: #81BB27;
    padding: 20px;
    border-radius: 17px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 19px;
    margin-top: 29px;
}
input.btn.btn-actione {
    background: #203B77;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 20px;
    width: 100%;
    border-radius: 26px;
    margin-top: -16px;
}
.recomendacion {
    padding: 77px 50px 8px;
}
h3.titulo.dos {
    text-align: left;
}
p.botoness {
    text-align: left;
    padding: 20px 0px;
}
.opcion {
    margin-top: 156px;
}
 @media (max-width:900px){
.container.grid {
    background-image: url(../../assets/images/contacto.webp);
    border-radius: 30px;
    padding: 34px 23px;
    margin-top: -176px;
    background-size: cover;
}
p.sub {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center;
}
h4, .h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
h3.titulo.blanco {
    font-size: 35px;
    color: #fff;
    padding: 0px 0px 0px 0px;
}
.recomendacion {
    padding: 77px 0px 30px;
}
.opcion {
    margin-top: 31px;
}
}

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 {
    width: 80%;
    padding: 0px 40px 52px;
}
}

.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;
}
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;
}
.btn-action, .btn-primary {
    color: #ffffff;
    background: #81bb27;
    border-radius: 44px;
    font-size: 14px;
    text-transform: uppercase;
}
}
.action {
    background-image: url(../../assets/images/actiones.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
h3.titulo.tres {
    color: #81bb27;
    text-align: left;
}
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;
}

.opcion.dos {
    margin-top: 168px;
    padding-bottom: 57px;
}

.exitos {
     background-image: url(../../assets/images/exito.webp);
    padding: 50px 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: 700;
    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/testimonios.webp);
    background-size: cover;
    padding: 50px 0px;
}
.col-sm-6.testi {
   background: #fff;
    padding: 50px;
    border-radius: 22px;
    box-shadow: 1px 1px 10px 0px #666666ab;
    width: 48%;
    margin: 0px 9px;
}
h5.nombre {
    color: #203B77;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Open Sans';
}
@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;
}
}
.calificacion {
    padding: 67px 0px 0px;
}
img.avatar {
    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;
}
}



.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;
}
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%;
}
.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: 40px;
    line-height: 52px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 21%;
    margin-left: 20%;
    text-transform: uppercase;
}
a.btn.btn-actiones.btn-lg {
    background: #199cd8;
    border-radius: 30px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-left: -135px;
}
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: 16%;
}
blockquote.tres {
    bottom: 22%;
    left: 0%;
}
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;
}





@media (max-width: 900px){
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;
}
.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: #199cd8;
    border-radius: 30px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-left: -5px;
    font-size: 14px;
}
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;
}
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;
}
section.cd-slider.desk {
    display: none;
}
}
.banner-movil {
    background-image: url(../../assets/images/ban.webp);
    padding: 106px 20px 0px;
    background-size: cover;
    background-position: bottom;
}
@media (min-width: 901px){
.banner-movil {
    display: none;
}
}
img.sli {
    width: 172px;
}
@media (min-height: 600px) and (max-height: 800px) {
    h2.bane {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 2px 2px 2px #000;
    margin-top: 21%;
    margin-left: 10%;
    text-transform: uppercase;
}
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: #199cd8;
    border-radius: 30px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    margin-left: -277px;
    margin-top: -50px;
}
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;
}
.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    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:16px;
}
@media (max-width: 800px){
img.avi {
    width: 58px;
}
p.avat {
    font-size: 15px;
}
}
@media (min-width: 901px){
.banner-movil {
    display: none;
}
}