/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,900');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(owl.carousel.min.css);
@import url(flaticon.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
	color: #666666;
	font-size: 15px;
	font-family: 'Catamaran', sans-serif;
	line-height: 1.80857;
}


a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 120% !important;
	color: #1f1f1f;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none !important;
	opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}

a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

ul,
li,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

button:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #12557f;
	opacity: 1;
}


/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11000;
	position: fixed;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.loader {
	display: inline-flex;
	flex-wrap: wrap;
	width: 258px;
	height: 229px;
}





#scroll-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	font-size: 34px;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	background: #5c8abb;
	color: #ffffff;
	padding: 0;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.main-top {
	background: #4d82bc;
	align-items: center center;
	justify-content: center;
}

.main-top .right-top {
	margin: 8px;
	border-radius: 8px;

}

.main-top .right-top a {
	margin: 8px;
	border-radius: 8px;
	justify-content: center;
}

.main-top .wel-nots p {
	justify-content: center center;
	align-items: center;
	text-align: center;
	padding-top: 25px;
	font-size: 20px;
}

.left-top a {
	display: inline-block;
	color: #ffffff;
	float: left;
	font-size: 14px;
	border-radius: 8px;
	margin: 15px 0 5px 5px;
	justify-content: center;

}

.new-btn-d {
	padding: 12px 30px;
	margin: 5px;
	font-weight: 400;
	background: none;

	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border-radius: 3px;
	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
	z-index: 9;
	text-transform: uppercase;
}

.new-btn-d::before,
.new-btn-d::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 100%;
	z-index: -9;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.new-btn-d:hover::before,
