
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #FF9172;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 100;
    color: #2F4858;
    line-height: 60px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.blue { color: #FF9172; }

::-moz-selection { background: #FF9172; color: #fff; text-shadow: none; }
::selection { background: #FF9172; color: #fff; text-shadow: none; }


/***** Estilos generales *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.section-description {
	margin-top: 40px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #FF9172;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.1);
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #ddd;
}


/***** formulario *****/

input[type="text"], 
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #bbb;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



button.btn {
	position: relative;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #F77F48;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    background: #f17e47;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #F77F48; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #F77F48; color: #fff; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li a { color: #fff; opacity: 0.8; border-bottom: 1px solid transparent; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px solid #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px solid #fff; }

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
	height: auto;
	margin: 4px 0 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
}


/***** Top content *****/

.inner-bg {
    padding: 165px 0 170px 0;
}

.top-content .text {
	padding-top: 120px;
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 70px;
	color: #eee;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .form-links {
	display: inline-block;
	width: 275px;
	text-align: right;
	vertical-align: top;
}

.form-bottom form .form-links a { color: #888; }
.form-bottom form .form-links a:hover, 
.form-bottom form .form-links a:focus { color: #888; border-bottom: 1px dotted #888; }


/***** PROCEDIMIENTOS *****/

.features {
	padding-bottom: 30px;
}

.features-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.features-box-gray {
	background: #fff;
    border-radius: 10px;
    margin-top: 16px;
    transition: all 0.3s ease .3s;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.features-box .features-box-icon {
    font-size: 80px;
    color: #FF9172;
    line-height: 80px;
}

.features-box h3 {
	margin-top: 16px;
	margin-bottom: 18px;
    color: #F77F48;
    text-transform: uppercase;
}

.features-box p{
   line-height: 21px;
   padding: 0 10px 0 10px;
}

.more-features-container {

	padding-bottom: 60px;
}

.more-features-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.more-features-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.more-features-box-text:first-child { margin-top: 20px; }

.more-features-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.more-features-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 6px;
	background: #FF9172;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.more-features-box-text h3 {
	float: right;
	width: 86%;
	margin-top: 0;
}

.more-features-box-text-description {
	float: right;
	width: 86%;
}

.request-button {
	float: right;
}
/***** Trayectoria *****/

.trayectoria-container {
	padding-bottom: 60px;
}

.trayectoria-box {
	margin-top: 10px;
	margin-bottom: 20px;
}

.trayectoria-box-text {
	margin-top: 10px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.trayectoria-box-text:first-child { margin-top: 5px; }

.trayectoria-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.trayectoria-box-text h3 {
	margin-top: 0;
}

.trayectoria-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** =====================
   Testimonios
   ===================== */

#testimonials{
	padding: 75px 0 80px;
}

#testimonials .quotemarks {
    position: absolute;
    font-size: 3em;
}
#testimonials i {
    color: #b1f5e4;
}

#testimonials .fa-quote-left {
    top: 10px;
}

#testimonials .fa-quote-right {
    bottom: 0;
    right: 0;
}

#testimonials .media img {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    border: 4px solid #3de7bd;
}

#testimonials .media-body{
	padding-left: 25px;
	font-family: 'Montserrat Regular';
}

#testimonials .media-body p{
	font-size: 14px;
	line-height: 18px;
	font-family: 'Montserrat Light';
	font-style: italic;
}

#testimonials .media-body span{
	font-size: 14px;
	line-height: 25px;
	color: #8c8f94;
}

#testimonials ol.carousel-indicators {
    bottom: -30px;
    z-index: 0 !important;
}
#testimonials .carousel-indicators li {
    border-color: #F77F48;
}

#testimonials .carousel-indicators li.active {
    background-color: #F77F48;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #F77F48;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 2px solid #F77F48;
    border-radius: 10px;
}


.carousel-inner p  {
	font-size: 18px; 
	margin-bottom: 3rem;
}

.carousel-inner p span {font-style: italic;}
 
.features-container, .c-form-5-container.section-container.section-container-image-bg{   background: rgba(219, 231, 237, 0.45);}


/***** home *****/
.btn-mas-info{
color: #ffffff;
    background-color: #F77F48;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    display: inline-block;
    margin-top: 10px;
}


.btn-mas-info span:before {
    position: relative;
    /* top: 4px; */
    font-weight: 400;
    font-size: 20px;
    line-height: 5px;
    display: inline-block;
    padding-right: 9px;
  
}


.btn-mas-info-nariz, .btn-mas-info-orejas, .btn-mas-info-rostro, .btn-mas-info-celulitis, .btn-mas-info-sinciru, .btn-mas-info-mamas, .btn-mas-info-genitales{
	padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    display: inline-block;
    margin-top: 10px;
}

