@charset "utf-8";

* {
	margin: 0;
	padding:0;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:   border-box;
    box-sizing:        border-box;
}
html {
	--negro: #20324c;
	--blanco: #ffffff;
	--rosa: #d43d8d;
	--rosa2: #ff679b;
	--azul: #55a5db;
	--verde: #01c2a5;
	--gris: #f5f5f5;
	--morado: #725ba0;
	--amarillo: #ffd500;
}

body {
	font-family: 'Campton';
	font-weight: normal;
	color: var(--negro);
	background: var(--blanco);
	line-height:1.5;
	overflow-x:hidden !important;
}

h1, h2, h3 {
	font-family: 'Branding SF';
	font-weight: normal;
	line-height:1;
}
h1 {
	font-size: 2.4em;
	animation-duration: 0.9s;
	animation-delay: 0.6s;
}
a {
	font-size: 0.9em;
    text-decoration:none;
	color: var(--negro);
	cursor: pointer;
}
a:active {
	outline: none;
    border: none;
}
button {
	font-family: 'Campton';
	font-size: 1.2em;
	cursor: pointer !important;
	border: none;
	transition: all 0.6s ease-in-out;
}
button:active {
    outline: none;
    border: none;
}
button:hover {
	cursor:pointer;
}
button:focus,
input:focus,
textarea:focus {
	outline:none;
}
p, ul {
	font-size:1em;
}
p b {
	font-family: 'Campton';
	font-weight: normal;
}

::selection {
	color: var(--blanco);
	background: var(--morado);
}
::-moz-selection {
	color: var(--blanco);
	background: var(--morado);
}

/* --------------------------- full --------------------------- */

#superContainer {
    height: 100%;
    position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none; 
}
.section {
    position: relative;
}
.slide, .slidesContainer {
    height: auto!important;
    /*height: 100% !important;*/
    display: block;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height:100%;/* pend */
}
#fullpage {
	overflow:hidden;
}

/* --------------------------- body --------------------------- */

header {
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
	padding:18px 0;
	background: var(--negro);
	transition: all ease-in-out 0.6s;
	z-index: 99;
}
header.active {
	padding:9px 0;
}
header .inter {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .inter div img {
	height: 81px;
	transition: all ease-in-out 0.6s;
}
header .inter div img.img2 {
	display: none;
}
header.active .inter div img {
	height: 66px;
}
header .inter div:last-child a {
	font-family: 'Campton';
	font-size: 0.9em;
	margin: 0 0 0 15px;
	position: relative;
	color: var(--blanco);
}
header .inter div:last-child a:hover,
header .inter div:last-child a.active {
	color: var(--rosa);
}
header .inter div:last-child a:last-child::after {
	display: none;
}
header .inter div:last-child {
	text-align: right;
}

#openmenu {
	width: 100vw;
	height:100vh;
	position: fixed;
	display: block;
	top: 0;
	left:100%;
	transition: all 0.6s ease-in-out;
	background: var(--negro);
	padding: 99px 15px 24px;
	text-align: center;
	z-index: 66;
}
#openmenu.active {
	left: 0;
}
#openmenu a {
	font-size: 1.5em;
	display: block;
	color: var(--blanco);
	position: relative;
	opacity: 0.7;
}
#openmenu a.active {
	opacity: 1;
}
#openmenu a.active::after {
	content: '';
	width: 100%;
	height:2px;
	background: var(--verde);
	position: absolute;
	left:  0;
	bottom:0;
}
#openmenu div:last-child {
	padding: 24px 0 0;
}
#openmenu div:last-child a {
	opacity: 1;
}
#openmenu .btn {
	font-size: 0.6em !important;
	color: var(--blanco);
	margin: 0 0 18px;
	border-radius: 24px;
}