.new-btn-d:hover::after {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.new-btn-d::before {
	background: rgba(243, 245, 238, 0.4);
}

.new-btn-d::after {
	background: #15375c;
}

.new-btn-d:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.new-btn-d.br-2 {
	border: 2px solid #ffffff;
}

.mail-b {
	float: left;
}

.mail-b a {

	font-size: 14px;
	color: #ffffff;
	padding: 12px 30px;
	border: 2px solid #ffffff;
}

.mail-b a:hover {
	background-color: #15375c;
	color: #fff;
	border: 2px solid #fff;
}

.right-top {
	float: right;
}

.right-top ul li {
	float: left;
}

.right-top ul li a {
	font-size: 27px;
	display: inline-block;
	color: #ffffff;
	padding: 0px 20px;
	border: 2px solid #ffffff;
}

.right-top .facebook a:hover {
	background: #0479f7;
	color: #ffffff;
}

.right-top .wa a:hover {
	background: #0fcc08;
	color: #ffffff;
}

.wel-nots {
	float: right;
	margin-left: 20px;
}

.wel-nots p {
	font-size: 16px;
	color: #ffffff;
	padding: 12px 0px;
	margin: 0px;
}


.top-header .navbar {
	padding: 5px 0px;
}

.top-header {
	background: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
}

.top-header .navbar .navbar-collapse ul li a {
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	font-weight: 500;
}



.top-header .navbar .navbar-collapse ul li a.active {
	background: #15375c;
	color: #ffffff;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.top-header .navbar .navbar-collapse ul li a.active::after {
	width: 20px;
	height: 20px;
	content: "";
	float: left;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/menu-arrow.png) no-repeat center;
	border-radius: 10px;
	transition: ease all 0.3s;
	transform: translateY(0%) rotate(140deg);
	-webkit-transform: translateY(0%) rotate(140deg);
	-o-transform: translateY(0%) rotate(140deg);
	-ms-transform: translateY(0%) rotate(140deg);
	-moz-transform: translateY(0%) rotate(140deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.top-header .navbar .navbar-collapse ul li a:hover {
	background: #15375c;
	color: rgb(251, 250, 250);
	border-radius: 25px;
}


.top-header.fixed-menu {
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(65, 64, 64, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff;
	z-index: 20;
}

.navbar-toggler {
	border: 1px solid #0A9C9C;
	border-radius: 0;
	margin: 16px 15px;
	padding: 10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span {
	background: #333333;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
	margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span+span {
	margin-top: 5px;
}

.navbar-toggler:hover {
	border-radius: 3px;
	border: 1px solid #00cb86;
}

.navbar-toggler:hover span {
	background: #00cb86;
	border-radius: 3px;
}


/*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/

.home-slider {
	position: relative;
	height: 100%;
}

.lbox-caption {
	display: table;
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

.lbox-details {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before {
	content: "";
	background: rgba(0, 0, 0, 0.366);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1 {
	font-size: 54px;
	font-family: 'Catamaran', sans-serif;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.lbox-details h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}

.lbox-details p {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details p strong {
	color: #00cb86;
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}

.lbox-details a.btn {
	background: #0850a7;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
	border-radius: 0px;
	border: 2px solid #ffffff;
	position: relative;
	display: inline-block;
	z-index: 3;
}

.lbox-details a.btn:hover {
	background: #C3A52B;
	color: #ffffff;
}
.about-m video {
    width: 100%;         /* ocupa todo el ancho disponible */
    height: 450px;        /* fuerza a ocupar la altura del contenedor */
    object-fit: cover;   /* recorta el video para que no tenga bordes negros */
    border-radius: 10px; /* opcional */
    display: block;
}



/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #00cb86;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}


.about-box {
	padding: 70px 0px;
}

.title-box {
	text-align: center;
	margin-bottom: 30px;
}

.title-box h2 {
	font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	color: #222222;
	font-weight: 500;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.title-box h2::after {
	content: "";
	position: absolute;
	background: url(../images/tag-line.png)no-repeat center;
	width: 120px;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title-box h2 span {
	color: #00cb86;
	text-decoration: underline;
}

.about-main-info h2 {
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}

.about-main-info h3 {
	font-size: 25px;
	font-weight: bold;

	font-family: 'Catamaran', sans-serif;
}

.about-main-info p {
	text-align: justify;
}

.about-main-info h2 span {
	color: #00cb86;
	text-decoration: underline;
}

.about-main-info {
	margin-bottom: 30px;
}

.about-m {
	border: 2px solid #ffffff;
	/*COLOR BORDE ABOUT IMG*/
	box-shadow: 0 10px 25px 0 rgba(0, 0, 40, .2);
}

.about-m ul#banner {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
}

.about-m ul#banner li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.about-m ul#banner li img {
	visibility: hidden;
	width: 100%;
}

.about-m ul#banner li canvas {
	position: absolute;
	top: 0;
	left: 0;
}


.about-img {
	padding: 30px 0px;
}

.about-img img {
	border-radius: 10px;
}

.about-m ul {
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.about-m ul li {
	display: inline-block;
	text-align: center;
}

.about-m ul li a {
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li :hover {
	background: #333333;
	color: #ffffff;
}

.about-main-info h2 {
	font-size: 32px;
	color: #333333;
	font-weight: 500;
}

.about-main-info a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #528780;
	display: inline-block;
	line-height: 24px;
}

.about-main-info a.new-btn-d.br-2 {
	border: 2px solid #528780;
}

.about-main-info a.new-btn-d::before {
	background: rgba(18, 85, 127, 0.2);
}

.about-main-info a:hover {
	color: #f7f1f1;
}

.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-radial-out::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333333;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before,
.hvr-radial-out:focus::before,
.hvr-radial-out:active::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

@media (max-width: 480px) {
	.about-m ul#banner {
		display: none;
	}

	.about-m ul#banner li {
		display: none;
	}

	.col-sm-12 .about-m {
		display: none;
	}

}

@media (max-width: 768px) {
	.about-m ul#banner {
		position: relative;
		width: 100%;
		height: 290px;
		overflow: hidden;
		margin: 0 auto;
	}
}


/*------------------------------------------------------------------
    Services
-------------------------------------------------------------------*/

.services-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.serviceBox {
	padding: 35px 20px 25px;
	border: 1px solid #0b3da2;
	text-align: center;
	position: relative;
	transition: all 0.8s ease-in-out 0s;
	margin-right: 10PX;
}

.serviceBox:hover {
	border-color: #c29b0d;
}

.serviceBox:before {
	content: "";
	border-top: 20px solid #c29b0d;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 7px;
	right: 7px;
	transition: all 0.3s ease 0s;
}

.serviceBox:hover:before {
	border-top-color: #c29b0d;
}

.serviceBox .service-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	color: #080808;
	margin-bottom: 35px;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon {
	color: #fff;
}

.serviceBox .service-icon:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 3px;
	border: 1px solid #c29b0d;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon:before {
	border-color: #c29b0d;
	background: #c29b0d;
}

