
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800&display=swap');

body{
	padding:0;
	margin:0;
	border:0;
	font-size:16px;
	font-family: 'Outfit', sans-serif;
	transition:all 0.9s ease;
	-webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.bodysocios .col-lg-12.text-news { padding: 30px 0; }

.bodysocios .button_link {
    margin-top:35px!important;
}

.container {
    width: 90%;
    max-width: 1140px;
}

/*global styles*/
:root {
  --color-primary: #800000; /*celeste*/
}

:root {
  --color-secondary: #565656; /*gris oscuro titulos*/
}

:root {
--color-tertiary: #cacaca;
}

.fc-time{
	display:none!important;
}



.datepicker{
	display: block;
    max-width: 296px!important;
    left: 266px!important;
}

.tcontent{
    display:none!important;
}

.menu_active::after{
    background: #FFED00!important;
    opacity: 1!important;
}

.menu_active{
    font-weight: 500!important;
}

.swiper-container_novedades {
    overflow-x: hidden;
}

.clear{
	clear:both!important;
	display:block;
}

.main_container a, .main_container a:hover {
    text-decoration: none!important;
}

.main_container{
	margin-top:60px;
}

.mt-50{
	margin-top:50px;
}

.mt-30{
	margin-top:30px;
}

.mt-40{
	margin-top:40px;
}

.mt-20{
	margin-top:20px;
}

.mb-20{
	margin-bottom:20px;
}

.mb-30{
	margin-bottom:30px;
}

.rounded{
	border-radius: 6px;
}

.preloader{
	background-image: radial-gradient(circle at 6% 14%, #800000, #420202);
	width: 100%;
	height: 100%;
	position:fixed;
	z-index: 1000000000;
}

.preloader .cont_preloader{
	margin-top:42vh;
}

.col-lg-12.col-center.nophoto_title {
    /*padding: 0 60px;*/
    margin-top: 20px;
}

.cont_messages_success, .cont_messages_error {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 111111;
    display: none;
}

.modal_background_layer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.6);
}

.contact_msj{
    background: rgba(256,256,256,0.9);
    padding: 50px 0px 60px 0px;
    margin-top: 10vh;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 11;
    position: relative;
    max-width: 700px;
}


.modal_after {
    content: 'X';
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4em;
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}

.modal_msg_p {
	color: rgba(0,0,0,1)!important;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    text-align: center;
    width: 90%;
    max-width: 485px;
    margin: auto;
    color: #000100!important;
}

.menuactive::after {
	content: '';
	width: 30px;
	position: relative;
	height: 2px;
	display: block;
	top: 11px;
	background: #84c5c3;
	margin:auto
}

.preloader .cont_preloader svg{
	display: block;
	margin: auto;
	width: 40%;
	max-width: 350px;
}

.tag_category{
	padding:5px 5px 5px 7px!important;
	border-radius: 5px;
  	box-shadow: 0 2px 14px -2px rgba(43, 83, 94, 0.2);
  	background-color: #800000;
  	color:#fff;
  	text-transform: uppercase;
  	font-size:0.74em;
  	letter-spacing: 0.2em;
	font-family: 'Outfit', sans-serif;
	text-align:center;
}

.padding_bottom_50{
	padding-bottom: 50px;
}

.padding_bottom_30{
	padding-bottom: 30px;
}

#suce_message {
    width: 100%;
    clear: both;
    display: block;
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #000000;
    border-radius: 3px;
    color: #000000!important;
    font-size: 1.1em;
    text-align: center;
}

form button {
    float: left;
}

.form-control {
    border-radius: 0px;
    height: 44px;
    margin-bottom: 0px;
}
#flat_drop{
	border:1px solid #cacaca;
	width:100%;
	max-width: 320px;
	border-radius:5px;
	color:#565656!important;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
}

.cont_flat_drop{
	border-bottom:0!important;
	margin-bottom:20px;
}

.cont_flat_drop .dropdown-item{
	color:#565656!important;
	text-transform: uppercase!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 0.9em!important;
	font-weight: 600!important;
	margin-left:0px;
	padding-left:15px!important;
	margin-top:10px;
	margin-bottom: 10px;
}

#flat_drop .dropdown-menu{
	width:100%!important;
}

.cont_flat_drop{
	max-width: 320px;
}

.cont_flat_drop .dropdown-menu{
	width:100%;
	border-radius:0px 0px 5px 5px;
	border-top:none!important;
	margin-top:-4px;
}

#flat_drop::after{
	color: #565656!important;
    top: 2px;
    position: relative;
    right: -2px;
    float:right;
}

.main_cta{
	background-color:#800000!important;
	border:none!important;
	display:block;
	max-width: 300px;
	text-transform: uppercase;
	font-size:0.84em;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 0.17em;
	margin-top:20px;
	padding:14px;
	cursor: pointer;
}

.main_cta:focus, .main_cta:active{
	border:none!important;
	outline:none!important;
}

.banner{
	background-color:#ffbdbd;
	padding:0;
	margin-top:17px;
	margin-bottom:17px;
	border:0;
	overflow: hidden;
}

.home_filter_cont{
	max-width: 970px;
	text-align: center;
    width: 100%;
    margin: auto;
    display:block!important;
    border-bottom: 2px solid #e5e5e5;
}

.news_list_club{
    margin-top: 150px;	
}

.header_scrolled {
    background-color: rgba(0,0,0,0.8)!important;
	transition:all 0.6s ease;
}

.header_scrolled .navbar-header .navbar-brand img {
    padding: 8px 0;
	transition:all 0.6s ease;
}

.news_list {
    max-width: 900px;
    margin: 0;
    padding: 0;
}

.text-news .button_link{
    margin:30px 0 0 0;
}

.news_left {
    padding: 0;
    width: calc(40% - 50px);
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 30px;
    cursor: pointer;
}

.news_block {
    width: 60%;
    align-items: top;
    display: flex;
}

.img_news {
    display: block;
    position: relative;
    overflow: hidden;
}

.img_news img{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.date_news {
    height: auto;
    position: relative;
    padding: 4px;
    border: 1px solid #009FE3;
}

.news_block h4 a {
    color: #009FE3!important;
    font-size: 1em;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    text-decoration: none!important;
}

.date_news span {
    font-family: 'Outfit', sans-serif;
    font-size: 3.5em;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    width: 100%;
    line-height: 1em;
    display: block;
    /* margin-top: 25px; */
    /* border: 1px solid #009FE3; */
    color: #009FE3;
    margin-bottom: -5px;
}

.date_news small {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2em;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    width: 100%;
    display: block;
}

.bwfooter p a:first-child {
    color: #D6AACA;
}

.news_block p {
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: rgba(0,0,0,01);
    line-height: 1.5em;
    width: 100%;
    margin-top: 8px;
    letter-spacing: 0.03em;
}

.news_block .news_cta {
    color: #000000!important;
    margin-top: 14px;
    display: block;
    font-size: 0.9em;
}

.news_list .row {
    margin-top: 74px;
    padding: 0 15px;
}

.news_list .row:first-child {
    margin-top: 10px;
    /*padding: 0;*/
}

.news_block .news_cta::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #84c5c3;
    display: block;
    margin-top: 4px;
}

.first_title a, .secondary_news a, .cont_news_terc a{
	text-decoration:none!important;
	color:#000000;
}

.home_filter_cont .item{
    width: 100%;
    height: 100%;
    overflow: auto;
}

.home_filter_cont .col-fixed {
    width: 145px;
}

.home_filter_cont .item, .home_filter_cont .item h5{
	text-align: center!important;
	color:#000000;
	cursor:pointer;
}

.home_filter_cont .col-centered {
    display: inline-block;
    float: none;
    text-align: left;
}

.home_section_title {
    margin-top: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom:0px!important;
    padding: 3px 0;
    background-color: #900000;
    text-align: center;
    font-size: 1.1em !important;
	border-left: 12px solid #ffffff!important;
	border-right: 12px solid #ffffff!important;
	border-bottom: 6px solid #ffffff!important;
}

.opinion_title2{
	color:#000000!important;
	text-align: center;
	width: 100%!important;
	background-color:rgba(0,0,0,0);
}

.home_section_title.opinion_title2{
	background-color: none!important;
	border:0!important
}

.cont_deportes{
	margin-top: -2px!important;
}

.secondary_news{
	padding-bottom: 30px;
	padding-right: 30px;	
}

.home .main_container{
	margin-top:40px;	
}

.home_filter{
	border-bottom: 2px solid #e5e5e5;
}

.home_filter .item {
    display: table;
}

.home_filter li{
	list-style: none;
	display:inline-block;
	text-align:center;
	margin:5px 20px;

}

.home_filter li h5{
	color:#000000;
	cursor:pointer;
}

.banner_728x90{
	width:100%;
	max-width: 728px;
}

.banner_728x90 img{
	width:728px;
	height:90px;
}

.banner_970x90 img{
	width:970px;
	height:90px;
}

.banner_970x90{
	width:100%;
	display:block;
	margin:5px auto 30px auto;
	max-width: 970px;
}

.banner_300x600{
	width:100%;
	max-width: 300px;
}

.banner_300x600 img{
	max-width: 300px;	
	height:600px;
}

.banner_300x250 img{
	width:300px;
	height:250px;
}

.banner_300x250 {
    width: 100%;
    max-width: 300px!important;
    max-height: 250px;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #84c5c3;
}

