/**
=======================================================
  * Name: Dr. David Guarin - v1
  * URL: https://drdavidguarin.com/
  * Author: David L 
 ======================================================== 
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Century Gothic', sans-serif;
  color: #444444;
}

a {
  color: #222222;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic', sans-serif;
}
h1 {
  color: #292b2e;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 900;
  text-shadow: 5px 3px 4px rgba(0,0,0,0.3);	

}
@media (max-width: 768px) {
  h1 {
    font-size: 50px; 
  }
  
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #713743;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #000;
  color: #fbf1cc;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background-color: #fbf1cc;
  color: #000;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  
  color: #fff;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}#topbar a{
	color: #fff;
	margin: 3px 0.8rem;
	font-size: 13pt;
	font-weight: 500;
}
#topbar img{
	height: 30px;
	width: auto;
	margin: 3px 10px;
}

@media(max-width: 990px){
	#topbar a{
		font-size: 9pt;
		margin: 3px 0.5rem;
		
	}
	
	
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 150px;	
  
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 1%;
  top: 30px;
 	
 /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}


#header.header-scrolled {
  top: 0;
  background-color: rgba(0,0,0,0.4);
  height: auto;	
  padding: 0.5rem 1%; 	
}

#header .logo {
 
  letter-spacing: 0.2px;
  
}

#header .logo a {
  color: #555555;
  height: 	auto;
  	
}
#header .textologo p{
	position:static;
	top:0;
	color: #D7D7D7;
	font-size: 13pt;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
#header .textologo-scrolled {
	display: none;
	
}



#header .logo img {
    height:80px;
	
	
}


#header .navbar {
	text-align: start;
	align-items: flex-start;
	

}
#header .social-links a {
  font-size: 15px;
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 1px 1px;
  margin-right: 4px;
  border-radius: 25px;
  text-align: center;
  align-content: center;	
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

#header .social-links a:hover {
  background: #222222;
  text-decoration: none;
}


  

@media (max-width: 1200px) {
  #header {
    top: 30px;
    padding: 15px 0px;
	height: 90px;  
  }
  
}


@media (max-width: 990px) {
  #header {
      top: 40px;
	  padding: 20px 5px;
	  margin: 0px;
	  height: 90px;
  }
  #header .logo img {
    height:50px;
	width: auto;
	
	
}
 	
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.dropdown-menu{
	background-color: rgba(0,0,0,0.67);
	padding-right: 1rem;
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  text-align: center;
 	
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 1rem 0 1rem 1rem;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #D0D0D0;
  transition: 0.3s;
  font-size: 15px;
  font-family: 'Century Gothic', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #194b4d;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3fbbc0;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding: 10px 0px 20px 0px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width : 1200px ){
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Agenda Button */
.appointment-btn {

  margin-left: 25px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 1px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  height: 70px;	
  align-content: center;
  font-weight: 700;
  	
  	
   
  	
  
}

.appointment-btn:hover {
  background-color: #000000;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .appointment-btn {
	  display: none;
  }
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 35px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #DFDFDF;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #555555;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #000;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 60, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}






/*--------------------------------------------------------------
# Galeria_pagina
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# galeria Section
--------------------------------------------------------------*/
#galeria {
	overflow:visible;
	height: 100%;
	
	
	
	
}
#galeria .section-title{
	position: relative;
	margin-top:10rem;
	
}
#galeria .section-title h2{
	
	padding: 2px;
	margin: 3px 2px 10px 2px;
	font-size: 32pt;
	color: rgba(23,23,23,1.00);
	font-weight: 600;
	
	
}
#galeria .section-title p{
	font-size: 25pt;
	color: #290D23;
	padding: 0.5rem;
	
}
#galeria .marcoimg{
	background: #fff;
	padding: 1rem 1rem 3rem 1rem;
	margin: 2rem 0.5rem;
	text-align: center;
	max-width: 450px;
	max-height: 280px;
	box-shadow: 0 0 15px 0 #000;
	position: relative;
	z-index: 1;
}
#galeria .marcoimg:hover{
	