.serviceBox .title {
	font-size: 20px;
	font-weight: 700;
	color: #064774;
	text-transform: capitalize;
	margin: 0 0 15px 0;
	padding: 0;
}

.serviceBox .description {
	font-size: 15px;
	color: #999;
	line-height: 27px;
	margin: 0 0 10px 0;
}

@media only screen and (max-width:990px) {
	.serviceBox {
		margin-bottom: 30px;
	}
}

.serviceBox a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
}

.serviceBox a.new-btn-d.br-2 {
	border: 2px solid #12557f;
}

.serviceBox a:hover {
	color: #ffffff;
}

.serviceBox a.new-btn-d::before {
	background: rgba(18, 85, 127, 0.2);
}

.services-box .owl-carousel {
	text-align: center;
}

.services-box .owl-carousel .owl-nav {
	display: inline-block;
	margin: 0 auto;
	margin-top: 20px;
}

.services-box .owl-carousel .owl-nav .owl-prev {
	border: 2px solid #12557f;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}

.services-box .owl-carousel .owl-nav .owl-prev:hover {
	background: #d8a707;
	color: #ffffff;
}

.services-box .owl-carousel .owl-nav .owl-next {
	border: 2px solid #12557f;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}

.services-box .owl-carousel .owl-nav .owl-next:hover {
	background: #d8a707;
	color: #ffffff;
}

/*------------------------------------------------------------------
    Appointment
-------------------------------------------------------------------*/

.appointment-main {
	padding: 70px 0px;
	position: relative;
}

.well-block {}

.well-block .well-title h2 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 20px;
}

.well-block form .form-group .control-label {
	font-size: 16px;
}

.well-block form .form-group .form-control {
	min-height: 60px;
	min-height: 50px;
	padding: 0px 15px;
	border-radius: 0;
	color: #12557f;
	border: 1px solid #12557f;
}

.well-block form .form-group .form-control:focus {
	box-shadow: none;
}

.well-block form .form-group button {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
	cursor: pointer;
}

.well-block form .form-group button.new-btn-d.br-2 {
	border: 2px solid #12557f;
}

.well-block form .form-group button.new-btn-d::before {
	background: rgba(18, 85, 127, 0.2);
}

.feature-block .feature-title {
	font-size: 20px;
}

.well-block form .form-group button:hover {
	color: #ffffff;
}


/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box {
	padding: 70px 0px;
}

.box-gallery {
	text-align: center;
	box-shadow: 0 0 5px #6f7398;
	position: relative;
	margin-bottom: 30px;
}

.box-gallery img {
	width: 100%;
	height: auto;
}

.box-gallery .box-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.box-gallery:hover .box-content {
	background-color: #a8cf469c;
}

.box-gallery .box-content:before,
.box-gallery .box-content:after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.6s ease 0.3s;
}

.box-gallery .box-content:before {
	border-left: 2px solid #050505;
	border-top: 2px solid #050505;
	top: 19px;
	left: 19px;
}

.box-gallery .box-content:after {
	border-bottom: 2px solid #050505;
	border-right: 2px solid #050505;
	bottom: 19px;
	right: 19px;
}

.box-gallery:hover .box-content:before,
.box-gallery:hover .box-content:after {
	opacity: 1;
	transform: scale(1);
}

.box-gallery .title {
	font-size: 22px;
	color: #333333;
	margin: 0;
	position: relative;
	top: 0;
	opacity: 0;
	transition: all 1s ease 0.01s;
}

.box-gallery:hover .title {
	top: 32%;
	opacity: 1;
	transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
}

.box-gallery .title:after {
	content: "";
	width: 0;
	height: 2px;
	background: #050505;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 1s ease 0s;
}

.box-gallery:hover .title:after {
	width: 80%;
	transition: all 1s ease 0.8s;
}