h1{
	font-size:2em;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.main_title {
    font-family: 'Outfit', sans-serif;
    font-size: 2em;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    padding: 80px 60px 60px 60px;
    max-width: 60%;
    margin: auto;
}

.news_list_inner{
    margin-bottom:80px!important;
}



.main_title2{
    font-family: 'Outfit', sans-serif;
    font-size: 2em;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    padding: 0px 60px 20px 60px;
    max-width: 100%;
    margin: auto;
    color:#009ace;
}

p.bwfooter {
    background: #FFED00;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    font-size: 0.7em;
    color: #101010;
}

p.bwfooter a:first-child{
	color: #101010;
	text-decoration:underline;
}

p.bwfooter a:first-child:hover{
	color: #D6AACA;
	text-decoration:underline;
}

p.bwfooter a:last-child{
	color: #101010;
	text-decoration:underline;
}

p.bwfooter a:last-child:hover{
	color: #90CED5;
	text-decoration:underline;
}

.row.instit .col-lg-4 span, .row.instit .col-lg-8 span {
    color: #ffffff;
    font-weight: 300;
    font-size: 0.8em;
	float: left;
}

.row.instit .col-lg-8 span {
    padding-left: 16%;
}

.row.instit .col-lg-4 img{
    float: left;
    width: 50%;
    max-width: 200px;
}

.row.instit .col-lg-4 img, .row.instit .col-lg-8 img {
    float: left;
    max-width: 142px;
    margin-right: 25px;
}

.row.instit .col-lg-4 span {
    color: #ffffff;
    font-weight: 300;
    font-size: 0.7em;
    float: left;
    padding-right: 7px;
    position: relative;
    top: 17px;
}

.row.instit .col-lg-8 span {
    position: relative;
    top: 17px;
    margin-right: 5px;
}

ul.ul-pagination li a {
    -webkit-appearance: none!important;
}

.main_title strong{
	color:#009ace;
	font-weight: 600;
}

h2 {
    color: #009FE3;
    text-align: center;
    font-weight: 800;
    font-size: 2.2em;
}

.about{
    margin-top: 80px;
    margin-bottom: 70px;
}

.sec_title{
    margin-bottom:40px;
}

.about p {
    text-align: center;
    font-size: 1.1em;
    font-weight: 300;
    margin-top: 50px;
    width: 90%;
    margin: auto;
    margin-top: 0px;
    max-width: 720px;
}

.button_link {
    color: #009FE3;
    padding: 5px 8px;
    border: 1px solid #009FE3;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
	transition:all 0.6s ease;
	text-decoration: none!important;
	margin: 40px auto;
	display:table;
	cursor:pointer;
}

.button_link:hover{
	background-color: #009FE3;
	color:#ffffff;
	text-decoration: none!important;
}

.button_link2 {
    background-color: #009FE3;
    color:#FFFFFF;
    padding: 5px 8px;
    border: 1px solid #009FE3;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
	transition:all 0.6s ease;
	text-decoration: none!important;
	margin: 40px auto;
	display:table;
	cursor:pointer;
}

.button_link2:hover{
	background-color: #FFFFFF;
	color:#009FE3;
	text-decoration: none!important;
	border: 1px solid #009FE3;
}

p{
  font-family: 'Outfit', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  letter-spacing: normal;
  color: #000000;
}

h4{
	font-family: 'Outfit', sans-serif;
    font-size: 1.3em;
    text-align: center;
    font-weight: 400;
    line-height: 1.2em;
    margin: auto;
    letter-spacing: 0.03em;
}

h5 {
    color: #009FE3;
    font-size: 1.1em;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 6px;
    width: 100%;
    display: block;
    margin-top: 11px;
    text-decoration: none!important;
}

h6{
	font-family: Montserrat;
	border:0;
	font-weight: 300;
	text-align:center;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    color:#4F4F4F;
}

h6 strong{
	color:#009ace;
}

p {
    font-size: 0.9em;
    line-height: 1.4em;
    font-family: 'Outfit', sans-serif;
}

.col-center{
	float: none;
	margin-left: auto;
	margin-right: auto;
  }

/*main_banner*/
.main_banner {
    width: 100%;
    background-color: #ffffff;
    padding: 0!important;
    margin: 0!important;
    height: auto;
    position: relative;
}

.inner_cont {
    width: 100%;
    background-color: #ffffff;
    padding: 0!important;
    margin: 0!important;
    height: auto;
    position: relative;
    min-height: 70vh;
}

.bullet_about{
	margin-top: 35px;
}

.text_link{
	color: #212529;
	text-decoration: underline;
}

.text_link:hover{
	color: #212529;
}

.bullet_about li {
    margin: 14px 0;
    line-height: 2em;
    font-size: 1em;
}

.post_img {
    max-width: 1600px;
    width: 100%;
	height: auto;
}

.post_title_h5{
	font-size:1.6em;
	margin-bottom: 20px;
}

.share-wp span, .share-wp i {
    display: inline-block;
}

.share-wp span{
	font-family: 'Outfit', sans-serif;
}

.share-wp {
    color: #000000;
}

.share-wp:hover{
	color: #000000!important;
}

.share-wp span {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9em;
    padding-left: 3px;
    line-height: 1em;
    position: relative;
    top: -1px;
    text-decoration: underline;
}

.inner_content {
    width: 100%;
    background-color: #ffffff;
    padding: 22vh 0 60px 0!important;
    position: relative;
    margin: auto!important;
}

.inner_title {
    text-align: left;
    margin: 30px 0 0 0;
    font-size: 1.6em;
    font-weight: 400;
    width: 100%;
}

.links_section h2 {
    text-align: center;
    color: #1c1c1c;
}

.inner_content p {
    text-align: left;
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: rgba(0,0,0,01);
    line-height: 1.3em;
    width: 100%;
    margin-top: 0px;
    letter-spacing: 0.03em;
    
}

.text-news p:last-child{
    margin-bottom:5px!important
}


.main_banner h1 {
    text-align: center;
    font-family: 'Outfit', sans-serif;
	font-weight: 800;
    font-size: 3.5em;
}

.inner_content h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 2.4em;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.margin-auto{
	margin-left: auto;
    margin-right: auto;
}

.main_title_h2 {
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.8em;
}

.main_title_h2 span {
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 300!important;
    font-style: normal!important;
    font-size: 0.6em!important;
    display: block;
    margin-top: 13px!important;
	color: rgba(0,0,0,1);
	letter-spacing: 0.03em;
}

.cont_inputs {
    width: 100%;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: center;
}


.menuactive{
	font-weight: 800!important;
}

.cont_inputs input{
	display: inline-block;
}

.about_pic {
    display: block;
	width: 100%;
}

.club_pic {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: auto;
}

.about_pic_right {
    display: inline-block;
}

.cont_inputs input:first-child {
    width: 80%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000100;
    padding: 12px;
    max-width: 300px;
}

.newsletter_box {
    padding: 0px;
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    margin-top: 115px;
}

.newsletter_box img {
    width: 100%;
    position: relative;
}

.swiper-notification {
    display: none!important;
}

.newsletter_inside {
    padding: 0px;
    background-color: #ffffff;
    margin: auto;
    position: absolute;
    top: 30px;
    left: 30px;
    overflow: hidden;
    display: table;
	width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.news_v_center{
    vertical-align: middle !important;
    position: relative;
    display: table-cell;
}

.social {
    width: auto;
    margin: 50px auto;
    display: table;
}

.social a {
    color: rgba(0,0,0,1);
    font-size: 2em;
    margin: 15px;
	display: inline-block;
}

#home_video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.main_text {
    position: relative;
    width: 90%;
    margin: auto;
    display: block;
    max-width: 950px;
    padding-top: 39vh;
}

.main_text h1,
.main_text p{
	color:#ffffff;	
}

.main_text h1{
	text-align:center;
	font-weight: 800;
	font-size: 3em;
	text-shadow: 2px 1px 8px rgb(0 0 0 / 45%);
}

.main_text p {
    color: #ffffff;
    text-align: center;
    font-size: 1.4em;
    font-weight: 300;
    text-shadow: 2px 1px 8px rgb(0 0 0 / 45%);
}

.overlay div p {
    text-align: left;
    color: #ffffff;
    margin: 10px 0;
    line-height: 1.3em;
    font-size: 0.8em;
    font-weight: 200;
    overflow: hidden;
}

.row {
    width: 100%;
    margin: 0;
}

.about{
	width: 100%;
}

#links_section {
    background-color: #efefef;
    padding: 15px 10px 20px 10px;
}

section{
	margin-top:70px;
	display: block;
}

.links_section ul {
    margin: 40px auto;
    display: block;
    padding: 0;
}

.links_section ul li.col-lg-10 {
    word-break: break-all;
    color: #009FE3;
    text-align: center;
    list-style: none;
    width: 100%!important;
}

.links_section ul li.col-lg-10 a{
    word-break: break-all;
	color:#101010;
	text-align:center;
	text-decoration: underline;
	word-break: break-word;
}

.links_section ul .row .col-lg-10 {
    margin: auto;
    display: block;
}

/* .main_banner span {
    text-align: center;
    font-family: 'Outfit', sans-serif;
	font-style: italic;
	font-weight: 900;
    font-size: 1.3em;
    color: rgba(0,0,0,1);
    line-height: 2em;
    width: 90%;
    max-width: 867px;
    margin: auto;
    margin-top: 30px;
    display: block;
} */

.cont_club_title {
    display: flex;
    align-items: center;
    width: 100%;
}

.club_title span {
    text-align: center;
    font-size: 1.5em;
}


.club_title {
    vertical-align: middle;
    position: relative;
    display: table-cell;
	margin: auto;
    max-width: 704px;
}

.italic {
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 1.3em!important;
    color: rgba(0,0,0,1);
    line-height: 1.4em;
    /*width: 90%;*/
    max-width: 867px;
    margin: auto;
    margin-top: 30px;
    display: block;
}

.btn-primary{
    color: #fff;
    background-color: #009ace!important;
    border-color: #009ace;
	text-align:center;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: 'Outfit', sans-serif;
	border:0!important;
	padding:8px 20px;
}