.btn-menu {
	width: 42px;
	height:42px;
	background: var(--verde);
	border-radius: 50% !important;
	position: relative;
	display: none;
}
.btn-menu span {
	width: 21px;
	height:2px;
	background: var(--blanco);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out;
}
.btn-menu span::before,
.btn-menu span::after {
	content: '';
	width: 100%;
	height:2px;
	background: var(--blanco);
	position: absolute;
	left: 0;
	transition: all 0.6s ease-in-out;
}
.btn-menu span::before {
	top: -7px;
}
.btn-menu span::after {
	bottom:-7px;
}
/* active */
.btn-menu.active span {
	background: none;
}
.btn-menu.active span::before {
	top: 0;
	transform: rotate(45deg);
}
.btn-menu.active span::after {
	bottom:0;
	transform: rotate(-45deg);
}

.btn {
	font-size: 1em;
	padding: 12px 21px;
	color: var(--blanco);
	background: var(--rosa);
	border-radius: 30px;
}
.btn:hover {
	background: var(--azul);
}
.btn-trans {
	background: none;
	color: var(--blanco);
	border: solid 1px var(--blanco);
	position: relative;
	overflow: hidden;
	z-index: 6;
}
.btn-trans:hover {
	color: var(--blanco) !important;
	background: none !important;
}
.btn-trans::after {
	content: '';
	width: 0%;
	height:100%;
	background: var(--rosa);
	position: absolute;
	top: 0;
	left:0;
	transition: all ease-in-out 0.6s;
	z-index: -1;
}
.btn-trans:hover::after {
	width: 100%;
}
.btn-blnc {
	border: solid 1px var(--rosa);
	color: var(--rosa);
	background: none;
	position: relative;
	overflow: hidden;
}
.btn-blnc:hover {
	color: var(--blanco);
	background: none;
}
.btn-blnc::after {
	content: '';
	width: 0%;
	height:100%;
	background: var(--rosa);
	position: absolute;
	top: 0;
	left:0;
	transition: all ease-in-out 0.6s;
	z-index: -1;
}
.btn-blnc:hover::after {
	width: 100%;
}

#barra {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 0 auto;
	padding:15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#barra div {
	width: 33.3%;
	display: flex;
}
#barra div span {
	font-size: 1.8em;
	color: var(--azul);
}
#barra div:nth-child(2) {
	justify-content: center;
}
#barra button {
	width: 39px !important;
	height:39px !important;
	display: block;
	position: relative;
	border: solid 1px var(--verde);
	border-radius: 50%;
	background: var(--blanco);
	opacity: 0.6;
}
#barra button:hover {
	background: var(--gris);
	opacity: 1;
}
#barra button span {
	width: 15px;
	height:15px;
	display: block;
	position: absolute;
	top: 50%;
	left:50%;
	border: solid 1px var(--verde);
	border-top: none;
	border-left: none;
	transform: translate(-50%,-75%) rotate(45deg);
}
#barra div:last-child {
	justify-content: flex-end;
}
#barra div:last-child span {
	margin: 0 0 0 18px;
}
#barra div:last-child span:first-child {
	color: var(--verde);
}

.box {
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}

/* slide */
#slider {
	width: 100%;
	height:calc(100vh - 84px);
	position: relative;
	margin: 0 auto;
	border-bottom: solid 6px var(--rojo);
	background: linear-gradient(90deg, var(--rosa) 0%, var(--negro) 100%);
	overflow: hidden;
}
#slider .owl-carousel {
	width: 100%;
	max-width: 100vw;
	height:auto;
	margin: 0;
	overflow: hidden;
	position:relative;
	display:block;
	z-index: 3;
}
.owl-carousel div {
	float:left;
}
.owl-carousel .item {
	width: 100%;
	position: relative;
	z-index: 1;
}
.owl-carousel .item .cover {
	width: 100vw;
	height:100vh;
	position: relative;
	overflow: hidden;
	top: 0;
	left:0;
	opacity: 0.7;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
	z-index: 0;
}
.owl-carousel .item .cover img {
	position:absolute;
	top: 0;
	left:0;
	background-size: cover;
	animation-duration: 0.9s;
	animation-delay: 0.9s;
	opacity: 0.7;
}
.owl-carousel .box {
	width: calc(100% - 42px);
	max-width: 1200px;
	height: 100%;
	position:absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	color: var(--blanco);
	z-index:9;
}
.owl-carousel .box .descripcion {
	width: 50%;
	padding: 39vh 0 0 120px;
}
.owl-carousel .box .descripcion h1 {
	margin: 0 0 30px;
}
.owl-carousel .box .descripcion button {
	font-size: 1em;
	color: var(--blanco);
	background: var(--rojo);
	margin: 60px 0 0;
	border-radius: 50px !important;
}
.owl-carousel .box .descripcion button:hover {
	background: var(--blanco);
	color: var(--negro);
}