.box-gallery .icon {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
	transition-delay: 0.1s;
}

.box-gallery:hover .icon {
	bottom: 32%;
	opacity: 1;
}

.box-gallery .icon li {
	display: inline-block;
}

.box-gallery .icon li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 18px;
	color: #000;
	border: 2px solid #050505;
	margin-right: 5px;
	transition: all 0.3s ease-in-out 0s;
}

.box-gallery .icon li a:hover {
	background: #04de9d;
	color: #ffffff;
}

@media only screen and (max-width:990px) {
	.box-gallery {
		margin-bottom: 30px;
	}
}




/*------------------------------------------------------------------
    Blog
-------------------------------------------------------------------*/

.blog-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.blog-inner {
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid rgb(244, 243, 243);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .5);

	height: 550px;
}

.blog-img {
	overflow: hidden;
}

.blog-img img {
	transition: all 0.9s ease 0s;
}

.blog-inner:hover .blog-img img {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}

.blog-inner a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
}


.blog-inner a.new-btn-d.br-2 {
	padding-top: 10px;
	border: 2px solid #12557f;
	margin-bottom: 20px;
}

.blog-inner a.new-btn-d::before {
	background: rgba(48, 143, 202, 0.2);
}


.blog-inner a:hover {
	color: #ffffff;
}

.blog-inner .item-meta {
	background: #080a0cd3;
}

.blog-inner .item-meta a {
	background: #12557f;
	color: #ffffff;
	display: inline-block;
	border: none;
}

.blog-inner .item-meta span {
	color: #ffffff;
	background: #609942;
	display: inline-block;
	padding: 5px;
}

.blog-inner h2 {
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
}

.blog-inner p {
	text-align: center;
	text-align: justify;
	margin: 0 5px;
}

/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/

.contact-box {
	padding: 70px 0px;
	position: relative;

}

.left-contact {
	margin-top: 60px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}


.left-contact h2 {
	font-size: 35px;
	font-weight: 750;
	padding-bottom: 30px;
	text-align: center;
}

.cont-line {
	overflow: hidden;
	margin-bottom: 30px;
	width: 33.33%;
	float: left;
}

.icon-b {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	border: 2px dotted #12557f;
	margin-right: 10px;
	color: #00cb86;
	border-radius: 50%;
}

.dit-right h4 {
	margin: 0%;
	font-size: 17px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 0;
}

.dit-right {
	padding-right: 14px;
}

.dit-right p {
	font-size: 16px;
	margin: 0px;
}

.dit-right a {
	font-size: 16px;
	color: #333333
}

.dit-right a:hover {
	color: #1894A0;
}


.submit-button .btn-common:hover {
	background-color: #528780;
}


select.form-control:not([size]):not([multiple]) {
	height: calc(45px + 2px);
}

.footer-elegante {
	background: #f1f9fc;
	color: #000000;
	padding: 60px 20px 30px;
	font-family: 'Segoe UI', sans-serif;
	border-top: 5px solid #00b894;
}

.footer-elegante .footer-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

.footer-elegante .footer-section {
	flex: 1 1 250px;
}