.btn-mas-info-nariz:hover, .btn-mas-info-orejas:hover, .btn-mas-info-rostro:hover, .btn-mas-info-celulitis:hover, .btn-mas-info-sinciru:hover, .btn-mas-info-mamas:hover, .btn-mas-info-genitales:hover{
	color: #ffffff
}

.btn-mas-info-nariz{
 color: #ffffff;
 background-color: #00c9ea;
}

h3.nariz {
 color: #00c9ea;
}


.btn-mas-info-rostro{
 color: #ffffff;
 background-color: #6e42c6;
}
h3.rostro {
 color: #6e42c6;
}

.btn-mas-info-orejas{
 color: #ffffff;
 background-color: #164cff;
}

h3.orejas {
 color:#164cff;
}

.btn-mas-info-celulitis{
 color: #ffffff;
 background-color: #00e0a2;
}
h3.celulitis {
 color: #00e0a2;
}


.btn-mas-info-sinciru{
 color: #ffffff;
 background-color: #ffab00;
}

h3.sinciru {
 color: #ffab00;
}


.btn-mas-info-mamas{
 color: #ffffff;
 background-color: #ffab00;
}

h3.mamas {
 color: #ffab00;
}


.btn-mas-info-genitales{
 color: #ffffff;
 background-color: #ffab00;
}

h3.genitales {
 color: #ffab00;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.icon-mas:before {
    content: "+";
    padding-right: 8px;
    font-size: 16px;
}

.caption-title {
    position: relative;
    display: block;
  
}

.caption-title h3, .caption-title p {display: inline-block;}

/***** Footer *****/

footer {
	padding: 40px 0 35px 0;
}

.footer-social {
	font-size: 30px;
    line-height: 30px;
}

.footer-social a { color: #F77F48; padding: 8px; }
.footer-social a:hover, .footer-social a:focus { color: #FF9172; }

.footer-copyright {
	margin-top: 25px;
}

footer .features-container {
	    padding: 20px 0 20px 0;
}

/* 2.6 BTT
------------------------
*/

#btt{
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 15px 20px;
    border-radius: 30px;
	cursor: pointer;
	font-size: 20px;
	color: #111;
	background-color: #F77F48;
	-webkit-transition: .3s; /* Safari */
    transition: .3s;
    z-index: 1;
    display: none;
}

#btt:hover,
#btt:active{
	color: #fff;
}

/* =====================
    3.0 Navbar
   ===================== */

.navbar {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 40;
	background: rgba(241, 126, 71, 0.66);
	padding: 0;
	transition: .3s;
	height: 65px;
}

.navbar.active-nav {
	background: #10171c;
}

.navbar-brand img{
    width: 224px;
}

.navbar ul li {
	margin: 0 6px;
	text-transform: uppercase;
}

.navbar ul a {
	color: #fff!important;
	padding-left: 0!important;
	padding-right: 0!important;
	/*transition: .3s;*/
	border-bottom: 2px solid transparent;
}

.navbar li {
	padding: 0 10px;
}

.navbar-dark.dark .nav-link {
	/*color: #2b2f3a!important;*/
	opacity: 1;
}

.navbar-dark.dark.active-nav .nav-link {
	color: #fff!important;
}

.navbar .last{
	border-right: 2px solid #fff;
	padding-right: 25px;
	margin-right: 10px;
}

.navbar-dark.dark .last {
    border-right: 2px solid #fff	;
    padding-right: 18px;
}

.navbar-dark.dark.active-nav .last {
	border-right: 2px solid #fff;
}

.navbar-dark.dark .navbar-nav .nav-link:focus, 
.navbar-dark.dark .navbar-nav .nav-link:hover {
    color: #2b2f3a;
    opacity: 0.8;
}

.navbar .next{
	padding-left: 6px;
}

.navbar .btn:nth-of-type(2){
	margin-left: 10px;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
    outline: none;
}

.navbar ul a.active {
	border-bottom: 2px solid #F77F48;
}


/* =====================
    Cover fotos de fondo
   ===================== */
  

#cover, #cover-celulitis , #cover-nariz, #cover-rostro, #cover-sincirugia, #cover-orejas, #cover-mamas, #cover-genitales {
    height: 580px;
    background-size: cover;
    background-position: top;
    text-align: left;
}

#cover { background-image: url(../img/backgrounds/home-bg.jpg);}
#cover-celulitis { background-image: url(../img/backgrounds/celulitis-bg.jpg);}
#cover-nariz { background-image: url(../img/backgrounds/nariz-bg.jpg);}
#cover-rostro { background-image: url(../img/backgrounds/rostros-bg.jpg);}
#cover-sincirugia { background-image: url(../img/backgrounds/sin-cirugia-bg.jpg);}
#cover-orejas{ background-image: url(../img/backgrounds/orejas-bg.jpg);}
#cover-mamas{ background-image: url(../img/backgrounds/mamas-bg.jpg);}
#cover-genitales{ background-image: url(../img/backgrounds/genitales-bg.jpg);}