.porta-nav {
	width: calc(100% - 42px);
	max-width: 1200px;
	position: absolute;
	left:  50%;
	bottom:50%;
	transform: translate(-50%,50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 12;
}
.prev,
.next {
	width: 60px;
	height:60px;
	border: solid 1px var(--blanco);
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	pointer-events: all;
	position: relative;
	z-index: 9;
}
.prev:hover,
.next:hover {
	opacity: 1;
}
.prev span,
.next span {
	width: 30px !important;
	height:30px !important;
	display: block;
	border: solid 1px var(--blanco);
	position: absolute;
	top: 50%;
	left:50%;
	z-index: 1;
}
.prev span {
	border-top: none;
	border-right: none;
	transform: translate(-25%,-50%) rotate(45deg);
}
.next span {
	border-bottom: none;
	border-left: none;
	transform: translate(-75%,-50%) rotate(45deg);
}
/* */
.custom-control {
	width: calc(100% - 42px);
	max-width: 1200px;
	position:absolute;
	left:50%;
	bottom:0;
	transform: translateX(-50%);
	pointer-events: none;
	display: flex;
	justify-content: center;
	z-index:9;
}
.custom-control button {
	width: 18px !important;
	height:18px !important;
	margin: 18px 12px;
	padding:0;
	background: none;
	-webkit-border-radius:50% !important;
	border-radius:        50% !important;
	transition: all ease-in-out 0.3s;
	border: none;
	position: relative;
	pointer-events: all;
}
.custom-control button::before {
	content: '';
	width: 8px;
	height:8px;
	background: var(--rosa);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all ease-in-out 0.3s;
	opacity: 0;
	z-index: 4;
}
.custom-control button::after {
	content: '';
	width: 18px;
	height:18px;
	background: var(--blanco);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0.3;
	z-index: 3;
}
.custom-control button:hover::before,
.custom-control button.active::before {
	opacity: 1;
}
.custom-control button:hover::after,
.custom-control button.active::after {
	width: 22px;
	height:22px;
}

#slider2 {
	max-width: 100vw !important;
}
#owl2 {
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
#slider2 .owl-carousel {
	width: calc(100% - 42px);
	max-width: 1200px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	display:block;
	z-index: 3;
}
#slider2 .owl-carousel .item {
	width: 100%;
	position: relative;
	padding: 0 45px;
	z-index: 1;
}
#slider2 .owl-carousel .item .porta-img {
	width: calc(100% - 60px);
	height:0;
	margin: 0 30px;
	padding:0 0 calc(100% - 60px);
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, var(--morado) 0%, var(--rosa) 100%);
	border-radius: 50%;
}
#slider2 .owl-carousel .item .porta-img img {
	width: 84%;
	position: absolute;
	top: 66%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.6s ease-in-out;
	opacity: 1;
	z-index: 3;
}
#slider2 .owl-carousel .item:hover .porta-img img {
	width: 102%;
}
#slider2 .owl-carousel .item h3 {
	margin: 15px 0;
}
#slider2 .owl-carousel .item div.calif {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 6px 0 18px;
}
#slider2 .owl-carousel .item div.calif span {
	margin: 0 9px;
	color: var(--amarillo);
}
#slider2 .custom-control {
	margin: 12px auto 0;
	position:relative;
	left: 0;
	transform: translateX(0);
}
#slider2 .custom-control a.respon {
	display: none;
}
#slider2 .custom-control button {
	width: 18px !important;
	height:18px !important;
	margin: 18px 12px;
	padding:0;
	background: none;
	-webkit-border-radius:50% !important;
	border-radius:        50% !important;
	transition: all ease-in-out 0.3s;
	border: none;
	position: relative;
	pointer-events: all;
}
#slider2 .custom-control button::before {
	width: 12px;
	height:12px;
	opacity: 0.3;
}
#slider2 .custom-control button::after {
	display: none;
}
#slider2 .custom-control button:hover::before,
#slider2 .custom-control button.active::before {
	opacity: 1;
}