.footer-elegante h4 {
	color: #007BFF;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-elegante p,
.footer-elegante a {
	color: #444;
	font-size: 15px;
	text-decoration: none;
}

.footer-elegante a:hover {
	text-decoration: underline;
	color: #00b894;
}

.footer-elegante ul {
	list-style: none;
	padding: 0;
}

.footer-elegante ul li {
	margin-bottom: 10px;
}

.redes-sociales {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.social-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 15px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	color: white;
	transition: all 0.3s ease;
	text-decoration: none;
}

.social-btn i {
	margin-right: 10px;
	font-size: 16px;
}

.social-btn.fb {
	background-color: #3b5998;
}

.social-btn.ig {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-btn.wa {
	background-color: #25D366;
}

.social-btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.footer-copy {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color: #777;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}



@media only screen and (max-width: 558px) {
	.contact-box {
		margin: 0%;
		padding: 45px 0 0 0;

	}

	.left-contact {
		display: flex;
		flex-wrap: initial;
		flex-direction: column;
		margin: 5px 5px 5px 5px;
		width: 500px;
		text-align: center center;
		justify-items: center;

	}

	.icon-b {
		display: none;

	}

	.dit-right h4 {
		margin: 0%;
		font-size: 17px;
		color: #000000;
		font-weight: 600;
		padding-bottom: 0;
	}

	.dit-right a {
		font-size: 16px;
		color: #135bd6;
		text-decoration: double;
		text-decoration-line: underline;

	}
}


/*************PARTE DE OTRAS SECCIONES*****************/
button {
	margin-top: 18px;
	font-size: 1.25em;
	font-weight: bold;
	padding: 10px 30px;
	border-radius: 6px;
	border: 1px solid rgba(61, 60, 60, 0.8);
	box-shadow: 2px 2px 10px rgb(169, 166, 166);

	background-color: transparent
		/*COLOR BOTONES*/
	;
	text-decoration: underline rgb(255, 251, 251);


}

button:hover {

	background-color: #ffffff;

}





#nuestros-programas {
	background-color: rgb(255, 255, 255);
	color: rgb(236, 230, 230);
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: bold;
	justify-content: center;


}

#nuestros-programas .title-box {
	margin: 0%;

}

#nuestros-programas .title-box h2 {
	font-size: xx-large;
	font-weight: 500;
	font-variant: initial;

}

#nuestros-programas .container1 {
	padding: 60px 15px;
	justify-items: center;
	align-items: center;

}

#nuestros-programas h3 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: rgb(31, 29, 29);
	border-color: #ffff;


}

#nuestros-programas .carta h4 {

	font-size: 1.2em;
	padding-left: 25px;
	text-align: center;
	justify-content: center;
	color: #0b3da2;

}

#nuestros-programas p {
	display: flex;
	text-align: justify;
	text-transform: capitalize;
	color: rgb(26, 89, 189);
	justify-content: center;
	font-weight: bold;
	margin: 15px;
}

#nuestros-programas .carta {
	background-position: center;
	padding: 50px 0px;
	margin: 25px;
	border-radius: 69px;
	background: #ffffff;
	box-shadow: inset -12px -12px 24px #ffffff,
		inset 12px 12px 24px #ffffff;
	transition: color 0.9s ease-in-out;

}




#caracteristicas .container {
	text-align: center;
	padding: 250px 12px;
}

#caracteristicas li {
	margin: 16px 0px;
	font-weight: bold;
}



@media (min-width: 886px) {




	#nuestros-programas .programas {
		display: flex;
		justify-content: center;
		text-align: center;
		height: 460px;




	}

	#nuestros-programas .programas .carta1 p {
		justify-content: center;
		display: block;
		margin: 0%;
		padding: 0;


	}

	#nuestros-programas p {

		display: block;
		margin-bottom: 30px;
		padding-top: 50px;
		text-align: center;
		color: rgb(45, 43, 43);
		font-size: 1.4em;

	}

	#nuestros-programas .carta {


		max-width: 490px;

	}


	#nuestros-programas h2 {
		font-size: 4em;
	}

	#nuestros-programas h4 {
		padding-top: 25px;
		align-items: baseline;
		text-align: start;
		position: relative;
	}

	#nuestros-programas .carta a {
		color: rgb(68, 64, 64);
	}

	#nuestros-programas h3 {
		border-radius: 15px;
		border: 1px #fffefe52 solid;
		margin-top: 0;
		background: linear-gradient(#ffffff, #ffffff);
		text-decoration: overline #0850a7;
	}

	#nuestros-programas .carta {
		padding: 50px;
		background-size: 100% 150px;
		background-repeat: no-repeat;
		background-position-y: 0;
		box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
		animation-name: color;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-duration: 10s;
		animation-direction: alternate;
	}



	#caracteristicas {
		background-image: url("media/background-2.jpeg");
		background-repeat: no-repeat;
		background-size: 500px 400px;
		background-position: calc(100vw - 500px) 120px;
	}

	#caracteristicas .container {
		text-align: initial;
	}

	#caracteristicas ul {
		margin-left: 100px;
	}


	@media (min-width: 1200px) {
		#caracteristicas {
			background-position-x: calc(100vw - 800px);
		}
	}

}

