@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

/* Colores 

vino: #7B2931
gris: #889394



*/


/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Raleway', sans-serif !important;


}
body p{
	text-align: justify;
	font-size: 18px;
}

body li{
	font-size: 18px;
	font-weight: 700;
}

body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(136, 147, 148,0.8);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-100{
	width: 100%;
	height: auto;
}

.img-clip-circle {
	width: 100%;
	height: auto;
    border-radius: 50%;
	padding: 20px;
  }

.col-centered{
    float: none;
  margin-left: auto;
  margin-right: auto;
}

.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


.btn-click{
	background-color: #00AFEF;
	padding: 10px 20px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 10px;
	display: table;
}

.btn-click:hover{
	background-color: #3E4095;
	color: #ffffff;
	text-decoration: none !important
}

.remarket{
	background-color: #00AFEF;
	padding: 10px 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
}

.header-space{
	width: 100%;
	height: 100px;
}

.banner{
	width: 100%;
	height: auto;
	margin-bottom: 30px !important;
}

/* ------ COL SAME HEIGHT ------ */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.row-obj-bottom{
	 margin-bottom: auto !important;
}

@media (max-width: 767px) {
	.row-eq-height {
	  display:inline-block !important;
	}
}


/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


/* ------ NAVBAR ------ */
.navbar {
	z-index: 99999 !important;
	border: none !important;
	-webkit-box-shadow: inset 0px 100px 24px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 100px 24px -20px rgba(0,0,0,0.75);
	box-shadow: inset 0px 100px 24px -20px rgba(0,0,0,0.75);
}


.navbar-nav li a{
	color: #ffffff;
	font-weight: 300 !important;	
	font-size: 16px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	padding: 40px 15px !important;
	font-family: 'Oswald', sans-serif !important;
}

.nav>li>a {
    
}

.navbar-color .nav>li>a:focus, .nav>li>a:hover {
	color: #ffffff !important;
	position: relative;
	top:-4px;
	font-weight: 700 !important;
	
}

.navbar .navbar-brand{
	float: none !important;
}

.navbar .navbar-brand img{
	width: 200px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.navbar .navbar-brand img:hover{

}

.navbar li{
	margin-top: 10px;
}



.nav>li>a:focus, .nav>li>a:hover {
	color: #ffffff;
	font-weight: 300;
	background-color: transparent !important;
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
}

.scrolled{
    transition: 0.5s;
    background-color: rgba(0,0,0,0.5);
	
}

.scrolled.navbar .navbar-brand img{
	width: 150px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.navbar-toggle .icon-bar{
	border-color: #ffffff;
	background-color: #ffffff;
}

.navbar .logo-aniversario{
	height: 60px;
	width: auto;
}


.dropdown-menu {
   background-color: rgba(123, 41, 49,1.00) !important;
	
}
.dropdown-menu>li{
   margin: 0 !important;
   border-bottom: thin solid #FFFFFF;
}

.dropdown-menu>li>a {
    color: #ffffff !important;
	padding: 10px 20px !important;
}

.dropdown-menu>li>a:hover {
	font-weight: bold !important;
	background-color: #000000 !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #ffffff !important;
}


@media (max-width: 767px) {
	.navbar{
		-webkit-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
	}
	
	.navbar .navbar-brand img{
		width: 80px;
		height: auto;
		padding-left: 20px;
	}
	
	.scrolled.navbar .navbar-brand img{
		width: 80px;
		height: auto;
		padding-left: 20px;
	}
	
	.navbar li{
	margin-top: 10px;
}
	
	.navbar-nav>li {
		padding-left: 10px !important;
	}
	
	.dropdown-menu, .dropdown-menu>li>a{
		background-color: transparent !important;
	}
}




/* ------ INDEX SLIDE ------ */

#slides .slide-container{
  height: auto;
  width: 800px;
  padding: 20px 20px 20px 40px;
  position: absolute;
  left:0%;
  top: 50%;
  background-color: rgba(0,0,0,0.7);
}


#slides .slide-container .highline{
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	color:rgba(255,255,255,0.9);
	text-align: left !important;
	z-index: 9999 !important;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
	
}