#cover h1{
    font-size: 60px;
    line-height: 70px;
}
#cover-rostro h1{
    text-align: center;
}

#cover .col-sm:nth-of-type(1) img{
    position: absolute;
}

#cover .col-sm:nth-of-type(1) img:nth-of-type(1){
    width: 200px;
    z-index: 2;
    margin-top: 207px;
}

#cover .col-sm:nth-of-type(1) img:nth-of-type(2){
    width: 338px;
    z-index: 1;
    left: 20%;
    top: 8%;
    margin-top: 37px;
}

#cover .col-sm:nth-of-type(2) img{
    width: 300px;
    display: inherit;
    margin: auto;
    margin-top: 170px;
}

#cover .col-sm:nth-of-type(2) p{
    margin-top: 10px;
    font-family: 'GT Walsheim Pro';
    text-align: center;
    font-size: 28px;
    color: #fff;
}	

ul.widget-link {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.widget-link li {
   line-height: 30px;
}

.widget-link li i {
      margin-right: 10px;
    color: #f17e47;
    font-size: 25px;
}


    
.border-image-wrap {
    padding: 10px 0 10px 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.border-image-wrap-border {
    position: absolute;
    content: '';
    height: 1000px;
    width: 78%;
    top: 0;
    z-index: 1;
    left: 0;
    -ms-transform: skewy(-110deg);
    -webkit-transform: skewy(-110deg);
    transform: skewy(-180deg);
    background: #f17e47;
}

.border-image-wrap img {
    position: relative;
    z-index: 2;
}


/* =====================
   Consultas
   ===================== */

    
#contacto{
    height: auto;
    background-size: cover;
    background-position: top;
    background-image: url(../img/backgrounds/bg-contacto.jpg);}

 .formulario   {
    margin-bottom: 28px;
}

/***** =====================
    Medios de pago
   ===================== */

#medios-pago h2 {
    font-size: 24px;
}

#medios-pago ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
   display: flex;
  justify-content: center;
      margin: 22px 0 60px 0;

}

#medios-pago li {
  float: left;
}


/* =====================
    Responsive
   ===================== */

/* Mobile
------------------------
*/


@media screen and (max-width: 767px) {

	.navbar-dark.dark .last {
    	border-right: none;
	}


	#testimonials h2{
		margin-bottom: 75px;
	}

	#testimonials .fa-quote-left {
	    top: 40px;
	}


	#questions #accordion a {
	    font-size: 17px;
	}
}

@media screen and (max-width: 576px) {

	
	.btn {
	    padding: 6px 10px;
	    font-size: 13px;
	}


	/*  General */	

	.childCover {
		height: 30vh;
		padding-top: 40px;
		min-height: 300px;
		display: flex;
		align-items: center;
		padding-bottom: 30px;
	}

    footer {
       text-align: center;
       padding: 20px 0;
    }

    footer .nav-footer {
        padding-bottom: 20px;
    }

    footer .nav-footer li a {
    	display: block;
	    margin: 10px 0;
	    padding: 7px 0;
    }

    footer .last {
	    border-right: 0;
	    padding-right: 0;
	}

	footer p {
		margin: 15px 0;
	}

	footer .social {
		margin-top: 15px;
	}
}

/* Tablet
------------------------
*/


/*  Index */	

@media screen and (max-width: 991px) {

	/* Header */

	.navbar,
	.navbar > .container {
		display: block;
	}

	.navbar {
		height: 55px;
	}

	.navbar.nav-open {
		background: #2b2f3a;
	}

	.navbar > .container {
		position: relative;
	}

	.navbar .navbar-toggler,
	.navbar .navbar-brand {
		position: absolute;
		height: 55px;
	    align-items: center;
	    display: flex;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	
	.navbar .navbar-toggler {
		left: 15px;
		padding: 0;
	}

	.navbar .navbar-brand {
		left: 55px;
	}

	.navbar-collapse {
		background-color: #2b2f3a;
		padding: 20px;
		position: fixed;
		left: 0;
		top: 55px;
		right: 0;
    }

    .last {
    	border: 0;
    	padding-right: 0;
    }

    .next {
    	padding-left: 0;
    }    

    .navbar .last {
    	margin: 0;
    }

    .navbar ul li {
    	margin: 0;
    	padding: 0!important;
    }

    .navbar-nav .nav-link {
    	padding: 13px 0;
	    font-size: 16px;
	    opacity: 1;
    }

    .navbar .last {
    	border: 0;
    	padding: 0;
    }

    .navbar-dark .navbar-nav .nav-link {
    	color: #fff;
    }

    .navbar-dark.dark.active-nav .last {
        border-right: 0;
        padding: 0;
    }

    .navbar-collapse .btn {
    	border: 0;
    	background: transparent;
    	padding: 12px 0;
    	text-align: left;
    	color: #fff;
    	text-transform: none;
    	font-size: 17px;
    	display: block;
    	margin: 0;
    	line-height: normal;
    }

    .navbar .btn:nth-of-type(2) {
        margin-left: 0;
    }

    .border-top-mobile {
    	border-top: 1px solid #5a5e69;
    	margin-top: 5px;
    	padding-top: 5px;
    }

    .border-bottom-mobile {
    	border-bottom: 1px solid #5a5e69;
    	margin-bottom: 5px;
    	padding-bottom: 5px;
    }

    .mobile-only{
	    display: block;
	    text-align: center;
	    padding: 8px;
	    margin-top: 20px;
    }

	iframe {
		width: 100%;
	}

	#video button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -16px;
    padding: 10px 25px 10px 40px;
}

.btn-alt i {
    position: absolute;
    left: 19px;
    top: 13px;
    -webkit-transition: .3s;
    transition: .3s;
}


#testimonials .fa-quote-right {
    bottom: -23px;
    right: 0;
}