/* SECCION DE BLOG*/

.color-acento {
	color: #C5A131;
	font-weight: bold;
}

#somos-proya .container {

	padding: 50px 12px;
	text-align: justify;


}


#somos-proya .container1 {

	padding: 0 12px;
	text-align: justify;
	margin: 0 5px 0 5px;
}

#somos-proya .butonblog {
	text-decoration: none;
	text-align: left;
	margin-bottom: 42px;
	background-size: cover;
	background-position: left;
	width: 35%;
	border-radius: 15px;
	box-shadow: 0 10px 9px 0px rgba(185, 122, 40, 0.6);

}

@media (min-width: 850px) {


	#somos-proya .container {
		display: flex;
		justify-content: space-evenly;
		padding-top: -150px;
	}

	#somos-proya .texto {
		width: 50%;
		max-width: 600px;
		text-align: initial;
		padding-left: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: justify;
	}

	#somos-proya .container1 {
		display: flex;
		justify-content: space-evenly;
		padding-top: -150px;
	}

	#somos-proya .textouno {
		width: 80%;
		max-width: 1400px;
		text-align: initial;
		padding-left: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: justify;
	}

	#somos-proya h2 {
		margin-top: 0px;
	}

	#somos-proya h4 {
		text-decoration: underline;
	}


	#somos-proya .img-container {
		background-image: url("../images/corazon.jpg");
		background-size: cover;
		background-position: center center;
		height: 450px;
		width: 450px;
		border-radius: 15px;
		box-shadow: 0 15px 10px 0px rgba(152, 44, 44, 0.6);
		padding-top: 50px;
		margin-top: 80px;
	}

	#somos-proya .img-container1 {
		background-image: url("../images/embarazo3.png");
		background-size: cover;
		background-position: center center;
		height: 450px;
		width: 450px;
		border-radius: 15px;
		box-shadow: 0 15px 10px 0px rgba(185, 122, 40, 0.6);
		padding-top: 25px;
		margin-top: 50px;
	}

	#somos-proya .img-container2 {
		background-image: url("../images/violenciagenero.png");
		background-size: cover;
		background-position: center center;
		height: 450px;
		width: 450px;
		border-radius: 15px;
		box-shadow: 0 15px 10px 0px rgba(185, 122, 40, 0.6);
		padding-top: 25px;
		margin-top: 50px;
	}

	#somos-proya .img-container4 {
		background-image: url("../images/muestrablog.jpg");
		background-size: cover;
		background-position: center center;
		height: 450px;
		width: 450px;
		border-radius: 15px;
		box-shadow: 0 15px 10px 0px rgba(185, 122, 40, 0.6);
		padding-top: 25px;
		margin-top: 50px;
	}

	#somos-proya .botonesblog {
		display: flex;


	}

	#somos-proya .butonblog {
		text-decoration: none;
		margin: 0 850px 0 0;

		background-size: cover;
		background-position: left;
		width: 12.5%;
		border-radius: 15px;
		box-shadow: 0 15px 15px 0px rgba(185, 122, 40, 0.6);

	}

	#somos-proya .butonblog:hover {

		background-size: cover;
		background-position: center center;
		background-color: rgba(221, 143, 41, 0.782);
		border-radius: 15px;
		box-shadow: 0 15px 15px 0px rgba(185, 122, 40, 0.6);

	}

}

@media (min-width: 1200px) {
	#caracteristicas {
		background-position-x: calc(100vw - 800px);
	}
}

table {
	background-color: white;
	text-align: left;
	border-collapse: collapse;
	width: 100%;

	margin: 25px 0 15px 0;
}

th,
td {
	padding: 20px;
}

thead {
	background-color: #246355;
	border-bottom: solid 5px #0F362D;
	color: white;
}

tr:nth-child(even) {
	background-color: #ddd;
}

tr:hover td {
	background-color: #369681;
	color: white;
}


/* Responsive para móviles */
@media (max-width: 767px) {
	.custom-footer .footer-content {
		flex-direction: column;
		align-items: center;
	}

	.custom-footer .footer-box {
		text-align: center;
	}

	.custom-footer .social-icons {
		justify-content: center;
	}

}