a.btn.btn-primary.prom_cta {
    background-color: #052128!important;
    color: #ffffff;
}


a.btn.btn-primary.prom_cta:hover {
    background-color: #033f49!important;
}
/*main_banner*/

/*main_form*/
img.metodos_pago {
    position: absolute;
    right: 0;
    bottom: 3px;
    max-width: 100%;
}

.main_form{
	background-color: rgba(0,0,0,0.08);
	border-radius:7px;
	height: auto;
	display: block;
	padding:15px;
	margin-top: 16%;
}

.main_form h4 {
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.form_cta{
	background-color:#009ace;
	color:#ffffff;
	text-align:center;
	text-transform: uppercase;
	font-size: 0.85em;
	font-family: 'Outfit', sans-serif;
	border:0!important;
	padding:8px 20px;
	width:100%;
	max-width: 350px;
}

.btn-primary:hover{
	background-color:#03aad6!important;
	border:0!important;
	outline: 0!important;
	box-shadow: none!important;
}

.stroke_cta {
    cursor: pointer;
    display: table;
    color: rgba(41, 41, 41,1);
    background-color:none;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    width: auto;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 21px!important;
    transition: all 0.3s ease 0s;
    height: auto!important;
    border-radius: 3px;
    margin: auto;
	border: 1px solid rgba(41, 41, 41,1);
	margin-top: 30px;
}

.stroke_cta:hover{
	background-color:rgba(41, 41, 41,0.1)!important;
	outline: 0!important;
	box-shadow: none!important;
	color: rgba(41, 41, 41,1);
	text-decoration: none!important;
}

.stroke_ctay:not(:disabled):not(.disabled):active,
.stroke_cta:not(:disabled):not(.disabled).active,
.stroke_cta > .btn-primary.dropdown-toggle,
.stroke_cta:focus{
	background-color:rgba(41, 41, 41,0.1)!important;
	outline: 0!important;
	box-shadow: none!important;
	color: rgba(41, 41, 41,1);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary > .btn-primary.dropdown-toggle,
.btn-primary:focus{
	background-color:#009ace!important;
	border:0!important;
	outline: 0!important;
	box-shadow: none!important;
}

.main_form_row{
	padding:0px;
}

.main_form form .form-group select {
    padding-left: 50px!important;
    line-height: 1.1em;
    display: block;
}

.main_form form .form-group{
	display:inline-block;
	padding: 3px;
	margin-bottom: 0!important
}

.main_form form .form-group select{
    padding-left: 50px!important;
    padding: 0px;
}

.form-group select option{	
	padding: 10px!important;
	padding-left: 50px;
	border-top: 1px solid #cacaca!important;
}

.main_form form .form-group i {
    color: #009ace;
    position: absolute;
    display: block;
    padding: 6px 8px;
    border-right: 1px solid #009ace;
    width: 35px;
    height: 28px;
    margin: 5px;
}
/*main_form*/

/*footer*/
footer {
    position: relative;
    overflow: hidden;
    color: rgb(41, 41, 41);
    font-size: 15px;
    padding: 40px 0;
    text-align: center;
    margin-top: 0px;
    background: #009FE3;
    border-bottom: 0px solid #FFED00;
}

.footer_form h4 {
	color: #fff;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 20px;
	padding-top: 9px;
	font-size: 1.4em;
	max-width: 88%;
	position: relative;
	margin-left: 0;
}

.footer_bg {
    width: 100%;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0;    
}

form.footer_form {
    margin-top: 55px;
    padding-left: 30px;
    padding-bottom: 60px;
}

.main_title:after {
    background: #009ace;
    display: block;
    content: '';
    width: 104px;
    height: 4px;
    margin: auto;
    margin-top: 26px;
}

.alert-hide{
	display:none
}

.form_ok .alert-hide {
    background-color: #0a9110;
    font-size: 0.85em;
    padding: 3px 5px;
    color: #ffffff;
	display: block;
}

.form_error .alert-hide {
    background-color: #b21408;
    font-size: 0.85em;
    padding: 3px 5px;
    color: #ffffff;
    display: block;
}

.footer_form label {
    color: #ffffff;
    font-size: 0.8em;
    margin-bottom: 2px;
}

.footer_form input, .footer_form textarea {
    background: rgba(256,265,256,0.04);
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
	z-index: 2;
}

.overlay div {
    width: 100%;
    padding: 21px 20px;
    position: absolute;
    bottom: 0;
}

.overlay div h4 a {
    color: rgb(256, 256, 256,1)!important;
    font-size: 0.95em;
    letter-spacing: 0.1em;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    display: block;
	text-decoration: none!important;
	
}

.overlay div h4{
	opacity:1;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.news_cta{
	color: rgba(256, 256, 256,1)!important;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	text-decoration: none!important;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.overlay div h4:hover, .news_cta:hover{
	opacity:0.85;
	text-decoration: none!important;
}


.news_cta::after{
	content: "";
    width: 40px;
    height: 1px;
    background: rgba(256, 256, 256,1);
    display: block;
    margin-top: 4px;
}

.news_box {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 3px;
}

.newsletter_cta {
    cursor: pointer;
    display: inline-flex;
    color: rgb(255, 255, 255)!important;
    background-color: rgba(41, 41, 41,1)!important;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    width: auto;
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 21px!important;
    border: 0px;
    transition: all 0.3s ease 0s;
    height: auto!important;
    border-radius: 3px;
	margin-left: 5px;
}

.newsletter_cta:hover{
	background-color: rgba(41, 41, 41,0.8)!important;
}

.news_box:hover > .overlay{
    opacity: 1;
}

.news_box img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    display:none;
}

h3 {
    color: rgb(41, 41, 41)!important;
    font-size: 1.05em;
    letter-spacing: 0.1em;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 60px;
}

h3::after {
    content: "";
    width: 68px;
    height: 2px;
    background: #009FE3;
    display: block;
    margin-top: 8px;
}

.footer_form input{
	height: calc(2rem + 2px);
}

.footer_bg div:first-child {
	background: #009ace;
	width: 50%;
	height: 100vh;
	position: relative;
	display: inline-block;
}

.footer_bg div:last-child {
	background: #052128;
	width: 50%;
	height: 100vh;
	position: relative;
	display: inline-block;
}

.whatsapp_btn {
    margin-left: -15px;
    padding-left: 12px;
    padding-right: 19px;
    background-color: #25d366;
    border-bottom: 1px solid #25d366;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 1111;
    border-radius: 100%;
    color: #fff;
    font-size: 2em;
    bottom: 20px;
    line-height: 1.5em;
}

.footer_social{
	margin-bottom:15px;
	margin-top:15px;
}

.bw p{
	font-size: 0.8em!important;
    font-family: 'Outfit', sans-serif;
    color: rgba(256,256,256,0.4)!important;
    margin-bottom: 0!important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.bw p a{
	color: rgba(256,256,256,0.4)!important;
	text-decoration: underline!important;
}

footer p{
	color:#ffffff!important;
	margin-bottom: 8px!important;
	width:100%;
	max-width: 500px;
	margin: auto;
    text-align: center;
}

.contact_form_row h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 2.3em;
    text-align: left;
    font-weight: 600;
    line-height: 1.2em;
    padding: 0;
    /* max-width: 60%; */
    margin: auto;
    color: #ffffff;
    margin-top: 55px;
}

.contact_form_row h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4em;
    text-align: left;
    font-weight: 100;
    line-height: 1.2em;
    padding: 0;
    /* margin: auto; */
    color: #ffffff;
    margin-top: 11px;
    max-width: 350px;
}

.contact_form_row .col-lg-6 ul {
    display: block;
    margin-top: 30px;
}

.contact_form_row .col-lg-6 ul li a i {
    margin-right: 10px;
    font-size: 1.8em;
    display: inline-block;
    position: relative;
    top: 5px;
}

a.whsp_btn {
    display: table;
    clear: both;
    background-color: #052128;
    padding: 13px 20px;
    margin-top: 20px;
    border-radius: 5px;
}

a.whsp_btn:hover{
	background-color: #05191e;
}

.contact_form_row .col-lg-6 ul:before {
    content: '';
    width: 105px;
    height: 4px;
    display: block;
    background: #ffffff;
    margin-top: 35px;
    margin-bottom: 30px;
}

a.whsp_btn i {
    margin-right: 8px;
}

p.legal_p {
    text-align: left;
    padding: 0;
    margin-left: 0;
    font-size: 0.7em;
    display: block;
    clear: both;
    padding-top: 81px;
    position: relative;
}

.contact_form_row .col-lg-6 ul li a span {
    line-height: 2em;
    position: relative;
    display: inline-block;
}

.contact_form_row .col-lg-6 ul li {
    float: left;
    margin: 10px 30px;
    left: -30px;
    position: relative;
}

.contact_form_row .col-lg-6 ul li:first-child {
    border-right: 1px solid #fff;
    padding-right: 30px;
    margin-right: 0;
}

.contact_form_row .col-lg-6 ul li a {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2em;
}

footer p{
	font-family: 'Outfit', sans-serif;
	font-size:1.25em;
	line-height:1.25em;
}

footer .footer_news{
	padding-left:20px;
}

.footer_sections{
	padding-right:20px;
}

footer .footer_news form{
	max-width:455px;
	width:100%; 
	margin:auto;
}

footer ul{
	padding-left: 0!important;
}

footer a{
	color:#ffffff;
}

footer a:hover{
	color:#ffffff;
	opacity:0.8; 
}

.legal .container .col-lg-9{
	float:left;
}

.footer_social a{
	float:left;
	font-size: 1.3em;
	margin:0 10px;
	margin-top:-4px;
}

.social_cont{
	width:100%;
}

.social_links {
    width: 115px;
    display: block;
    margin: auto;
    height: 50px;
}

.social_cont p{
	width:100%;
	text-align:center;
	display: block;
	padding-bottom: 13px!important;
}

.legal_cont{
	width:100%;
	border-bottom: 1px solid rgba(256,256,256,0.3);
    padding:12px;
}

.legal p{
	font-size: 0.9em!important;
	font-family: 'Outfit', sans-serif;
	color:#ffffff;
	margin-bottom: 0!important;
	text-align: center;
	padding-top: 5px;
}


.footer_sections{
    padding-top: 10px;
    border-top: 1px solid #ffffff;
}

.footerlink{
	color:#800000!important;
}

footer ul li{
	list-style: none;
	color:#ffffff;
	font-size: 0.9em!important;
	font-family: 'Outfit', sans-serif;
	text-align:right;
}

footer h5{
	color:#ffffff!important;
	border:none!important;
	padding-bottom:20px!important;
	display: block;
	font-family: 'Outfit', sans-serif;
	font-size:1em;
	text-transform: uppercase;
	text-align: right;
}

.footer_cont {
    width: 100%;
}

.footer_cont .col-lg-7{
	float:left!important;
}

.footer_cont .col-lg-5{
	float:right!important;
}

.footer_sections .col-lg-6{
	padding-left:0!important;
}

.news_posts, .posts_news {
    /* margin-right: 20px; */
}

.posts_news {
    float: right;
    width: 30%;
    display: inline-block;
}

.news_posts span{
    color: #009FE3;
    font-size: 0.8em;
	line-height: 1.2em;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    margin-top: 6px;
    text-decoration: none!important;
}

.news_posts .button_link,
.news_block .button_link{
    margin: 0 0 5px 0;
}

.news_and_posts{
	margin-top:50px
}

.cont_news_posts {
    width: 60%;
    display: inline-block;
    float: left;
}

.ul_gooter{
    width: 60%;
    display: inline-block;
    float: left;
}

.footer_bottom_right {
    float: right;
    width: 30%;
    display: inline-block;
}

.footer_bottom_right p {
    font-size: 1em;
    text-align: left;
    margin-bottom: 3px!important;
}

.footer_bottom_right em {
    font-style: normal!important;
    text-align: left;
    color: #ffffff;
    display: block;
    margin-bottom: 12px;
    
}

.footer_bottom_right em,
.footer_bottom_right p{
    letter-spacing: 0.015em;
}

.footer_bottom {
    margin-top: 70px;
}

.ul_gooter .row li {
    text-align: left;	
}

.ul_gooter .row li a {
    border-bottom: 1px solid #ffffff;
    padding: 9px 0;
    display: block;
    font-size: 1.2em;
    font-weight: 300;
}

.cn_title span {
    display: inline-block;
    position: relative;
    color: #009FE3;
    font-weight: 400;
    line-height: 2.1em;
    font-size: 1.1em;
    background: #ffffff;
    z-index: 11;
    padding-right: 9px;
}

.cn_title {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 15px;
}

.cn_title div {
    width: calc(100% - 30px);
    height: 1px;
    position: relative;
    background-color: #b2b2b2;
    position: absolute;
    top: 19px;
    z-index: 1;
}

.news_posts .np_img, .posts_news .np_img {
    max-width: 100%;
    display: block;
    height: 125px;
    overflow: hidden;
}

.np_img img {
    max-width: 100%;
    display: block;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
	footer .footer_news form{
		max-width:600px;
	}

	.container {
		width: 90%;
		max-width: 1140px;
		padding-right: 55px;
		padding-left: 55px;
	}

	.footer_news{
		padding-left:0;
	}

	.contact_box .col-lg-4 i {
	    font-size: 5em;	    
	}
}

.footer_news form input{
	border:1px solid #d2d2d2;
	display:inline-block;
	width:48%;
}

img.topdoctor {
    width: 342px;
    margin-left: -10px;
}

/*nav styles*/

.navbar {
    background-color: rgba(0,0,0,0.22);
    padding: 0!important;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.logo_nav{
	padding:20px 0
}

.nav_scrolled {
    background-color: rgba(256,256,256, 0.95)!important;
}

li.social_menu_mobile{
	display:none;
}

.nav_container .row{
	width: 100%;
}

.navbar-nav li{
	margin:5px 10px;
	font-weight: 700;
}

.navbar-toggler-icon {
    display: block;
    width: 25px;
    height: 1px!important;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color: #ffffff;
    background: #ffffff!important;
    margin-top: 7px;
}

.navbar .row{
	width:100%;
}

.menu_right2 {
	position: relative;
	margin-right: 0;
}

.swiper-button-next, .swiper-button-prev{
	color:#ffffff!important;
}

.menu_text {
	color: #FFFFFF!important;
	font-size: 0.93em;
	letter-spacing: 0.1em;
	font-family: 'Outfit', sans-serif;
	font-weight: 300;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
    content: '';
    width:30px;
    height: 2px;
    background: none;
    display: block;
	opacity:0;
	top: 5px;
    position: relative;
	transition:all 0.6s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    background: #FFED00;
	opacity:1;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child::after {
    width: 19px;
}

.last_drop{
	margin-right:0!important;
}

nav .dropdown-menu{
	right:0!important;
	left:auto!important;
}

.dropdown-item{
	color:#000000!important;
	font-size:0.75em;
}

.navbar-brand {
    padding-left: 35px;
}

img.linkedin_icon {
    width: 35px;
    top: -5px;
    position: relative;
}

img.instagram_icon {
    width: 35px;
    top: -5px;
    position: relative;
}

.navbar-brand img, .navbar-brand svg {
    width: 204px;
}

.navbar-nav{
	float: right;	
	padding-right:15px;
}

.dropdown-toggle::after {
    color: #009ace!important;
    border: 0!important;
    font-family: "Font Awesome 5 Free";
    /* content: "\f078"!important; */
    font-weight: 600!important;
    font-size: 12px;
    padding-left: 5px;
}

.ingresar_drop::after{
    content: "\f078"!important;
	position: absolute;
}

.navbar-collapse {
    padding-right: 0;
    z-index: 1000000;
}

.search_bar i {
    color: #009ace;
    font-size: 22px;
    padding-left: 10px;
    position: relative;
    top: 2px;
}

.search_bar input:focus, .search_bar input:hover, .search_bar input:active{
	border:0!important;
	outline:0!important;
	border-color: rgba(0,0,0,0)!important;
	box-shadow: none!important;
}

.cont_currency {
    float: right;
    width: 100%;
}

.search_bar{
	border:0!important;
	outline:0!important;
	box-shadow:none!important;
    background-color: rgba(0,0,0,0);
    width:300px;    
}

.search_bar input{
	background-color: none!important
}

.search_bar button{
	float:right;
}

.search_input {
    background-color: rgba(0,0,0,0)!important;
    border: 1px solid #ffffff;
    border-radius: 0!important;
    width: 80%!important;
    max-width: 300px;
    color: #878787!important;
}

.institucional_item{
	display:none;
}

.search_nav_item a i, .cart_nav_item a i {
    color: #009ace;
    font-size: 1.2em;
}

.search_input::placeholder{
	font-family: 'Outfit', sans-serif;
	color:#009ace!important;
	text-transform:uppercase;
	font-size:0.97em;
	letter-spacing: 0.1em;
}

/*tratamientos slider*/

.lista_tratamientos{
	background-color:#E8E8E8;
	padding:15px 0;
	display: block;
	clear: both;
	width: 100%;
}

.swiper-container_trat{    
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.patients .container .row .col-lg-10 {
    margin-left: auto;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-top: 21px;
}



.animation_patients{
	width: 214px;
	display: none;
	margin: 20px auto 0 auto;
}

.swiper-container_patients .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.lista_tratamientos .container{
    overflow: hidden;
}

.swiper-container_trat .swiper-wrapper .swiper-slide{
	padding:0 10px;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row{
	border-radius:5px;
	background-color: #ffffff;
	border:1px solid #DDDDDD;
	padding:15px 20px;
	display: block;
}

.trat_image {
    border-radius: 100%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    background-size: 157%;
    background-repeat: no-repeat;
    background-position: -28px center;
    float: right;
}


.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-3, .swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 {
    position: relative;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 {
    padding-left: 0;
    padding-right: 12px;
    float: left;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-3{
	padding-left:0;
	padding-right:0;
	float:right;
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 h4{
	text-align: left;	
}

.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 p{
	font-size: 0.8em;
	line-height: 1.2em;	
	margin-top:4px;
	font-family: 'Outfit', sans-serif;
	margin-bottom: 10px;
}

.swiper-container_trat .swiper-button-prev{
	background-image:url('../images/swiper_trat_prev.svg');
	background-size:18px 25px;
	background-repeat: no-repeat;
	left: -20px;
}

.swiper-container_trat .swiper-button-next:focus, .swiper-container_trat .swiper-button-prev:focus{
	box-shadow: none!important;
	border:0!important;
	outline: 0!important;
}

.swiper-container_trat .swiper-button-next{
	background-image:url('../images/swiper_trat_next.svg');
	background-size:18px 25px;
	background-repeat: no-repeat;
	right: -20px;
}

/*fin tratamientos slider*/

/*Sección cómo funciona*/

.how_it_works .container .col-lg-3 span {
    background-color: #C6C6C6;
    display: block;
    margin: auto;
    border-radius: 100%;
    color: #ffffff;
    padding: 13px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-size: 2.8em;
    font-weight: 800;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.cont_line{
    position: relative;
    margin: auto;
    display: block;
    max-width: 58%;
}

.hiw_line {
    position: absolute;
    background-color: #009ace;
    height: 1px;
    width: 95%;
    padding: 0 10%;
    top: -111px;
    z-index: 1;
}

.how_it_works .container .col-lg-3{
	z-index: 1111;
}

.how_it_works .container .col-lg-3 h4 strong{
    color: #009ace;
    font-weight: 400;
}

.how_it_works .container .col-lg-3 h4 strong{
    color: #009ace;
    font-weight: 600;
}

section.video_inv {
    background: #e3e3e3;
    width: 100%;
    padding: 0 0 100px 0;
}

section.patients {
    background: #e3e3e3;
    width: 100%;
    padding: 0 0 100px 0;
}

.dra_info h2 {
    font-size: 1.5em;
    margin-bottom: 3px;
	margin-top: 60px
}

.dra_info ul {
    overflow: hidden;
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
    padding-left: 0;
}

.dra_info ul li {
    margin-top: 15px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
	list-style:none ;
}

.dra_info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e64d";
    font-family: 'themify';
    color: #1e68a1;
}

a.see_more {
    color: #1e68a1;
    text-decoration: underline;
    margin-top: 36px;
    display: block;
}

.dra_info h3 {
    font-size: 1.3em;
	margin-bottom: 23px;
}

section.about_doc {
    padding: 140px 0 0 0;
}

.video_inv .container .row div{
	display: block;
	margin: auto;
}

.video_inv .container .row div iframe {
    width: 100%;
}

.lista_promociones {
	background: url(../images/steps_bg.svg);
    padding: 0 0 40px 0;
    display: block;
    clear: both;
    width: 100%;
    background-size: 100%;
    background-repeat: repeat-y;
}

.swiper-container_promos .swiper-pagination .swiper-pagination-bullet {
    float: right;
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

.swiper-container_promos .swiper-pagination {
    margin-top: 37px;
    display: block;
    position: relative;
	padding-right: 7px;
}


.swiper-container_promos .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #009ace;
}

.swiper-container_promos .swiper-pagination{
	left:auto!important
}


.swiper-container_promos {
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 24px;
}

.lista_promociones .container{
    overflow: hidden;
}

.swiper-container_promos .swiper-wrapper .swiper-slide{
	padding:0 10px;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row {
    border: 0;
    padding: 0px;
    display: block;
    margin-top: 56px;
    position: relative;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6{
	float:right;
	padding:0;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6:last-child {
    padding: 25px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
}

.swiper-container_patients {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
  }

  .col_pat{
	  overflow-x: scroll!important;
  }

  .col_pat::-webkit-scrollbar{
	width: 3px;
	border-radius: 10px;
	background-color: #b3b3b3;
	height: 9px;
  }
  .col_pat::-webkit-scrollbar-track{
	background-color: #b3b3b3;
	border-radius: 10px;
	height: 9px;
  }
  .col_pat::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #009ace;
	height: 9px;
  }

  .patients_block img {
    width: 100%;
	}

  .container_patients.row {

	}

	.patients_overflow {
		position: absolute;
		top: 0;
		left: 0;

	}

	.patients_block{
		border:5px solid #e3e3e3;
		display: inline-block;
	}

  .swiper-container_patients .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover!important;
}

.map_ctas {
    margin: 7px auto 5px auto;
}

.map_iframe, .map_iframe iframe{
    width: 100%;
}

.location_select {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    display: none;
}

.map_iframe iframe{
    display: none;
}

.map_ctas .stroke_cta i {
    margin-right: 3px;
    top: -1px;
    position: relative;
}

.map_ctas .stroke_cta {
    color: #1e68a1;
}

.rating span{
	color:#ffa500;
}

.rating p {
    font-size: 0.8em;
    text-align: center;
	color: rgba(33,37,41);
}

.mapsss {
    position: relative;
    height:0;
	opacity: 0
}

.rating {
    max-width: 200px;
    margin: auto;
    background: #ffffff;
    padding: 15px 18px 3px 18px;
    /* margin-top: 34px; */
    position: relative;
    z-index: 1;
    top: auto;
    left: 10px;
    box-shadow: none;
    left: 1px;
    margin-top: 10px;
}

.rating .stars {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 8px;
    display: block;
	
}

.rating h4 {
    font-size: 0.9em;
    text-align: center;
}

div#pocitos, div#centro {
    height: 600px;
}

.map_none{
	height:50px!important
}

.mapblock {
    width: 100%;
    height: 600px;
	opacity: 1
}

.cta_disabled {
    pointer-events: none!important;
    background: rgba(32,215,235,0.3)!important;
    border: 1px solid #009ace;
}
.prom_image{
	overflow: hidden;
	width:100%;
}

.prom_image img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.lista_promociones .see_more{
	width:100%;
	display:block;
	text-align:center;
	color:#ffffff;
	text-decoration: underline;
	margin:auto;
	margin-top: 40px;
	font-size:1.2em;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 span {
    color: #ffffff;
    font-size: 1.8em;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    line-height: 0.8em!important;
    height: auto;
    opacity: 0.5;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 p {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 1.1em;
}

.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 h4 {
    text-align: left!important;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 18px;
    font-size: 1.51em;
    margin-top: 8px;
    color: #ffffff;
    padding-right: 20%;
}
/*Termina sección promociones*/

/*who we are*/
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "+";
    float: right; 
}

.who_we_are h6{
	margin-bottom: 25px;
}

.accordion .card-header.collapsed:after {
    content: "+"; 
}


.card-header {
    background-color: rgba(0, 0, 0, 0)!important;
    border: 1px solid #898989!important;
	cursor:pointer;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.accordion .col-lg-6 {
    display: inline-block;
    max-width: 49%;
    position: relative;
    vertical-align: top;
}

.card-body{
	border-left: 1px solid #898989!important;
    border-right: 1px solid #898989!important;
    border-bottom: 1px solid #898989!important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
/*who we are*/

/*contact*/
.contact_box{
	background-color:#EDEDED;
	border-radius:10px;
	padding:30px 40px;
}

.contact_box .col-lg-8, .contact_box .col-lg-4{
	display: inline-block;
}

.contact_box .col-lg-4{
	max-width:32.333333%;
}

.contact_box h1{
	font-family: 'Outfit', sans-serif;
    padding: 0;
    max-width: 100%;
    margin: auto;
    text-align:left;
    font-size: 1.85em;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact_box label {
    margin-bottom: 2px;
}

.contact_box input, .contact_box textarea{
	border-left:0!important;
	border-top:0!important;
	border-right:0!important;
	border-bottom:1px solid #009ace!important;
	border-radius:0;
	outline:0;
}

.contact_box input:focus, .contact_box textarea:focus{
	box-shadow: 0 0 0 0.15rem rgba(6, 140, 140, 0.45);
}

.contact_box input::placeholder, .contact_box textarea::placeholder{
	color:#CDCDCD!important;
	font-size:0.8em;
}

.contact_box .col-lg-4{
	position: relative;
	top: 0;
	vertical-align: top;
}

.contact_box .col-lg-4 i {
    color: #ffffff;
    font-size: 6em;
    text-align: center;
    background-color: #D7D7D7;
    border-radius: 100%;
    padding: 1em;
    display: block;
    margin-top: 40px;
    position: relative;
}
/*end of contact*/

/*listados*/
.lists_form {
    max-width: 650px;
    padding:30px 0;
}

.inner_promo{
    width: 100%;
    max-width: 1140px;
    margin:20px auto 0 auto;
    display: block;
}

.regular_link {
    color: rgba(256,256,256,1)!important;
    text-decoration: underline;
    font-size: 0.85em;
    display: block;
    clear: both;
    padding-top: 8px;
}

.regular_link i {
    display: inline-block;
    padding-right: 10px;
    font-size: 1.3em;
    padding: 4px 6px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    margin-right: 11px;
}

.regular_link:hover{
	color: #00CCA8!important;
	text-decoration: underline;
}

.top_search{
	background-color: #009ace;
	width:100%;
}

.lists_form h4 {
    color: #ffffff;
    text-align: left;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.lists_form form .form-group select {
    padding-left: 50px!important;
    padding: 0px;
}
.lists_form form .form-group select {
    padding-left: 50px!important;
    line-height: 1.1em;
    display: block;
}

.lists_form form .form-group i {
    color: #009ace;
    position: absolute;
    display: block;
    padding: 6px 8px;
    border-right: 1px solid #009ace;
    width: 35px;
    height: 28px;
    margin: 5px;
}

.lists_form form .form-group {
    display: inline-block;
    padding: 3px;
    margin-bottom: 0!important;
}

.lists_form form .lists_cta{
    background-color:#00CCA8!important;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Outfit', sans-serif;
    border: 0!important;
    padding: 8px 20px;
    width: 100%;
    max-width: 350px;
}

.lists_form form .lists_cta:hover{
    background-color:#006669!important;
}

.lists_container {
    background-color: #FFFFFF;
    padding: 40px 0;
    width: 100%;
}

.main_title_left{
    font-family: 'Outfit', sans-serif;
    font-size: 2em;
    text-align: left;
    font-weight: 300;
    line-height: 1em;
    padding: 0;
    margin: auto;
    color: #009ace;
}

.hbreadcrumb2 {
    list-style-type: none;
    padding-left: 3px;
    margin-top: 7px;
    display: inline-block;
    overflow: auto;
    border-bottom: 1px solid #000000;
    padding-bottom: 3px;
}

.breadcrumb2 > li + li:before {
    padding: 0 5px;
    color: var(--secondary-color);
    content: "/";
    margin-right: 7px;
}

.hbreadcrumb2 li {
    float: left;
    position: relative;
    margin-right: 8px;
    font-size: 14px;
    padding-top: 3px;
}

.hbreadcrumb2 li i{
	padding-right:8px;
}

.main_title_left strong{
	font-weight: 600;
}

/*listado clinicas*/
.clinica_block {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    padding: 15px 20px;
    display: block;
    margin: 5px 10px 5px 0;
    max-width: 47%;
}

.clinica_block .col-lg-8, .clinica_block .col-lg-4{
	display: inline-block;
	vertical-align: top
}

.clinica_block .col-lg-8{
	padding-left: 30px
}

.clinica_block .col-lg-8 div {
    min-height: 107px;
}

.clinica_block .col-lg-8 div p{
	margin-top: 4px;
	font-size: 0.8em;
}

.clinica_block .col-lg-8 div p i{
	padding-right: 5px;
}

.clinica_block .col-lg-8 div h4{
	text-align:left;
	padding-top:10px;
}

.clinica_block .btn{
	float:left;
}

.clinica_block .trat_image {
    border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}

.trat_image {
    border-radius: 100%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    background-size: 157%;
    background-repeat: no-repeat;
    background-position: -28px center;
    float: right;
}

.clinica_block .trat_image img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: block;
}
/*listado clinicas*/

/*listado de tratamientos*/
.treatment_block {
    border-radius: 9px;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    padding: 0px;
    display: block;
    margin: 5px 10px 5px 0;
    max-width: 30%;
    overflow: hidden;
    margin: 10px;
}

.treatment_block .col-lg-12{
	padding: 0px
}

.treatment_block .regular_link{
	margin-top: 10px;
	display:block;
}

.treatment_block .col-lg-12 div p{
	margin-top: 4px;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align:center;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 17px;
	margin-bottom: 5px;
}

.trat_text {
    padding: 5px 20px!important;
}

.trat_price{
	margin-bottom: 8px
}

.treatment_block .col-lg-12 div p i{
	padding-right: 5px;
}

.treatment_block .new_price h5 span{
	font-size: 0.7em;
	font-weight:600;	
	color:#4C4C4C;
}

.treatment_block .new_price h5{
	font-size: 2.3em;
	font-weight:600;	
	color:#4C4C4C;
	width:100%;
	text-align:center;
}

.cont_trat_cta {
    background-color: #009ace;
    width: 100%;
    display: inline-table;
    float: none;
    position: relative;
    height: auto;
    padding: 15px!important;
}

.escritora_block{
	display:block;
}

.trat_cta2{
	position: relative;
	display:block;
	float:right!important;
	background-color: #00CCA8!important;
}

.cont_trat_cta p {
    position: relative;
    display: inline-table;
    color: #FFFFFF!important;
    width: calc(100% - 125px);
    font-size: 0.8em;
    line-height: 1em;
    padding-top: 2px;
    margin-bottom: 0!important;
    vertical-align: middle;
    padding-top: 8px;
}

.treatment_block .old_price{
	border-right: 1px solid #dddddd;
}

.treatment_block .old_price h5, .treatment_block .old_price span,
.treatment_block .new_price h5, .treatment_block .new_price span{
	display:inline-block;
}

.old_price, .new_price{
	padding:0 2px!important;
}

.trat_price{
	padding:0 15px;
}

.treatment_block .old_price span {
    font-size: 1.3em;
    text-decoration: line-through;
    color: #4F4F4F;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 6px;
}

.treatment_block .col-lg-12 div h4{
	text-align:center;
	padding-top:10px;
	font-size: 1.5em;
	font-weight: 600
}

.treatment_block .btn{
	float:left;
}

.treatment_block .trat_image{
	width:100%;
	min-height: 120px;
	max-height: 150px;
	overflow: hidden;
	border-radius:0!important;
}

.treatment_block .trat_image img {
    max-width: 140%;
    width: 105%;
    margin: auto;
    display: block;
}
/*listado de tratamientos*/

/*details*/

.detail_table{
	padding-left:0;
}

.detail_table table{
	margin-top:30px;
	margin-bottom:70px;
}

.cont_facturacion{
	padding:0;
}

 .cont_facturacion .row form{
 	padding-top: 30px!important;
 	padding-left: 0!important;
 }

 .cont_facturacion .row form .row .col-md-6,  .cont_facturacion .row form .row .col-lg-6{
 	padding-left: 0!important;
 }

  .cont_facturacion .row form .row .col-md-6 .form-group{
  	padding-right:15px;
  }

 .payment_methods .payment_box {
    padding-top: 10px;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 0.8em;
}

.payment_methods .payment_method input[type=checkbox], .payment_methods .payment_method input[type=radio] {
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
}

.cont_facturacion .row form .form-title {
    margin: 20px 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.home_slider {
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
	left: -25px
}

.home_slider .swiper-button-next {
    right: -3px;
    left: auto;
    width: 21px;
    height: 32px;
    background-size: 20px 32px;
    margin-top: 0;
    top: 27%;
    display: block;
    color: #052128;
}

.swiper-container_home .swiper-pagination{
	display:none;
}

.home_slider .swiper-button-next:after, .home_slider .swiper-button-prev:after {
    font-size: 30px;
}

.swiper-button-next:focus, .swiper-button-prev:focus{
	outline: 0px;
}

.home_slider .swiper-button-prev {
    left: 3px;
    right: auto;
    width: 21px;
    height: 32px;
    background-size: 20px 32px;
    margin-top: 0;
    top: 30%;
    display: block;
	color: #052128;
}

.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 {
    background: rgba(5,33,40,0.12);
    border-radius: 5px;
    padding-top: 15px;
    margin-bottom: 8px;
    min-height: 108px;
}

.swiper-container_home .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0,0,0,0.85)!important;
    float: left;
}

.swiper-container_home .swiper-pagination .swiper-pagination-bullet-active {
    background: #052128!important;
}


.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 p {
    font-size: 1em;
    font-weight: 300;
    margin-top: 6px;
}

.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 h4 {
    color: #009ace;
    text-align: left;
    font-weight: 600;
}

/*remdi styles*/
.mainSwiper {
    height: 100vh;
}

.mainSwiper .swiper-slide {
    background-size: 108% auto;
    background-position-x: 8%;
    background-repeat: no-repeat;
}
/*remdi styles*/

/*media queries*/


@media only screen and (max-width: 1270px) {
	.main_text{
		padding:0!important;
	}

	.main_form_block{
		max-width:60%!important;
		padding:0!important;
	}

	.form_cta {
	    padding: 8px 5px;
	}
}

@media only screen and (max-width: 1200px) {
	.search_input {
	    max-width: 155px;	    
	}

	.newsletter_box{
		width:100%!important;
		max-width:100%!important
	}

	.contact_box .col-lg-4 i {
	    padding: 71px;
	    width: 250px;
	    height: 250px;
	}

	.clinica_block .trat_image {
	    width: 130px;
	    height: 130px;
	}

	.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 {
	    float: none;
	    padding: 0;
	    width: 100%;
	    max-width: 100%;
	    display: block;
	}

	.prom_image {
	    overflow: hidden;
	    width: 100%;
	    max-height: 180px;
	}

	.prom_image img {
	    width: 100%;
	    max-width: 100%;
	    position: relative;
	    left: 0;
	    top: 0;
	}

	.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 {
	    float: none;
	    padding: 25px 25px;
	    width: 100%;
	    max-width: 100%;
	    clear: both;
	}

	.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6:last-child{
		padding-top:0!important;
	}

	.how_it_works .container .col-lg-3 h4{
	    font-size: 1.2em;
	}

	.main_title {
		font-size: 1.4em;
		padding: 50px 30px 10px 30px;
		max-width: 95%;
	}

	.form_cta {
	    font-size: 0.8em;
	}

	.sp-thumbnail-container{
		margin:20px 5px!important;
		width:23.6%!important;
		height:auto!important;
	}

	.newsletter form input, .footer_news input {
	    background-color: #ffffff;
	    padding: 11px 26px;
	    max-width: 90%;
	    margin: auto;
	    display: block!important;
	    width: 90%!important;
	}
}


@media only screen and (max-width: 1300px){	
	.cont_line {
	    max-width: 65%;
	}
}

@media only screen and (max-width: 991px){
    
    .header_scrolled .navbar-header .navbar-brand img {
        padding: 5px!important;
        max-width: 145px;
    }
    
    .row.instit .col-lg-8 span {
        padding-left: 0;
        margin-top: 30px;
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
    }
    
    .row.instit .col-lg-8 img {
        margin-bottom: 13px;
    }
    
    .row.instit .col-lg-8 span {
        position: relative;
        top: auto;
    }
    
    .navbar-header .navbar-toggler{
        transition: all 0.3s ease;
    }
    
    .header_scrolled .navbar-header .navbar-toggler{
        margin-top:10px!important;
    }
    
    .mainSwiper {
        height: 60vh;
    }
    
    .links_section ul li.col-lg-10 a {
        font-size: 0.9em;
    }
    
    .links_section ul .row .col-lg-10 {
        padding: 0;
    }
    
    #links_section .container{
        padding:0!important;
    }
    
    .about p {
        font-size: 1em;
    }
    
    .swiper-button-prev{
        left:0;
    }
    
    .swiper-button-next{
        right:0;
    }

	.contact_box .col-lg-4{
		display: none!important;
	}
	
	.col-lg-12.col-center.nophoto_title {
        padding-bottom: 20px;
    }

	.cn_title div {
		width: 100%;
	}

	.cont_news_posts {
		width: 100%;
	}

	.footer_bottom {
		margin-top: 40px;
	}

	.footer_bottom_right {
		float: none;
		width: 100%;
		display: inline-block;
		padding-left: 15px;
		margin-top: 23px;
	}

	.row.instit .col-lg-4 img {
		float: left;
		width: 50%;
		max-width: 200px;
		display: block;
		margin-top: 18px;
	}

	.instit .col-lg-4 span {
		display: block;
		width: 100%;
		position: relative;
		text-align: left;
	}
	
	.cn_title {
		width: 100%;
		padding: 0!important;
	}

	.ul_gooter {
		width: 100%;
	}

	.posts_news {
		float: none;
		width: 100%;
		margin-top: 27px;
	}

	.news_posts {
		margin-bottom: 30px;
		padding: 0;
	}

	.mainSwiper .swiper-slide {
		background-size: auto 100%;
		background-position-x: 35%;
		background-repeat: no-repeat;
	}

	.cont_inputs {
		margin: 10px auto 0 auto;
	}

	.about_pic {
		margin-bottom: 40px;
	}
	
	.ul-pagination.text-center {
		text-align: left!important;
		overflow: auto;
		padding-left: 0;
	}

	.pag_cont{
		padding-right: 5px!important;
    	padding-left: 5px!important;
	}

	.menuactive::after {
		display: none;
		
	}

	.swiper-pagination-bullet {
		width: 10px!important;
		height: 10px!important;
		text-align: center;
		margin: 3px!important;
		display: inline-block!important;
	}

	.newsletter_box {
		padding: 15px;
	}

	.newsletter_cta{
		padding: 13px 21px!important;
	}

	.cont_inputs input {
		display: inline-block;
		display: block;
		margin: 20px auto 0 auto;
	}

	.newsletter_inside {
		padding: 37px;
	}

	.main_title_h2 {
		font-size: 1.2em;
		line-height: 1.2em;
	}

	.cont_inputs input {
		display: inline-block;
		display: block;
		float: none;
		clear: both;
	}

	.inner_content {
		padding: 16vh 0 60px 0!important;
		margin: 0;
	}

	.main_banner span{
		line-height: 1.6em;
	}

	.animation_patients{
		display: block;
	}

	.contact_form_row .col-lg-6 ul li a i {
		margin-right: 10px;
		font-size: 1.2em;
		display: inline-block;
		position: relative;
		top: 2px;
	}

	.rating {
		max-width: 200px;
		margin: auto;
		background: #ffffff;
		padding: 15px 18px 3px 18px;
		/* margin-top: 34px; */
		position: relative;
		z-index: 1;
		top: auto;
		left: 10px;
		box-shadow: none;
		left: 1px;
		margin-top: 10px;
	}

	.location_select {
		display: none;
	}

	.contact_form_row h3 {
		font-size: 1.4em;
	}	

	.swiper-container_patients {
		margin-top: 29px;
	}

	.swiper-container_promos .swiper-pagination .swiper-pagination-bullet {
		float: none;
	}

	.swiper-container_promos .swiper-pagination .swiper-pagination-bullet-active {
		opacity: 1;
		background: #ffffff!important;
	}

	.cont_main_ctas {
		margin-top: 9px;
	}

	section.about_doc {
		padding: 90px 0 80px 0;
	}

	.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6:last-child {
		position: relative;
		padding:25px 0;
	}

	.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 h4 {
		text-align:left!important;
		width: 100%;
		display: block;
		margin-bottom: 2px;
		padding-bottom: 20px;
		padding-right: 0!important;
	}

	.lista_promociones {	
		background-size: 200%;
		background-repeat: no-repeat;
		background-position-y: 122px;
	}

	.swiper-container_promos>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		float: none;
		left: 50%!important;
		right: auto!important;
	}

	.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 p{
	    text-align:left!important;
	    width:100%;
	    display: block;
	}

	.swiper-container_promos .swiper-wrapper .swiper-slide .row .col-lg-6 span {
		font-size: 1.5em;
		text-align: center!important;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	.navbar {
		/* background-color: rgba(0,0,0,0.6); */
		text-transform: uppercase;
		padding: 0!important;
		z-index: 100;
		position: fixed;
		width: 100%;
	}
	
	.main_text {
        position: relative;
        margin-top: 20vh;
    }
    
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 23px;
    }

	#home_video {
		bottom: 0;
		top: auto;
		display: none;
	}

	.home_slider .swiper-button-next, .home_slider .swiper-button-prev{
		display:none;
	}

	.inner_promo{
	    margin-top:0!important;
	}

	.treatment_block {
	    max-width: 45%;
	}

	.col-lg-7.new_price {
	    max-width: 55%;
	}

	.clinica_block .col-lg-8 {
	    padding-left: 10px;
	}

	.clinica_block .col-lg-8 div h4 {
		padding-top: 0px;
	    width: 100%;
	    text-align: center;
	}

	.clinica_block .col-lg-8 div p {
	    font-size: 0.8em;
	    width: 100%;
	    text-align: center;
	    margin-top: 10px;
	}

	.clinica_block .btn {
	    float: none;
	    margin: auto;
	}

	.clinica_block {
	    max-width: 100%!important;
	}

	.clinica_block .col-lg-8 div {
	    min-height: auto;
	}

	.lists_container {
	    padding: 25px 0px;
	}

	.main_title_left {
	    font-size: 1.6em;	 
	    margin-bottom: 10px;
	}

	.contact_box .col-lg-8{
		width:100%;
	}

	.navbar-nav li {
    	margin: 5px 7px!important;
	}

	.main_form form .form-group select, .lists_form form .form-group select {
	    -webkit-appearance: none;
	}

	.cont_line{
		display:none;
	}

	.how_it_works .container .col-lg-3{
		margin-bottom: 15px;
	}

	.col-sm-4 {
	    display: inline-block;
	    max-width: 49%;
	}

	.lista_tratamientos .container {
	    max-width: 95%;
	}

	.main_text img {
		max-width: 160%;
	}


	.main_form {
	    margin:auto;
	    max-width: 92%;
	    background-color: rgba(0,0,0,0.25);
	    margin-top: 15%;
	}

	.form_cta {
	    font-size: 0.9em;
	    max-width: 100%;
	}

	.main_form_block{
	    max-width: 100%!important;
	    padding: 0!important;
	    position: absolute;
	    overflow: hidden;
	}

	.main_form {
	    margin-top: 15%;
	    padding-bottom: 50px;
	}

	.main_form_block{
		max-width: 100%!important;
	}

	.search_bar i {
	    color: #009ace;
	    font-size: 22px;
	    padding-left: 10px;
	    position: relative;
	    top: 2px;
	}

	.search_input {
	    max-width: 110px;
	}

	.navbar-brand img, .navbar-brand svg {
	    max-width: 166px;
    	padding-bottom: 13px;
	}
}

@media only screen and (min-width: 660px) and (max-width: 991px) {
	.news_left{
		width: calc(30% - 50px);
		margin-right: 30px;
	}

	.news_block {
		width: 70%;
	}
}

@media only screen and (min-width: 991px) {
    form#contact-form .row div:first-child{
        padding-right:5px ;
    }
    
    form#contact-form .row div:nth-child(2){
        padding-left:5px ;
    }
}    

@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.archivo-link{
		display:none!important
	}

	.how_it_works .container .col-lg-3{
		margin-top: 10px;
	}
}

img.placa_mobile {
	display: none;
}

@media only screen and (max-width: 991px) {

	.categ_slider {
	    padding: 20px!important;
	    width: 100%;
	    margin: 28px 0;
	}

	.main_banner h1 {
		font-size: 2em;
	}

	img.placa_mobile {
		width: 85%;
		opacity: 0.95;
		display: block;
		margin: 0 auto;
		clear: both;
		margin-left: auto!important;
		margin-top: 20px;
		max-width: 300px;
		display:block
	}

	.container {
		padding-right: 11px;
		padding-left: 11px;
		width: 95%;
	}

	.bullet_about {
		margin-top: 35px;
		padding-left: 20px;
	}

	img.topdoctor {
		max-width: 100%;
	}


	.contact_form_row .col-lg-6:last-child {
		display: none;
	}

	.contact_form_row .col-lg-6 ul li:first-child {
		border-right: none;
		padding-right: 30px;
		margin-right: 0;
		margin-bottom: 0;
	}

	.footer_bg {
		display: none;
	}

	.footer_bg div:last-child {
		display: none;
	}

	.footer_bg div:first-child {
		width: 100%;
	}

	.main_text h2 {
		font-size: 1.7em;
	}

	.main_text p {
		font-size: 0.95em;
	}

	.home_slider {
		left: 0;
		padding: 0;
	}

	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
		margin-top: 22px!important;
		display: block!important;
		position: relative!important;
		overflow: auto;
	}

	.swiper-pagination-bullet-active {
		opacity: 1;
		background: rgba(0,0,0,0.9);
	}

	.swiper-container-horizontal {
		overflow-x: hidden;
	}

	

	.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 {
		min-height: 95px;
		margin-bottom: 15px;
		padding-top: 10px;
	}

	.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 h4 {
		font-size: 1.1em;
		letter-spacing: 0.03em;
	}

	.swiper-container_home .swiper-wrapper .swiper-slide .row .col-lg-12 p {
		line-height: 1.3em;
	}

	.lists_form form .lists_cta {
	    width: 100%;
	    max-width: 900px;
	}

	img.metodos_pago {
	    position: relative;
	    right: auto;
	    bottom: auto;
	    max-width: 100%;
	    top: -38px;
	    margin: auto;
	    display: block;
	    padding: 0 10px;
	}

	.row_with_halfs .half_blocks{
		display: inline-table!important;
	}

	.sp-thumbnail-container {
    	width: 23.2%!important;
	}

	.navbar-brand img, .navbar-brand svg {
		max-width: 166px;
		padding: 5px;
	}

	.footer_news {
    	margin-bottom: 0px;
	}

	/*mobile menu*/
	nav .dropdown-menu{
		background-image:none!important;
		background-color:rgba(0,0,0,0)!important;
		border:0!important; 
	}

	.institucional_item{
		display:block;
	}

	.navbar-nav{
		width:100%!important;
		padding:15px;
		padding-right:23px;
		padding-left: 23px;
		background-color: #f8f7f7;
		-moz-box-shadow: 0px 5px 5px rgba(68,68,68,0.4);
		-webkit-box-shadow: 0px 5px 5px rgba(68,68,68,0.4);
		box-shadow: 0px 5px 5px rgba(68,68,68,0.4);
		    margin-top: 0!important;
  	}

	.dropdown-item {
	    color: #4C4C4C!important;
	    padding-left: 11px!important;
	    margin-bottom: 10px;
	    font-size: 0.7em;
	}

	.nav-link {
        color: #4C4C4C!important;
        font-size: 0.85em;
        text-transform: none;
    }

	#dropdown01::after, #dropdown02::after, #dropdown03::after{
		display:none!important;
	}

	.nav_container .row{
		width:100%;
		display:block;
	}

	.navbar-brand{
		padding-left:10px;
		max-height: 105px;		
	}

	.navbar-toggler:not(:disabled):not(.disabled) {
	    cursor: pointer;
	    float: right;
	    margin-top: 14px;
	    position: absolute;
    	right: 14px;
    	outline: 0;
    	border:0;
	}

	.nav_container, .nav_container .row, .navbar{
		width:100%;
		padding:0!important;
	}

	#dropdown01::after, #dropdown02::after, #dropdown03::after{
		color:#ffffff!important;
		top: 3px;
		position:relative;
	}

	.nav-item{
		/*border-bottom:1px solid #ffffff;*/
	}

	.navbar-collapse {
	    width: 100%;
	    top: 0px;
	    position: relative;
	}


	.categ_slider .block_opinion h5 {
	    padding: 20px 20px 40px 20px!important;
	    float: left;
	    width: 70%;
	    margin-bottom:0!important;
	}

	.swiper-container{
		overflow: hidden!important;
	}

	.body_noticia .opinion_nav{
		display:none;
	}
	/*end of mobile menu styles*/

	.cont_img_noticia{
		padding:0;
		width:100%;
		border-radius:0!important;
	}
	
	.home_aside {
		width: 90%;
		margin: auto;
		max-width: 90%!important;
	}

	.banner{
		margin:10px auto;
		margin-right:auto;
	}

	.highlighted {
	    width: 90%;
	    margin: auto;
	    margin-bottom: 35px;
	}

	.footer_social {
	    float: none;
	    display: block;
	    margin: auto;
	}

	.banner_728x90{
		display:none;
	}

	

	.footer_sections {
    	display:none;
	}	

	.legal {
    	margin-top: 0;
	}

	.legal p{
    	text-align:center;
	}
}

@media only screen and (max-width: 767px) {


	.treatment_block .old_price {
	    border-right: 0px!important;
	    width: 100%!important;
	    max-width:100%!important;
	    flex: 0 0 100%;
	}

	.treatment_block .new_price {
	    border-right: 0px!important;
	    width: 100%!important;
	    max-width:100%!important;
	}

	.accordion .col-lg-6 {
	    display: block;
	    max-width: 100%;
	    position: relative;
	    vertical-align: top;
	    margin-top: 10px;
	}

	

	.prom_cta{
		margin:auto!important;
		/* display: block; */
	}
}

@media only screen and (max-width: 660px) {
	.news_left {
		width: 100%;
		margin-right: 0;
		max-width: 400px;
		margin-bottom: 25px;
		height: auto!important;
	}
	.date_news {
		display: none;
	}

	

	.escritora_list .date_news {
		display: block;
		padding-top: 7px;
		border-radius: 3px;
		background: rgba(0,0,0,0.07);
	}

	.news_block {
		width: 100%;
	}

	.news_list {
		margin-top: 55px;
	}

	.img_news {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.cont_currency {
		float: none!important;
		width: 100%!important;
		margin: auto!important;
		display: block!important;
		clear: both!important;	
		padding-bottom:10px;
	}

	.newsletter_inside {
		padding: 20px 0px!important;
	}

	.cont_inputs {
		display: block;
	}

	.main_form {
	    margin-top: 25%;
	}

	.swiper-container_currency.swiper-container-vertical {
		margin: auto;

	}
}

@media only screen and (max-width:580px){
	.how_it_works .container .col-lg-3 {
	    background-color: #f7f7f7;
	    border-radius: 7px;
	    padding: 4px 10px 20px 10px;
	    margin-bottom: 4px;
    	border: 3px solid #ffffff;
	}

	.treatment_block {
	    max-width: 100%;
	}

	.who_we_are h6 {
	    padding: 5px 15px;
	    font-size: 0.9em;
	}

	.contact_box {
	    padding: 40px 20px;
	}

	.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 h4,
	.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 p{
		text-align:center!important;
	}

	.swiper-container_trat .swiper-wrapper .swiper-slide .row .col-lg-9 h4{
		font-size: 1.5em!important;
	}

	.trat_cta {
		margin: auto!important;
		position: relative;
		max-width: 130px;
	}

	.treatment_block .trat_image {
	    max-width: 110%;
	}

	.trat_image {
	    margin: auto;
	    margin-bottom: 15px;
	    float:none;
	    width: 150px;
    	height: 150px;
	}

	.how_it_works .container .col-lg-3 span{
		background-color: rgba(0,0,0,0)!important;
		width: auto;
    	height: auto;
    	padding:0;
    	margin-bottom:0;
    	color:#4f4f4f;
	}

	.how_it_works .container .col-lg-3 h4 strong, .how_it_works .container .col-lg-3 h4{
		color:#4f4f4f;
		font-size: 1.1em!important;
	}
}	


@media only screen and (max-width: 600px) {

	.opinion_slider .swiper-slide{
		margin-top:43px;
	} 


	.quiza_interese.home_section_title {
		margin-bottom: 20px!important;
	}


	.cont_currency {
		float: right;
		width: auto;
		margin-right: 87px;	
	}

	.col-lg-4.redes_noticia {
		display: none;
	}

	.sp-thumbnails-container{
		display:none!important;
	}

	.sp-thumbnail-container {
    	width: 22%!important;
	}

	.opinion_slider .cont_img_opinion{
		top:-16px!important;
	}

	.body_noticia footer{
		margin-top:0;
	}

	.categ_slider{
		padding:20px!important;
	}

	

	.block_opinion .tag_category{
		display:none;
	}

	.categ_slider .block_opinion h5 {
    	width: 64%!important;
    	font-size:0.87em!important;
	}

	.img_slider_categ img {
    	width: 160%;
    	max-width: 160%;
	}

	.img_slider_categ {
    	width: 100%!important;
	}

	.opinion_slider .swiper-container .swiper-slide {
		max-height: 800px!important;
	}

}

.col-sm-4 {
	display: inline-block;
}

@media only screen and (min-width: 992px){
	.col-lg-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 24%;
	    display: inline-block;
	}	
	
	.col-lg-12.text-news{
        padding: 30px 60px;
    }
    
    .col-lg-12.nophoto_title {
        padding: 0 60px;
    }

	.contact_box .col-lg-8{
		padding-left: 60px;
	}

	.col-lg-8 {
	    max-width: 64.666667%;
	}
}

@media only screen and (max-width:787px){
	.noticia_title .tag_category {
		margin-bottom: 5px;
		float: right;
		position: relative;
		margin-right: 0;
	}
}

@media only screen and (max-width:480px){
	.body_noticia .img_slider_categ img {
	    width: 282%;
	    max-width: 285%;
	}

	.how_it_works .container .col-lg-3 {
	    border-radius: 7px;
	    padding: 0px 5px 5px 5px;
	    margin-bottom: 4px;
	    border: 3px solid #ffffff;
	    width: 100%;
    	max-width: 100%;
	}

	.how_it_works .container .col-lg-3 span {
	    width: 15%;
	    display: inline-block;
	}

	.how_it_works .container .col-lg-3 h4 {
	    width: 73%;
	    display: inline-block;
	    text-align: left;
	    vertical-align: middle;
	    padding-top: 5px;
	}
}
@media only screen and (max-width: 430px) {
	.img_slider_categ img {
    	width: 320%;
    	max-width: 320%;
	}

	

	.arch_cont .cont_img a{
		overflow: auto;
		display:block;
	}

	.arch_cont .cont_img a{
		width:130%;
	}
}

@media only screen and (max-width:500px){
	.categ_slider .block_opinion h5 {
    	width: 72%!important;
    	padding:10px 10px 40px 10px!important;
	}

	.img_slider_categ {
    	width: 100%!important;
	}

	.swiper-slide .categ_slider .block_opinion{
    	max-height: 120px;
	}
}

@media only screen and (max-width:380px){
	.main_form {
	    margin-top: 25%;
	}
}

.socios_acordeon .card

.socios_acordeon .card .card-header{
    margin-bottom: 13px;
    box-shadow: none;
    outline: 0;
    border-radius: 0px;
}

.socios_acordeon .card .card-body{
    border-radius:0!important;
}

.socios_acordeon .card{
    margin-bottom: 13px;
    box-shadow: none;
    outline: 0;
    border: 0px;
    border-radius: 0px;
}

.socios_acordeon .card .card-header h5 button:before {
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    position: absolute;
    content: 'prev';
    right: 21px;
    top: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.socios_acordeon .card .card-header.active h5 button:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
} 

.socios_acordeon .card .card-header {
    border-radius: 0px;
    padding: 0;
}

.socios_acordeon .card .card-header h5 button {
    width: 100%;
    text-align: left;
    padding: 12px 20px;
    color: #000000;
}

.socios_acordeon .card .card-header h5 {
    margin-top: 0;
}

.socios_acordeon {
    margin-top: 35px;
}

form#contact-form .row div {
    padding: 0;
}

form#contact-form input::placeholder,
form#contact-form textarea::placeholder{
    color:#bbbbbb;
}

.pdflink{
    display: block;
}

.news_block .button_link {
    margin-top: 15px;
}

.job_block div {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
}