transform: rotate(-1deg);	
transition-duration: 0.1s;	
}

#galeria img{
	width: 100%;
}
#galeria .marcoimg h2{
	width: 100%;
	margin: 15px 0; 
	padding: 5px 2px;
	font-size: 16pt;
	font-weight: 500;
}
#galeria .procedimiento h3{
	font-size: 28pt;
	font-weight: 600;
	margin: 2rem;
	padding: 2px;
}
#galeria .contpaciente h2{
	padding: 3px;
	text-align: center;
	
}
#galeria .contpaciente{
	justify-content: center;
	text-align: center;
	border: 2px solid #B950C3;
	margin: 1rem 1rem 2rem 1rem ;
	padding: 1rem 1rem 2rem 1rem;
	
	
}
@media(max-width:990px){
	#galeria .marcoimg{
		max-height: 410px;
		margin: 2rem 0rem;
	}
	#galeria .contpaciente{
		margin: 1rem 0px;
	}
	#galeria .section-title{
	
	margin-top: 5rem;
	
}
}


/*--------------------------------------------------------------
# Pagos_pagina
--------------------------------------------------------------*/

#formulario .formulario_pago{
	
	justify-content: center;
	text-align: center;
	margin:10px;
	padding: 5px;
	font-family: "Century Gothic";
	
	
}

#formulario .formulario__label{
	font-size: 11pt;
}
#formulario .formulario__input{
	border-image-outset: 10px;
	border-radius: 0px;
	border-width: 1px;
	border-bottom-color: black;
}
#formulario .boton-continuar{
	text-decoration: none;
	background-color: black;
	color: white;
	border-radius: 5px;
	margin: 15px;
	padding: 3px 8px;
	border: none;
	
}

/*--------------------------------------------------------------
# Blog_pagina
--------------------------------------------------------------*/

#header_g{
  background: #FFFFFF;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0px 0px 0px;	
  top: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;	
	
}


#header_g .logo {
	
	padding: 10px 10px 5px 10px;
}

#header_g .appointment-btn{
	
	width: auto;
	height: 20%;
	
	
	
}
#galeriavid .section-title{
	
	padding: 0;
	margin: 0;
	
	
}
#galeriavid .container{
	
	padding: 0;
	
	
}

#galeriavid .titulogal{
	
	
}

#galeriavid h2{
	
	
	color: aliceblue;
	
}

#galeriavid{
	
	top: 0%;
	background-color:#1A1A1A;
	
	
}
#galeriavid .section-title{
	
	 padding: 1% 0;
}

#galeriavid .item{
	
 padding: 30px 3px ;
	background-color: currentColor;
	margin: 20px 0 ;
	border-radius:3%;

	
	
}
#galeriavid .item time{
	
	
	color: #fff;
	font-style: italic;
	font-size: 13px;
	text-align: left;

}
#galeriavid .item h5{
	
	color: aliceblue;
}
#galeriavid .item p{
	
	color: aliceblue;
	font-size: 14px;
	text-align: left;
	margin: 5% 10% ;
	font-weight: normal;
	font-style: normal;
	
	

	
}

/*--- # Banner Blog --*/


#carouselbanner{
	
	margin: 0;
	padding: 0;
}


#carouselbanner  .carousel  {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
}

#carouselbanner .carousel-item {
  background-size:auto;
  background-position: center;
  background-repeat: no-repeat;
  display:inline-flex;
  justify-content: center;
  align-items: flex-end;
  
}
#carouselbanner img{
	
	width: 100%;
	height: 70%;
	
	
}

@media (max-width: 1200px) {
  #carouselbanner .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}


#carouselbanner .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#carouselbanner .carousel-inner .carousel-item,
#carouselbanner .carousel-inner .active.carousel-item-left,
#carouselbanner .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#carouselbanner .carousel-inner .active,
#carouselbanner .carousel-inner .carousel-item-next.carousel-item-left,
#carouselbanner .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}


@media (max-width: 992px) {
  #carouselbanner {
    height: 70%;
	  width: 100%;
  }
  #carouselbanner  {
    margin-top: 0px;
  }
}