#slides .slide-container .textline{
	font-size: 18px;
	font-weight: 400;
	color:rgba(255,255,255,1);
	text-align: left !important;
	z-index: 9999 !important;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
	
}

#slides .btn-masinfo{
	background-color:#7B2931;
	border-radius:40px;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:10px 40px;
	text-decoration:none;
	margin-top: 20px;
}

#slides .btn-masinfo:hover{
	background-color: #889394;
}

.cover-opacity{
	max-width: 100%;
	max-height: 100%;
    background: rgba(0,0,0,0.0);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 999 !important;
}

@media (max-width: 767px) {
	.productos .productos-block img{
		height: 500px;
	}
	
	#slides .slide-container {
		width: 400px !important;
		left: 2%;
  		top: 50%;
	}
	
	#slides .slide-container .highline{
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
		text-align: center !important;

	}

	#slides .slide-container .textline{
		font-size: 16px;
		line-height: 16px;
		font-weight: 400;
		text-align: center !important;

	}
}

/* ------ WELCOME ------ */

.welcome{
	padding: 100px 10px;
}


.welcome h1{
	font-size: 80px !important;
	font-weight: 700 !important;
	color: #7B2931;
}

.welcome h2{
	text-align: left !important;
}

.btn-masinfo{
	background-color:#7B2931;
	border-radius:40px;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:20px 40px;
	text-decoration:none;
	margin-top: 20px;
}

.btn-masinfo:hover{
	background-color: #889394;
}


.frame{
	padding: 20px 50px;
	border:solid thin #7B2931;
	border-radius:40px;
}

.frame h1{
	font-size: 32px !important;
	font-weight: 700 !important;
	color: #7B2931;
	text-align: center;
}
.frame h2{
	font-size: 24px !important;
	display: table;
	margin: 0 auto;
}

.proximos-estudios h3{
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #7B2931;
	text-align: center;
}

.proximos-estudios ul{
	list-style: none;
}

.proximos-estudios li{
	
}
/* ------ SLOGAN BAR ------ */
.slogan-bar{
	padding: 100px 10px;
	background-color:#7B2931;
	-webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
	color: #FFFFFF;
	text-align: center !important;	
}



.slogan-bar h1{
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 8px #000000;
	
}

.slogan-bar .btn-participar{
	background-color:#FFFFFF;
	border-radius:40px;
	display:inline-block;
	color:#7B2931;
	font-size:18px;
	font-weight: 700;
	padding:20px 40px;
	text-decoration:none;
}

/* ------ AREAS ------ */
.areas{
  padding: 80px 10px;
  background: url("../../imagenes/background-areas.jpg") no-repeat top center ;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
	
}

.areas .logo{
	width: 400px;
	height: auto;
	margin-bottom: 30px !important;
	display: block;
	margin:0 auto;
}

.areas h1{

}

.areas .btn-masinfo{
	background-color:#7B2931;
	border-radius:40px;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:20px 40px;
	text-decoration:none;
	margin-top: 20px;
}

.areas .btn-masinfo:hover{
	background-color: #889394;
}






/* ------ UBICACIONES ------ */
.ubicacion h1{
	text-align: center !important;
}

.ubicacion iframe{
	width: 100%;
	height: 450px;
	margin-top: 30px;
}


/* ------ QUIENES SOMOS ------ */
.quienes-somos{
	padding: 80px 10px 0px;
}

.quienes-somos h1{
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #7B2931;
}

.quienes-somos h2{
	text-align: left !important;
	color: #889394;
}

.quienes-somos li{
	text-align: justify !important;
	margin-bottom: 20px;
	color: #889394;
	font-weight: normal;
}



/* ------ CONTENT ------ */
.content{
	padding: 80px 10px;
}