.iconslanding .col-sm-4 {
	padding-bottom: 20px;
}

#video {
    margin-top: 0;
   
}



}

@media screen and (min-width: 370px) and (max-width: 767px) {

#cover h1 {
    text-align: left;
    font-size: 27px;
    line-height: 38px;
    padding-top: 40px;
}

.request-button {
	float: left;
}


@media screen and (min-width: 320px) and (max-width: 570px) {

#cover, #cover-celulitis, #cover-nariz, #cover-rostro, #cover-sincirugia, #cover-orejas, #cover-mamas, #cover-genitales {
    height: 400px;
}

#cover h1, #cover-celulitis h1, #cover-nariz h1, #cover-rostro h1, #cover-sincirugia h1, #cover-orejas h1, #cover-mamas h1, #cover-genitales h1 {
    font-size: 28px;
    line-height: 40px;
    padding-top: 0!important;
}

@media screen and (min-width: 577px) and (max-width: 767px) {

#cover h1 {
    text-align: left;
    font-size: 27px;
    line-height: 38px;
    padding-top: 96px;
}

#cover, #cover-celulitis, #cover-nariz, #cover-rostro, #cover-sincirugia, #cover-orejas, #cover-mamas, #cover-genitales {
    height: 400px;
}


    #cover .col-sm:nth-of-type(2) img {
	    width: 360px;
	    display: inherit;
	    margin: auto;
	    margin-top: 170px;	    
	}

	#cover .col-sm:nth-of-type(2) p {
		font-size: 28px!important;
		text-align: center!important;
	}

}


@media screen and (min-width: 768px) and (max-width: 991px) {


    #cover .col-sm:nth-of-type(2) img {
	    width: 250px;
	    float: right;
	    margin-bottom: 10px;
	}

	#cover .col-sm:nth-of-type(2) p {
		font-size: 22px!important;
	}

}



@media screen and (min-width: 577px) and (max-width: 991px) {
	
	#members .peopleList {
		margin-top: -90px;
	}

	.last {
	    border: none;
	}
	

	#cover .col-sm:nth-of-type(2) p {
	    margin-top: 10px;
	    font-family: 'GT Walsheim Pro';
	    text-align: right;
	    font-size: 22px;
	    color: #fff;
	}		

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar ul li {
	    margin: 0;
	}
}

/* Desktop
------------------------
*/

/* Index */

@media screen and (min-width: 768px) {

	#banner .btn{
		float: right;
	}

	#members .peopleList{
		margin-top: -160px;
	}
}

@media screen and (min-width: 992px) {

    .mobile-only{
    	display: none;
    }

    #cover .col-sm:nth-of-type(2) img {
    width: 300px;
    display: inherit;
    margin: auto;
    margin-top: 170px;
	}

}

@media screen and (min-width: 1199px) {

}

@media screen and (min-width: 992px) {
	.with-indicator {
		position: relative;
	}

	.hoverline {
		margin-top: 15px;
	}
}



@media screen and (min-width: 1700px) {


}


@media screen and (min-width: 1300px) and (max-width: 1699px) {

}


@media screen and (min-width: 1120px) and (max-width: 1299px) {
	

}


@media screen and (max-width: 1120px){


}

/*@media screen and (max-width: 1120px){*/
	
	.bannertitulo {
		text-align: center;
	}

	.bannerbotones {
		margin-top: 30px;
    	text-align: center!important;
	}


@media screen and (min-width: 768px) {


}

@media screen and (min-width: 576px) and (max-width: 767px) {
	

}