@media (max-height: 500px) {
  #carouselbanner {
    height: 50%;
	  width: 100%;
  }
}








/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section{
	position: relative;
	height: 100vh;
	width: 100vw;
	display: block;
	
	
}

.hero-section .video-background {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 0;
 object-fit: cover;
}

.hero-section .overlay-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4); 
  will-change: opacity;
}

.hero-section .content {
  position: absolute;
  top: 0;	
  height: 100vh;
  width: 100vw;	
  z-index: 4;
  text-align: center;	
  justify-content: center;
  align-content: center;
 
  /* El resto de tus estilos */
}


#hero .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  	
}

#hero .filtro {
  position: relative;
  
  z-index: 2;
  
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
 
  	
}
#hero .filtro:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;	
   will-change: opacity;	
}




/*@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
   top: 66px;
  }
  #hero {
    height: 100vh;
  }
  #hero .container {
    padding-top: 30rem;
  }
	#hero h1{
		font-size: 35px;
	}
	#hero p{
		font-size: 20px;
	}
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 35px;
  }
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }	
	
}


@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display:none;
  width: 50px;
  height: 3px;
  background: #fbf1cc;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Servicios populares 
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #FDE7FF;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #F6A2FF;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #222222;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #222222;
}

.featured-services .icon-box:hover .icon i {
  color: #222222;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #292b2e;
  color: #EDDCF0;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: 'Century Gothic', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 1px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #222222;
}

/*--------------------------------------------------------------
# Dr. David Guarin
--------------------------------------------------------------*/
#davidGuarin {
	
		
}
#davidGuarin .container{
	align-content: center;
	justify-content:center;
	position: relative;
	
	padding: 3rem;
	height: auto;

}
#davidGuarin .imagendr img{
	border-radius: 10px;
	left: 5rem;
	width: 100rem ; 
}
#davidGuarin .textodr{
	
	background-color: rgba(255,255,255,1.00);
	border-top: 5px solid rgba(211,48,221,1.00); 
	position: relative;
	padding: 15px 30px;
	top:5rem;
	right: 2rem;
	box-shadow: 5px 7px 5px 2px  rgba(0,2,5,0.2);
	z-index: 5;
	height: auto;
}

#davidGuarin .section-title h2{
	font-size: 30pt;
}
#davidGuarin .section-title h2::after{
	
	display: none;
}
@media (max-width: 991px) {
  #davidGuarin .textodr{
	top:0;
	right: 0;
	margin-top: 5rem;   
	height: auto;
}
  
}






/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
	
}

.services .icon {
  display:flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #3fbbc0;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}
.services .icon img{
	max-width: 150px;
}

/*--------------------------------------------------------------
# Cita
--------------------------------------------------------------*/

.appointment{
	
	background:#e5e3e3;
}
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #000000;
}

.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #222222;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background:#000000;
}

/*-------------------------------------------------------------
#cirugias1
_____________________________________________________________*/


#cirugias {
  color: #292b2e;	 
  background: rgb(252,252,252);
  /*background: radial-gradient(circle, rgba(151,6,166,0.50) 75%, rgba(241,241,241,1) 100%);*/
  padding: 12rem 0;
  min-height: 70vh;
	
}

#cirugias h2{
	font-size: 35px;	
}

#cirugias .btn-light {
	
	
	text-align: center;
	align-content: center; 
	border-radius: 2%;
	width: auto;
	height: auto;
	
}
#cirugias .btn-light i {
    
	
	font-size: 40px;
	
	
}
#cirugias .svg-breast{
	
	width: 60px;
	height: 60px;
}
#cirugias .cajaico{
	text-align: center;
	
	
	
}

#cirugias h4{
	color: #292b2e;
	text-align:center;
	font-size: 22px;
	padding: 5px;
	font-weight: 505;
}

#cirugias .image{
	width: auto;
	float: left;
	padding: 0 10px 0 0;
}