.content h1{
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #7B2931;
}

.content h2{
	text-align: left !important;
	color: #889394;
}

.btn-participar{
	background-color:#7B2931;
	border-radius:40px;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:20px 40px;
	text-decoration:none;
	margin-top: 20px;
	display: table;
	margin: 0 auto;
}

.btn-participar:hover{
	background-color: #FFFFFF;
	color:#7B2931;
}

.content li{
	font-weight: normal;
}


/* ------ FASES ------ */
.rowParent, .columnParent{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
}

.columnParent{
  	-webkit-box-orient: vertical;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.flexChild{
  	-webkit-box-flex: 1;
  	-webkit-flex: 1;
  	-ms-flex: 1;
  	flex: 1;
  	align-items: center;
  	justify-content: center;
	-webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
		
.flexContent{
	padding: 30px;
}



.fases{
	font-size: 16px;

}
.fases h3{
	text-align: center !important;
	font-weight: bold !important;
	font-size: 24px !important;
	background-color:#FFFFFF;
	border-radius:40px;
	color:#7B2931;
	padding:20px 40px;
	text-decoration:none;
	
	
}

.fase1{
	padding: 30px;
	background-color: rgba(123, 41, 49,0.5);
	border: thin solid #FFFFFF;
	color: #ffffff !important;


}

.fase2{
	padding: 30px;
	background-color: rgba(123, 41, 49,1.00);
	border: thin solid #FFFFFF;
	color: #ffffff !important;
}

.fase3{
	padding: 30px;
	background-color: rgba(123, 41, 49,0.7);
	border: thin solid #FFFFFF;
	color: #ffffff !important;
}


.fase4{
	padding: 30px;
	background-color: rgba(123, 41, 49,0.4);
	border: thin solid #FFFFFF;
	color: #ffffff !important;
}

@media (max-width: 480px) {
	.rowParent, .columnParent{
	  display: block;
	}

	.columnParent{

	}
	.flexChild{

	}

	.flexContent{
		padding: 10px;
	}
	

}


/* ------ STADISTICS ------ */
.stadistics{
	
}


.stadistics .color-mask{
	background-color: #889394;
	width: 100%;
	height: 100%;
	padding: 60px 10px;
	-webkit-box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 29px 0px rgba(0,0,0,0.75);
}

.stadistics .count{
	font-size:56px;
	color: #ffffff;
	text-align: center;
	font-weight: 800;
}
.stadistics .data{
	font-size:28px;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
}

.stadistics .completed{
	font-size:16px;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
}


/****** PACIENTE VOLUNTARIO *******/
.form-pacientevoluntario{
  padding: 80px 10px;
  background: url("../../imagenes/background-areas.jpg") no-repeat top center ;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 	
}


/***** GALERIA *****/
.galeria{
	padding: 40px 30px;
}

.galeria h1,h2{
	text-align: center !important;
}
.galeria p{
	text-align: center !important;
}

.galeria ul {
  padding: 0; }

.galeria li {
  list-style-type: none; }

.galeria ul {
  -webkit-columns: 400px;
     -moz-columns: 400px;
          columns: 400px;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}

.galeria img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px;
  margin-bottom: 10px;
}


/* ------ CONTACTO -----*/
.contacto {
 padding: 80px 10px;
  background: url(../../imagenes/background-contacto.jpg) no-repeat top center fixed ;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}


.contacto .slogancontacto{
	width:60%;
	margin-bottom:20px;
	margin-top:100px;
	margin-right:10px;
}


.contacto .contactformBox{
	background-color:rgba(255,255,255,0.8);
	padding:30px;
}


/* ------ AVISO PRIVACIDAD -----*/
.aviso-privacidad{
	padding: 150px 10px !important;
}


.aviso-privacidad h1{
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #7B2931;
}
/* ------ FORMS ------ */

form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:14px;
	color: #7B2931;
}

form .formGroup{
	margin-bottom:10px;
}