.box-img {
	width: 100%;
	height:39vh;
	position: relative;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
	z-index: 3;
}
.box-img::before,
.box-img::after {
	content: '';
	width: 50vw;
	height:100%;
	position: absolute;
	top: 0;
}
.box-img::before {
	background: var(--rosa);
	left: 0;
}
.box-img::after {
	background: var(--azul);
	right: 0;
}
.box-img div {
	width: calc(100% - 42px);
	max-width: 1200px;
	position: relative;
	z-index: 6;
}
.box-img div::before,
.box-img div::after {
	content: '';
	width: 240px;
	height:100%;
	position: absolute;
	top: 0;
}
.box-img div::before {
	background: linear-gradient(90deg, rgba(212,61,141,1) 0%, rgba(212,61,141,0) 100%);
	left: 0;
}
.box-img div::after {
	background: linear-gradient(90deg, rgba(85,165,219,0) 0%, rgba(85,165,219,1) 100%);
	right: 0;
}
.box-img img {
	width: 100%;
}

.cuadro {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 90px auto 30px;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
.cuadro-gris {
	background: var(--gris);
	text-align: center;
	padding: 45px 0 24px;
}
.cuadro-gris .inter {
	width: calc(100% - 42px);
	margin: 0 auto;
}
.cuadro h1,
.cuadro-gris h1 {
	color: var(--rosa);
	text-align: center;
	margin: 0 auto 45px;
}

.porta-info {
	width: 100%;
	position: relative;
}
.info {
	width: 100%;
	margin: 0 0 -20%;
	display: flex;
	align-items: flex-start;
}
.info:nth-child(2n) {
	margin: -20% 0 0;
	align-items: flex-end;
}
.info .box {
	width: 50% !important;
	position: relative;
	color: var(--rosa);
	padding: 30px 0;
}
.info:nth-child(2n) .box:last-child {
	order: 1;
}
.info:nth-child(2n) .box:first-child {
	order: 2;
}
.info .box img.img-blog {
	width: calc(100% - 30px);
	position: relative;
	border-radius: 24px;
}
.info .box .porta-img {
	width: 50%;
	height:0;
	margin: 0 auto;
	padding:0 0 100%;
	border-radius: 150px;
	background: var(--rosa);
	position: relative;
	overflow: hidden;
}
.info .box .porta-img img {
	width: auto;
	height:100%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.info .box h2 {
	margin: 0 0 30px;
}
.info .box p {
	color: var(--negro);
}
.info .box button {
	margin: 30px 0 0;
}

.no-index {
	padding-top: 90px;
}
.no-index .info .box p {
	margin: 0 0 24px;
}
.no-index .info {
	margin: 0;
	border-bottom: solid 2px var(--azul);
}
.info .box.completo {
	width: 100%;
}

.porta-servicios {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.porta-servicios .servicio {
	width: 50%;
	display: flex;
	overflow: hidden;
}
.porta-servicios .servicio .box {
	width: 50%;
	position: relative;
	margin: 0 0 42px;
}
.porta-servicios .servicio .box number {
	width: 30px;
	height:30px;
	font-size: 0.7em;
	border-radius: 50%;
	color: var(--rosa);
	border: solid 1px var(--rosa);
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.porta-servicios .servicio .box h2 {
	color: var(--rosa);
	margin: 24px 0 30px;
}
.porta-servicios .servicio .box ul {
	list-style: none;
}
.porta-servicios .servicio .box ul li {
	margin: 0 0 9px;
	padding:0 0 0 18px;
	position: relative;
}
.porta-servicios .servicio .box ul li::after {
	content: '';
	width: 6px;
	height:6px;
	position: absolute;
	background: var(--rosa);
	border-radius: 50%;
	top: 9px;
	left:0;
}
.porta-servicios .servicio .box ul li:last-child {
	margin: 0;
}
.porta-servicios .servicio .box img {
	width: 100%;
}

.porta-preguntas {
	width: 50%;
	margin: 0 auto;
	position: relative;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
.porta-preguntas .box {
	padding: 9px 0;
	border-bottom: solid 1px var(--rosa);
}
.porta-preguntas .box h3 {
	color: var(--rosa);
}
.porta-preguntas .box .pregunta {
	cursor: pointer;
	position: relative;
	padding: 15px 0;
}
.porta-preguntas .box .pregunta::after {
	content: '';
	width: 12px;
	height:12px;
	display: block;
	border: solid 1px var(--rosa);
	border-left: none;
	border-top: none;
	position: absolute;
	top: 50%;
	right:0;
	transform: translateY(-50%) rotate(45deg);
	z-index: 3;
}
.porta-preguntas .box .pregunta.active::after {
	transform: translateY(-50%) rotate(-135deg);
}
.porta-preguntas .box .respuesta {
	padding: 18px 0 24px;
}

.porta-logos {
	margin: 15px auto 48px;
	position: relative;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
.porta-logos div {
	width: calc(100% - 42px);
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}
.porta-logos {
	width: 100%;
}
.porta-logos div:nth-child(2),
.porta-logos div:nth-child(3),
.porta-logos div:nth-child(4) {
	position: absolute;
	top: 0;
	left:0;
}
.porta-logos div:nth-child(1) {
	position: relative;
	animation:fade1 21s infinite;
	animation-delay: 0.6s;
}
@keyframes fade1 {
	0%  {opacity:1}
	25% {opacity:0}
	50% {opacity:0}
	75% {opacity:0}
	100%{opacity:1}
}
.porta-logos div:nth-child(2) {
	animation:fade2 21s infinite;
	animation-delay: 0.6s;
}
@keyframes fade2 {
	0%  {opacity:0}
	25% {opacity:1}
	50% {opacity:0}
	75% {opacity:0}
	100%{opacity:0}
}
.porta-logos div:nth-child(3) {
	animation:fade3 21s infinite;
	animation-delay: 0.6s;
}
@keyframes fade3 {
	0%  {opacity:0}
	25% {opacity:0}
	50% {opacity:1}
	75% {opacity:0}
	100%{opacity:0}
}
.porta-logos div:nth-child(4) {
	animation:fade4 21s infinite;
	animation-delay: 0.6s;
}
@keyframes fade4 {
	0%  {opacity:0}
	25% {opacity:0}
	50% {opacity:0}
	75% {opacity:1}
	100%{opacity:0}
}
.porta-logos div img {
	width: calc(15% - 12px);
}

.fondo-oscuro {
	background: linear-gradient(90deg, var(--rosa) 0%, var(--morado) 50%, var(--azul) 100%);
}
.fondo-oscuro * {
	color: var(--blanco);
}
.fondo-oscuro h1 {
	color: var(--blanco);
}
.porta-biografia {
	width: 100%;
	display: flex;
	align-items: center;
}
.porta-biografia .box {
	width: 50%;
}
.porta-biografia .porta-img {
	width: 50%;
	height:0;
	margin: 0 auto;
	padding:0 0 100%;
	border-radius: 150px;
	background: var(--rosa);
	position: relative;
	overflow: hidden;
}
.porta-biografia .porta-img img {
	width: auto;
	height:100%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.porta-biografia .box h1 {
	color: var(--banco);
	padding:18px 0 24px;
	text-align: left;
}
.porta-biografia .box table {
	margin: 30px 0;
}
.porta-biografia .box table td {
	font-weight: bold;
}
.porta-biografia .box table td:last-child {
	padding: 0 0 0 18px;
}

.porta-links {
	position: relative;
	margin: 15px auto 0;
}
.porta-links button {
	width: 90px;
	height:90px;
	position: relative;
	border-radius: 50%;
	background: none;
	border: solid 1px var(--blanco);
	margin: 0 12px 0 0;
}
.porta-links button:hover {
	background: var(--rosa);
}
.porta-links button span {
	font-size: 1.8em;
}
.porta-links button p {
	font-size: 0.6em;
}

.porta-consultorios {
	width: 100%;
	display: flex;
}
.porta-consultorios .box {
	width: 50%;
	position: relative;
}
.porta-consultorios .consultorio {
	width: calc(100% - 24px);
	font-size: 1em;
	border: solid 1px var(--rosa);
	margin: 0 0 24px;
	padding:15px 24px;
	border-radius: 15px;
	color: var(--negro);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.porta-consultorios .consultorio.active,
.porta-consultorios .consultorio:hover {
	color: var(--blanco);
	background: var(--rosa);
}
.porta-consultorios .consultorio.active {
	box-shadow: 6px 6px 4px rgba(0,0,0,0.3);
}
.porta-consultorios .consultorio h2 {
	font-size: 1.3em;
	margin: 0 0 18px;
}
.porta-consultorios iframe {
	width: 50vw;
	height:100%;
	position: absolute;
	top: 0;
	left:0;
	z-index: 1;
}
.porta-consultorios .btns {
	position: absolute;
	right: 0;
	bottom:18px;
	text-align: right;
	z-index: 3;
}
.porta-consultorios .btns button {
	display: block;
	margin: 0 0 18px;
}

.formulario {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}
.formulario .box {
	width: 50%;
	position: relative;
}
.formulario .box p {
	margin: 9px 0 15px;
}
.formulario .box p.alerta {
	font-weight: bold;
	color: var(--azul);
	animation-delay: 1.2s;
}
.formulario .box p a {
	position: relative;
}
.formulario .box p a::after {
	content: '';
	width: 100%;
	height:1px;
	background: var(--morado);
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: 3;
}
.formulario .box p a:hover::after {
	background: var(--azul);
}
.formulario .box img {
	width: calc(100% - 30px);
}
.formulario form {
	width: 100%;
	position: relative;
	padding: 24px 0 0;
}
.formulario form input,
.formulario form textarea {
	font-family: 'Campton';
	font-size: 0.9em;
	width: 100%;
	margin: 0 0 18px;
	padding:18px 30px;
	border-radius: 30px;
	border: solid 1px var(--negro);
	transition: all 0.3s ease-in-out;
}
.formulario form input:focus,
.formulario form textarea:focus {
	border-color: var(--rosa);
}
.formulario form textarea {
	min-height: 60px;
	resize: none;
}
.formulario form button {
	width: 100%;
	padding: 18px 30px;
}

.porta-blog {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.porta-blog .articulo {
	width: calc(33.3% - 18px);
	position: relative;
	margin: 0 auto 30px;
	animation-duration: 1.5s;
	animation-delay: 0.6s;
}
.porta-blog .articulo:nth-child(1) {
	animation-delay: 0.6s;
}
.porta-blog .articulo:nth-child(2) {
	animation-delay: 0.9s;
}
.porta-blog .articulo:nth-child(3) {
	animation-delay: 1.2s;
}
.porta-blog .articulo img {
	width: 100%;
	margin: 0 0 21px;
	transition: all 0.6s ease-in-out;
}
.porta-blog .articulo img:hover {
	border-top-right-radius:  42px;
	border-bottom-left-radius:42px;
}
.porta-blog .articulo p {
	margin: 30px 0 45px;
}

.no-index .porta-blog {
	margin: -60px 0 0;
	padding: 69px 0 60px;
}

.vermas {
	width: calc(33.3% - 18px);
	margin: 48px auto;
	position: relative;
}
.vermas .btn {
	width: 100%;
}
.vermas .btn:hover {
	color: var(--rosa);
	background: var(--blanco);
}

.no-index .vermas {
	margin: 24px auto;
	padding:0 0 42px;
}

#mensaje {
	width: 100%;
	padding: 111px 0 60px;
	background: linear-gradient(90deg, var(--azul) 0%, var(--morado) 100%);
}
#mensaje div {
	width: calc(100% - 42px);
	max-width: 1200px;
	margin: 0 auto;
}
#mensaje h1 {
	color: var(--blanco);
}
#mensaje h1 span {
	font-size: 0.7em;
	display: block;
}

footer {
	width: 100%;
	color: var(--blanco);
	background: var(--negro);
	padding: 48px 0 18px;
	z-index: 12;
}
footer .inter {
	width: calc(100% - 48px);
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .inter .box {
	width: calc(33.3% - 12px);
}
footer .inter .box div {
	margin: 0 0 24px;
}
footer .inter .box img {
	width: 69px;
}
footer .inter .box .redes {
	width: 100%;
	display: flex;
	margin: 30px 0;
}
footer .inter .box .redes span {
	font-size: 1.5em;
	color: var(--azul);
	margin: 0 12px 0 0;
}
footer .inter .box .redes a:nth-child(2) span {
	color: var(--verde);
}
footer .inter .box .redes a:hover span {
	color: var(--blanco);
}
footer .inter .box h3 {
	margin: 0 0 18px;
}
footer .inter .box a {
	color: var(--blanco);
	display: block;
}
footer .inter .box button {
	margin: 18px 0 0;
}

@media screen and (max-width:666px) {
	
	h1 {
		font-size: 1.8em;
	}
	p {
		font-size: 0.9em;
	}

	header .inter {
		width: calc(100% - 30px);
	}
	header .inter div img {
		height: 60px;
	}
	header .inter div img.img1 {
		display: none;
	}
	header .inter div img.img2 {
		display: block;
	}
	header.active .inter div img {
		height: 48px;
	}
	header .inter div:last-child a {
		display: none;
	}
	
	#openmenu a {
		font-size: 1.2em;
	}

	.btn-menu {
		display: block;
	}
	
	#barra {
		width: calc(100% - 30px);
	}
	#barra div {
		width: 50%;
	}
	#barra div span {
		font-size: 1.5em;
	}
	#barra div:nth-child(2) {
		display: none;
	}
	
	#slider {
		height:calc(100vh - 60px);
	}
	.owl-carousel .item {
		overflow: hidden;
	}
	.owl-carousel div img.imagen {
		width: auto;
		height:calc(100vh - 60px);
		margin: 18px 0 0;
	}
	.owl-carousel .box {
	}
	.owl-carousel .box .descripcion {
		width: 100%;
		padding: 24vh 0 0;
	}
	.owl-carousel .box .descripcion h1 {
		margin: 0 0 24px;
	}
	.owl-carousel .box .descripcion button {
		margin: 48px 0 0;
	}
	
	.porta-nav {
		display: none;
	}
	.custom-control {
		width: calc(100% - 30px);
	}
	.custom-control button {
		width: 15px !important;
		height:15px !important;
		margin: 15px 12px;
	}
	.custom-control button::before {
		width: 6px;
		height:6px;
	}
	.custom-control button::after {
		width: 15px;
		height:15px;
	}
	.custom-control button:hover::after,
	.custom-control button.active::after {
		width: 18px;
		height:18px;
	}

	#slider2 {
		max-width: 100vw;
	}
	#slider2 .owl-carousel {
		width: calc(100% - 30px);
	}
	#slider2 .owl-carousel .item {
		padding: 0 12px;
	}
	#slider2 .owl-carousel .item .porta-img {
		width: calc(100% - 42px);
		margin: 0 21px;
		padding:0 0 calc(100% - 42px);
	}
	#slider2 .owl-carousel .item .porta-img img {
		width: 84%;
		height:auto;
		top: 54%;
	}
	#slider2 .custom-control a.respon {
		display: block;
	}

	.box-img {
		height: 30vh;
	}
	.box-img div {
		width: calc(100% - 30px);
	}
	.box-img div::before,
	.box-img div::after {
		width: 90px;
	}
	
	.cuadro {
		width: calc(100% - 30px);
	}
	.cuadro-gris .inter {
		width: calc(100% - 30px);
	}
	.cuadro h1,
	.cuadro-gris h1 {
		margin: 0 auto 42px;
	}
	.info {
		margin: 0;
	}
	.info:nth-child(2n) {
		margin: 0;
		align-items: flex-start;
	}
	.info:nth-child(2n) .box:last-child {
		order: 2;
	}
	.info:nth-child(2n) .box:first-child {
		order: 1;
	}
	.info .box .porta-img {
		width: 75%;
		padding:0 0 150%;
		margin: 0;
	}

	.porta-servicios .servicio {
		width: 100%;
		flex-wrap: wrap;
	}
	.porta-servicios .servicio .box {
		width: 100%;
	}
	.porta-servicios .servicio .box img {
		width: calc(100% - 60px);
		margin: 0 30px -48px;
	}
	
	.porta-preguntas {
		width: calc(100% - 30px);
	}

	.porta-logos {
		margin: 0 auto 36px;
	}
	.porta-logos div {
		width: calc(100% - 30px);
		flex-wrap: wrap;
	}
	.porta-logos div img {
		width: calc(50% - 9px);
		margin: 15px 0;
	}

	.porta-biografia {
		flex-wrap: wrap;
	}
	.porta-biografia .box {
		width: 100%;
	}
	
	.porta-links {
		width: 100%;
		text-align: center;
	}
	.porta-links button {
		margin: 0 12px 0 0;
	}
	.porta-links button:nth-child(3),
	.porta-links button:nth-child(4) {
		margin: 12px 12px 0 0;
	}

	.porta-consultorios {
		flex-wrap: wrap;
	}
	.porta-consultorios h1 {
		display: none;
	}
	.porta-consultorios .box {
		width: 100%;
	}
	.porta-consultorios .box:first-child {
		order: 2;
		display: flex;
		flex-wrap: wrap;
	}
	.porta-consultorios .box:last-child {
		order: 1;
	}
	.porta-consultorios .consultorio {
		width: 100%;
		padding:15px 21px;
	}
	#btn-con1 {
		order: 1;
	}
	#btn-con2 {
		order: 2;
	}
	#btn-con3 {
		order: 3;
	}
	#btn-con4 {
		order: 4;
	}
	.porta-consultorios .consultorio.active {
		box-shadow: none;
		order: 1;
	}
	.porta-consultorios iframe {
		width: 100%;
		height:270px;
		position: relative;
	}

	.formulario {
		flex-wrap: wrap;
	}
	.formulario .box {
		width: 100%;
	}
	.formulario .box img {
		width: 100%;
		margin: 0 auto;
	}

	.porta-blog {
		flex-wrap: wrap;
	}
	.porta-blog .articulo {
		width: 100%;
		margin: 0 0 39px;
	}
	.porta-blog .articulo:nth-child(1),
	.porta-blog .articulo:nth-child(2) {
		animation-delay: 0.6s;
	}
	.porta-blog .articulo:nth-child(3) {
		display: none;
	}

	.vermas {
		width: 100%;
		margin: 39px auto;
	}
	
	#mensaje {
		padding: 90px 0 48px;
	}
	#mensaje div {
		width: calc(100% - 30px);
	}
	
	.no-index {
		padding-top: 48px;
	}
	.no-index .info {
		flex-wrap: wrap;
	}
	.no-index .info .box {
		width: 100% !important;
	}
	.info .box img.img-blog {
		width: 100%;
		margin: -24px 0;
	}
	
	footer {
		padding: 42px 0 18px;
	}
	footer .inter {
		width: calc(100% - 30px);
		flex-wrap: wrap;
	}
	footer .inter .box {
		width: 100%;
		margin: 0 0 15px;
	}
	
}