#cirugias .image img {
  
  max-width: 400px;
  padding: 10px 15px 60px 0;
 
	
}
.vbox-container{
	background-color: rgba(69,69,69,0.24);
}
  .vbox-content{
	align-content: center;
	
	background-color: rgba(56,54,56,0.00) !important;
}
  .vbox-inline{
	justify-content: center;  
	align-content: center;
	background-color: rgba(53,50,50,0.00) !important;
	width: 70%; 
	padding: 10px;
	text-align: center !important;  
	
}

   .btn-lg {
	border-radius: 0% ;
	border-style: solid ;
	border-color: #262525 ;
	border-width: 3px ;
	background:#131313;
	color:#fff;
	padding: 20px;
	width: 95% ;
	margin: 5px;
	text-align: center;
	 
}
.btn-lg:hover{
	
	background: #1D1D26;
	color:#F6DDF9;
}


#cirugias .container {
	margin-top: 5%;
}
#cirugias .contenido {
	width:100% ;
	padding: 50px 0 0 0;
	
}
#cirugias .card {
	background: #151515;
	width: auto;
		
}
#cirugias .inl{
	background-color: black;
	
}
#cirugias .card-header a {
	color:#5E5D5B;
	
}
#cirugias .titulo h4{
	color: #B9B9B9;
	padding: 0 0 15px 0;
	
	
}
#accordion1{
	float: left;
	display: inline-block;
	max-width: 500px;
}
#cirugias  p{
	color: #E8E8E8;
}
 #tarjeta1 #tarjeta2 #tarjeta3 #tarjeta4{
	background: #000;
}


	

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}



@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# pacientes
--------------------------------------------------------------*/

#pacientes {
 
 padding: 8rem 0 12rem 0  ;	
 position: relative;
 background-color: rgb(252,252,252);	
}
#pacientes .container-fluid{
	padding: 0 5rem;
	margin-left: 40%;
}
#pacientes .fondopac {
	margin-top: 10rem;
	position:absolute;
	
	
}
#pacientes .fondopac img{
	width: 100vw;
	
	
}
#pacientes .textopac {
	background: rgba(255,255,255,0.4);
	padding: 2rem;
	position: relative;
	top: 0;
	border-top: 5px solid rgba(211,48,221,1.00); 
	z-index: 2;
	box-shadow: 0px 0px 15px 0px #000;
}
#pacientes .textoder{
	top:20rem;
	
}

#pacientes .textint{
	background: #fff;
	padding: 3rem 4rem 5rem 4rem;
	text-align: center;
	
}
#pacientes .cta-btn {
  
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 1px;
  transition: 0.2s;
  margin-top: 20px;
  border: 2px solid #1B1B1B;
  color: #1B1B1B;
  	
}
#pacientes .cta-btn:hover {
	color: #E4E4E4;
	background-color: #212121;
}
#pacientes h3{
	font-size: 30pt;
	color: #1B1B1B;
	text-justify: auto;
	padding: 5px 7px 12px 5px;
	
}
#pacientes p{
	text-align:start;
	font-size: 15pt;
	letter-spacing: 0.5px;
	line-height: 34px;
	
}
@media(max-width:1400px) and (min-width:1200px){
	#pacientes .container-fluid{
	
	margin-left: 20%;
	width: 1800px; 
	height:auto;	
}
	/*#pacientes .textopac {
		width: 70%;
		height:auto; 
	}*/
}
@media (max-width: 1200px) {
#pacientes .container-fluid{
	padding: 0 0rem;
	margin-left: 0;
}
#pacientes .fondopac {
 visibility: hidden;
}	
#pacientes .textint{
 padding: 2px 1px 3px 1px;		
}	


  
}
/*--------------------------------------------------------------
# doble
--------------------------------------------------------------*/

#doble .doble{
	display:grid;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0 ;
	
}

#doble .izquierda{
	
	position: relative;
	background-color: black;
	
}
#doble .contenidoi {
	
	
	margin-right: 0.02%;
	margin-left: 0.02%;
	align-items:center;
	
}
#doble .contenidod {
	
	
	margin-right: 0.02%;
	margin-left: 0.02%;
	align-items:center;
	
}