form input, select, textarea{
	width:97%;	
	font-size:12px;
	background-color:#ffffff;	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
  	padding: 8px 0px 8px 8px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: #000000 !important;
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	resize: none;
}
form textarea{
	color: #000000 !important;
}

form .button{
	background-color:#7B2931;
	border-radius:40px;
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:10px 40px;
	text-decoration:none;
	margin-top: 20px;
	display: table;
	margin: 0 auto;
	
}


form .button:hover{
	text-decoration:none;
	background-color:#6C6D6F;
	color:#ffffff;
}

form  .txtobligatorios{
	font-size:10px;
	font-weight:normal;
}


/* ----- SERVICIOS ------ */
.servicios{
	padding: 100px 10px;
	background: url(../../imagenes/mosaico-light.png);
	background-repeat: repeat;
	
}

.servicios .servicios-header-icon{
	height: 50px;
	width: auto;
	margin-right: 20px;
}

.servicios h1{
	
}

.servicios h2{
	text-align: left !important;
	color: #376A99;
	font-size: 18px;
}


.servicios h4{
	color: #376A99;
	font-weight: 700 !important;
}


.servicios li{
	font-weight: 300 !important;
	margin-bottom: 20px;
}

.servicios .slogan{
	background-color:rgba(128,51,129,0.8);
	color: #ffffff;
	padding: 30px;
	font-size: 22px;
	font-style: italic;
}

.servicios .logo-servicios{
	height: 120px;
	width: auto;
	margin-bottom: 10px;
}


/* ------- MAP -------*/
.map{
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.map iframe{
	width: 100%;
	height: 450px;
}

/* ------ FOOTER ------ */
footer{
  	background-color: #7B2931;
  	color: #ffffff;
	height: auto;
  	width: 100%;
	padding: 30px 10px;
	border-top: 5px solid #889394;
}


footer .color-mask{
	background-color: rgba(0,0,0,0.8) !important;
	width: 100%;
	height: 100%;
	padding: 50px 0px 120px 0px !important;
}

footer .newsletter-group {
    display: inline-flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

footer .newletter-form input{
	display: inline-block;
    float: none;
    width: 300px;
    height: 44px;
    border-radius: 3px !important;
	padding: 5px;
	color: #000000;
}

footer .newletter-form button{
	color: #fff;
    background-color: #ff5500;
    border-color: #ff5500;
    margin-left: 10px;
    padding: 8px 35px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 3px !important;
    text-transform: uppercase;
}

footer .newletter-form button:hover{
    background-color: #1baab5;
	border-color: #1baab5;
}



footer .footer-logo{
	width: 150px;
	height: auto;
	margin-bottom: 20px;
}


footer .tittle{
	font-size: 48px;
	text-align: center;
}

footer .subtittles{
	font-size: 24px;
}

footer .social-icons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

footer .social-icons li{
	display: inline-block;
	margin-right: 10px;
}


footer .social-icons a{
	color: #ffffff;
	font-size: 35px;
}

footer .social-icons a:hover{
	color: #1baab5;
}




footer .footer-links li{
	margin-bottom: 10px;
}

footer .footer-links a{
	color:#ffffff;
}


footer .footer-links a:hover{
	color:#ffffff;
	text-decoration: underline !important;
}

footer .subtittles{
	text-align: right !important;
}

footer .footer-address p{
	text-align: right !important;
}

footer .footer-address i{
	margin-right: 10px;
}


footer .footer-address a{
	color:#ffffff;
}

footer .footer-address a:hover{
	color:#ffffff;
	text-decoration: underline !important;
}


footer .footer-access{
	text-align: right !important;
}

footer .footer-access a{
	color: #ffffff;
	text-decoration: underline !important;
}


footer .copyright{
	font-size: 12px;
}


@media (max-width: 767px) {
	footer .subtittles{
	text-align: left !important;
}

footer .footer-address p{
	text-align: left !important;
}
}