#doble .texto{
	
	position: relative;
	font-size: 18px;
	font-family: 'Century Gothic', sans-serif;
	color:white;
    text-align: justify;
	
	
}

#doble .derecha{
	
	position: relative;
	background-color: black;
	padding-right: 5%;
	
}
#doble .titulo{
	
	
	margin-top:0%;

   /* margin-bottom: 100px;
    margin-left: 30px;
    margin-top: 30px;*/
  	
}

#doble .section-title h2 {
	padding: 5% 0 0 0;
	color: #fff;
	
}




/*--------------------------------------------------------------
# Testimonios
--------------------------------------------------------------*/
.demo{ background: rgb(252,252,252); }
.testimonial .pic{
    width: 25%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background:#DC4AD2;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 15px;
    right: -5px;
}
.testimonial .pic:after{
    bottom: 15px;
    left: -5px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 2px solid #DC4AD2;
}
#testimonios .testimonial-content{
    width: 65%;
    float: right;
	align-content: center;
	justify-content: center;
	text-align: center;
}
#testimonios .cta-btn {
  
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 1px;
  transition: 0.2s;
  margin-top: 20px;
  border: 2px solid #1B1B1B;
  color: #1B1B1B;
  	
}
#testimonios .cta-btn:hover {
	color: #E4E4E4;
	background-color: #212121;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #363636;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 17px;
    color: #e1c37d;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 90px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 25%;
}
.owl-next:before{
    content: "\f178";
}
.owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 990px){
    .testimonial{ text-align: center; }
    .testimonial .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    #testimonios .testimonial-content{
        width: 100%;
        float: none;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}



.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 20%;
 	
	
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
  text-align:start;	
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
  text-align:start;
	
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
	
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

 .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background:rgb(252,252,252);
  position: relative;
  border-radius: 6px;
  z-index: 1;
  color: #232323;
  text-align:start;	  
}

.testimonials .owl-nav  {
  margin-top: 5px;
  text-align: center;
  visibility: hidden;
  	
}
.testimonials .owl-dots{
	 margin-top: 5px;
  text-align: center;
}



.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #BCBCBC !important;
}

.testimonials .owl-dot.active {
  background-color: #424346 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

#galeriain{
	background-color: rgba(241,241,241,1.00);
	padding-bottom: 10rem;
}
#galeriain .grid-container{
		
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
	
	
	position: relative;
	
	
}

#galeriain .marcoimg{
	background: #fff;
	padding: 1rem 1rem 3rem 1rem;
	text-align: center;
	max-width: 450px;
	max-height: 350px;
	box-shadow: 0 0 15px 0 #000;
	position: relative;
	z-index: 5;
	
	
}
#galeriain .marcoimg:hover{
	 transform: translate(0px, -20px);
	 transition-duration: 0.8s;
}
#galeriain .marcoimgfondo{
	background: #fff;
	padding: 1rem 1rem 3rem 1rem;
	text-align: center;
	max-width: 250px;
	max-height: 240px;
	box-shadow: 0 0 15px 0 #000;
	position: relative;
	filter:blur(5px);
	
}
#galeriain .marcoimgfondo:hover{
  transform: translate(0px, -30px) rotate(12deg);
  opacity: 1;
  filter:blur(0px);
  transition-duration: 1s;	
}
#galeriain  img{
	width: 100%;
	
}
#galeriain .marcoimg h2, .marcoimgfondo h2{
	margin: 5px;
	padding: 15px;
	font-size: 14pt;
	text-align: center;
	color: rgba(27,27,27,1.00);
}

@media(max-width: 990px){ 
	#galeriain .marcoimg{
		top: 0px!important;
		left: 0px!important;
		z-index: 1;
		max-width: 450px;
	    max-height: 400px;
		margin: 10px;
		
	}	
	#galeriain .marcoimgfondo{
		top: 0px!important;
		left: 0px!important;
		z-index: 1;
		filter: blur(0px);
		max-width: 450px;
	    max-height: 400px;
		margin: 10px;
			
	}
	#galeriain .container{
		align-content: center;
		justify-content: center;
		text-align: center;
	}
	
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'Century Gothic', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #3fbbc0;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #222222;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #222222;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #222222;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #222222;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background:#000000;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #FFEEFD;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}

#footer .footer-top {
  background: #FFF6FE;
  padding: 60px 0 30px 0;
}
#footer .footer-info img{
	
	width: 12rem;
	
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Century Gothic', sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #222222;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000000;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #713743;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
	
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #65c9cd;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 11px;
}


/*--------------------------------------------------------------
# biopolimeros pagina
--------------------------------------------------------------*/

#biopolimeros_portada{
	margin-bottom: 3rem;
	padding-top: 10rem; 
}
#biopolimeros_portada h1{
	color:  color-mix(in srgb, #8D04A6 70%, white 20%);
}
#biopolimeros_portada .cajapost{
	margin-top: 10rem;
}

#biopolimeros_info .cajatexto{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20 5;
	margin: 50 5;
}

#biopolimeros_info .cajatexto h2{
	
	line-height: 3rem;
	font-family: 'Century Gothic', sans-serif;
}
#biopolimeros_info .cajatexto p{
	
	line-height: 2rem;
	font-size: 16pt;
	font-family: 'Century Gothic', sans-serif;
	
}
#biopolimeros_info .cajaimagen{
	display: flex;
	align-items: center;
	justify-content: center;
}
#biopolimeros_info .cajaimagen img{
	width: 85%;
	height: auto;

	
	
	
}

@media (max-width: 767px) {
  #biopolimeros_info .cajaimagen img {
    width: 50%;
	height: auto;

  }
}
#biopolimeros_info  .cajavideo{
	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50rem;
	height: 30rem;
	
}
#comparacion .comparacion{
	display: flex;
	align-items: center;
	justify-content: center;
}
#comparacion .cajacomparacion{
	display: flex;
	align-items: center;
	justify-content: center;
	
}

/*--------------------------------------------------------------
# procedimietos pagina
--------------------------------------------------------------*/


#hero-procedimientos {
	
	/*background-color: color-mix(in srgb, #8D04A6 50% , white 60%);*/
	
	margin-bottom: 1rem;
	padding: 13rem 0 1rem 0 ; 
}
#hero-procedimientos h1{
	color: color-mix(in srgb, #8D04A6 70% , white 20%);
	font-size: 38pt;
	margin: 2rem 0rem;
}
#contenidoproc .contproced{
	margin: 1.5rem 0rem 5rem 0rem;
	
	
}
#contenidoproc .ayd{
	margin: 2rem 0rem 7rem 0rem;
	text-align: center;
	justify-content: center;
}
#contenidoproc .cta{
	background: #fff;
	box-shadow: 0 0 15px 0 #000;
	color: rgba(30,30,30,1.00);
	margin: 2rem 0rem 7rem 0rem;
}
#contenidoproc .cta-btn {
  
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 1px;
  transition: 0.2s;
  margin-top: 20px;
  border: 2px solid #1B1B1B;
  color: #1B1B1B;
  	
}
#contenidoproc .cta-btn:hover {
	color: #fff;
	background: #000;
	transform: scale(102%);
	
}
 .titulo{
	display: flex;
	 justify-content: center;
	 margin: 0 ; 
	 padding: 0;	 
	 text-align: center;
	 border-bottom: 2px solid #8D04A6;
}
.titulo  h2{
	text-align: center;
	width: 70%;
	justify-content: center;
	font-size: 27pt;
	font-weight: 600;
}
.texproced p{
	
	font-size: 21px;
	letter-spacing: 0.5px;
	font-family: 'Century Gothic', sans-serif;
}
.imgiz{
	display: flex;
	justify-content: flex-end;
	
}
.imgiz img{
	
}

	



@media (max-width: 767px) {
	.titulo{
		margin: 1px;

  }
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
