/*!
Theme Name: rockyweb
Theme URI: http://rockyweb.cl/
Author: rocky web
Author URI: http://rockyweb.cl/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rockyweb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

rockyweb is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body, html{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
	color:rgba(0,0,0,.87);
	padding:0;
	margin:0;
}
h1{font-size: 24px;font-weight: 600;color: #181b3e;}
h2{font-size: 22px;font-weight: 600;color: #181b3e;}
h3{font-size: 20px;font-weight: 600;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
p{font-size: 16px;}
a{color:#fff;}
a:hover{color:#e15616;text-decoration: none;}
img, iframe{max-width: 100%;}
.cabecera{
	background-image: url('assets/img/bg_top.png');
	padding: 0;
    background-repeat: no-repeat;
    background-position: center left;
    height: 200px;
    display: flex;
}
.info-header {
	align-items: center;
    display: flex;
    justify-content: center;
    height: 122px;
    max-width: 100%;
}
.info-header h3 {
    margin: 10px 20px;
    font-size: 30px;
}
.info-header h3 span {
	color: #ff6e05;
    font-size: 37px;
}
.text-home{
    text-align: center;
}
section{
	padding-top:60px;
	padding-bottom:60px;
	overflow: hidden;
}
.separator {
    display: block;
    width: 200px;
    border-top:4px solid #e15616;
    margin:0 auto;
}
@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.1); }
    to { transform: none; }
}
.corazon {
    box-shadow: -2px 0 8px #ddd,0px 0px  0 #450505;
    animation: latidos .5s infinite;
    position: fixed;
    top:30px;
    right:30px;
    z-index: 12;
    color:#fff;
}
.upButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 12;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.upButton-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.modal-dialog-modald7 {
    /*max-width: 400px;*/
}
.modald7 {
    border-radius: 0;
}
.modald7 > .modal-header {
    max-height: 1px;
    padding: 0;
}
.modald7 > .modal-header > .close{
    position: absolute;
    right: -12px;
    top: -20px;
    color:#fff;
    opacity: 0.65;
}
.modald7 > .modal-header > .close:hover {
    color:#fff;
    opacity: 1;
}
.modald7 .modal-body {
    padding:20px 30px;
}
.modald7 .modal-body .card-img-top {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    border-bottom: 6px solid #e15616;
}
.modald7 .modal-body .card-img-top-servicio {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    height: 195px;
    border-bottom: 6px solid #e15616;
}
.modald7 .modal-footer {
    border:none;
}
.modald7 .modal-footer .btn-info {
    border-radius: 0;
}
.modald7 h2 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
    height: 40px;
    text-align: center;
    margin: 0;
}
.modald7 h3 {
    color: #e15616;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}
.modald7 p {
    font-size: 14px;
    text-align: center;
}
.modald7 ul {
    padding: 0;
    list-style: none;
}
.modald7 ul li {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
}
.cabecera .top-info__block {
    padding: 5px;
}
.top-info__block ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.top-info__block ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.top-info__block li i {
    color: #e15616;
    font-size: 20px;
    height: 30px;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 46%;
    width: 30px;
}
.top-info__block p {
    color:#fff;
    margin-right: 0;
    padding-left: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 1.54;
    font-weight: 300;
    margin-bottom: 0;
}
.top-info__block p span {
    display: block;
    font-size: 12px;
}

.modald7 ul li:hover {
    color:#e15616;
}
.custom-logo{
	width: 400px;
    max-width: 100%;
    height: auto;
}
#banner {
	position: relative;
	background-color: #f3f6f8;
}
#banner .container {

}
.header-content{
	position: absolute;
    bottom: 150px;
    left: 0;
}
.header-content .title{
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 120px;
    font-size: 7.5rem;
    font-family: Arial, Helvetica, "pragmatica", sans-serif;
    font-weight: 700;
    color: #FFF;
    line-height: 100%;
    margin-top: 0 !important;
}
.header-content .subtitle{
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 24px;
    font-size: 1.5rem;
    font-style: italic;
    font-family: Arial, Helvetica, "pragmatica", sans-serif;
    font-weight: 200;
    text-align: left;
    color: #FFF;
    line-height: 100%;
    text-align: center;
}
#bgvid {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    }
.bg_secundary {
	background-color: #f3f6f8;
}
.bg_blue {
	background-color: #e15616;
}
.content-servicios{
	background-color:#ebebeb;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom:10px;
	position: relative;
	height: 330px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
}
.content-servicios a {
	padding-top: 6px;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff391d;
    font-size: 40px;
    color: #fff;
    text-align: center;
    bottom: 70px;
    left: 50%;
    margin-left: -40px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.hometitle{
	margin-bottom: 20px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding: 10px;
    color: #e15616;
}
.content-servicios a:hover {
	box-shadow: 0 0 0 5px rgba(0,0,0,.15);
}
.content-servicios p {
	color:#333;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.img-servicios {
	width: 100%;
	height: 245px;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.entry-title{
	text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 500;
}
.mapa{
	background-color:#f3f6f8;
}
footer{
	background-color:#222222;
	padding:40px 0;
}
footer p, footer h3 {
	color:#fff;
}
footer h3 {
	font-size: 20px;
}
footer p {
	font-size: 14px;
    text-align: center;
}
footer a {
    color:#fff;
}
.container-post{
	min-height: 350px;
	padding:40px 0;
}
.padding-20{
	padding:20px;
}
.slogan-olazo{
	position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    background-image: url(assets/img/bg_slogan.jpg);
    background-position: center;
    background-size: cover;
    background-color: rgba(255, 57, 29, 1);
    height: 300px;
}
.slogan-olazo h2 {
	color:#fff;
}

.content-category{
	position: relative;
	margin-bottom: 30px;
	    border: 1px solid #e3e3e3;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content-category:hover {
	border-color: #e15616;
}
.content-category:hover .content-category-text {
	background-color: #e15616;
}
.content-category:hover h3, .content-category:hover p {
	color:#fff;
}
.content-category:hover .category-link {
	opacity: 1;
}
.content-category:hover .category-link li {
	opacity: 1;
    -ms-animation-name: slideup;
    -ms-animation-duration: 0.4s;
    -moz-animation-name: slideup;
    -moz-animation-duration: 0.4s;
    -webkit-animation-name: slideup;
    -webkit-animation-duration: 0.4s;
}
.content-category:hover .category-link a {
	background: #e15616;
}
.category-pik {
	position: relative;
}
.content-category .category-link {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    opacity: 0;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.content-category .category-link ul {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -28px;
    text-align: center;
    font-size: 0;
    padding-left: 0 !important;
}
.content-category .category-link li {
	position: relative;
    display: inline-block;
    margin: 0 8px;
    opacity: 0;
    -o-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}
.content-category .category-link a {
	display: block;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background-color: #e15616;
}
.img-category{
	min-width: 100%;
	width: 100%;
}
#clientes {
    background-color: #fff;
    background-image: url('assets/img/bg_client.jpg');
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-category-text{
    min-height: 114px;
	background-color: #fff;
    padding: 5px;
    border-bottom:6px solid #e15616;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content-category-text h3 {
	font-size: 16px;
	padding-top:10px;
	font-weight: 400;
    color:#e15616;
    height: 40px;
    text-align: center;
    margin:0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content-category-text p {
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.box-galerry {
padding: 0;	
position: relative;
}
.box-galerry .category-link ul {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -28px;
    text-align: center;
    font-size: 0;
    padding-left: 0 !important;
}
.box-galerry .category-link li {
	position: relative;
    display: inline-block;
    margin: 0 8px;
    opacity: 0;
    -o-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}
.box-galerry .category-link a {
	display: block;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background-color: #e15616;
}

.servicios-icon {
    position: relative;
    transition: all 300ms ease-in-out;
    display: block;
}
.servicios-icon img {
    transition: all 300ms ease-in-out;
}
.servicios-icon:hover img{
    transform: scale(1.08);
}
.servicios-icon .content-text {
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 12;
    overflow: hidden;
    bottom: 0px;
    left: 0;
}
.servicios-icon .content-text .box {
    background-color: rgba(0, 198, 210, 0.8);
    align-items: center;
    display: flex;
    position: relative;
    padding: 5px;
}
.servicios-icon span {
	width: 3rem !important;
    height: 3rem !important;
    margin-right: 0.5rem;
    stroke-width: 2 !important;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center center;
    transition: all 300ms ease-in-out;
}
.servicios-icon h3 {
    display: inline;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.servicios-icon p {
	font-size: 11px;
	text-align: center;
}

.home-list {
	position: relative;
    float: left;
    font-weight: 800;
    color: #e15616;
    font-size: 18px;
}
.home-list span {
	float: left;
}
.home-list span img {
	width: 60px;
}
.box-count h2{
    color:#fff;
    font-weight: 700;
    text-align: center;
    font-size: 60px
}
.box-count span {

}
.box-count h3 {
    color:#fff;
    text-align: center;
    font-weight: 400;
}
/** BANNER SLIDER CSS ***/
.skyblue {
	/*background-image: url(img/carousel1.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.deepskyblue {
	/*background-image: url(img/carousel2.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.darkerskyblue {
	/*background-image: url(img/carousel3.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
    height: 600px;
    width: 100%;
}
.carousel .item .banner-img {
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.galery-home {
    width: 100%;
    height: 300px;
    display: flex;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.galery-home img {
    min-width: 100%;
    min-height: 100%;
}
.galery-home span {
    position: absolute;
    z-index: 15;
    background: rgba(0,0,0,.6);
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    left: -100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.galery-home:hover span {
    left: 0;
}
.carousel-caption {
	bottom:200px;
    text-align: left;
    text-shadow: 1px 0px 3px rgba(0,0,0,0.6);
    font-size: 22px;
    color: #fff;
}
.carousel-caption h2 {
	font-size: 50px;
    color:#fff;
    text-align: left;
    text-shadow: 1px 0px 3px rgba(0,0,0,0.6);
}
.carousel-caption p {
    color:rgba(0, 0, 0, 0.87);
	font-size: 24px;
    text-align: left;
}
.carousel-caption h3,
.carousel-caption p,
.carousel .icon-container,
.carousel-caption button {
	/*background-color: rgba(0,0,0, .4);*/
	    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: transparent;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}
/** END BANNER SLIDER CSS **/


/**** OWL CAROUSEL ****/
.owl-carousel{
	overflow: hidden;
}
.owl-carousel .owl-item {
	background-color: #fdfdfd;
	border:#ddd;
	float: left;
	padding:5px;
}
.owl-carousel .item {
    padding: 1rem;
}
.custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    height: 160px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.owl-prev:focus , .owl-next:focus {
	outline: none;
}
.owl-prev i {
    font-size: 15px;
    color: #cecece;
}
.owl-next i {
    font-size: 15px;
    color: #cecece;
}
.owl-prev {
    left: -15px;
}
.owl-next {
    right: -15px;
}
/** TESTIMONIAL CSSS ***/
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    position: relative;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-nav  {
    display: none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
     border: none;
    background-color: transparent;
    height: 1px;
    outline:none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.img-circle {
    border-radius: 50%;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
#servicios {
    background-color: #fff;   
}
.msg-home {
    height: 600px;
    display: flex;
}
.msg-home  h2 {
    font-size: 35px !important;
    line-height: 50px;
}
.content-setvices {

}
.content-setvices .services-box {
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
}
.content-setvices .services-box.par {
    justify-content: start;
    padding-left: 20px;
}
.content-setvices .services-box.inpar {
    justify-content: end;
    padding-right:20px;
}
.content-setvices .services-box .services-txt {
    background-color: #efebed;
    border-radius: 50%;
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    margin-bottom: 20px;
    box-shadow: 0px 0px 40px 10px rgba(114, 17, 255, 0.05);
}
.content-setvices .services-box .services-txt img {
    width: 130px;
    margin: 0 auto;
    height: 130px;
    max-width: 100%;
}
.content-setvices .services-box .service-content {
    padding: 5px;
    position: relative;
    width: 100%;
}
.content-setvices .services-box .service-content p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.shadow-effect {
    background: #fff;
    cursor: pointer;
    padding: 20px;
    border-radius: 0;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #e15616;
    padding: 9px 35px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #e15616;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #e15616;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.clientes-content{
	padding: 15px;
	border-radius: 4px;
	border:1px solid #fefefe;
	background-color: #fff;
	height: 150px;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(0,0,0,.15), 0 2px 3px rgba(0,0,0,.2);
}
.clientes-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 118px;
	width: 100%;
}
.imagempresa img {
	max-width: 300px !important;
	display: block !important;
	margin: auto !important;
}

.top-bar{
	position: absolute;
	bottom:0;
	right: 0;
}
.vabar-pre-fixed {
    overflow: hidden;
    height: 0;
}
.vabar-fixed {
    position: fixed;
    top: 0;
    height: auto;
    background-color: #fafafa;
}
.navbar {
    width: 100%;
	padding: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}
.navbar-nav {

}
.navbar-nav li .nav-link {
	color:#fff;
	transition: .3s;
	font-size: 16px;
	text-transform: initial;
    text-decoration: none;
    font-weight: 400;
    padding:20px !important;
}
.navbar-nav .active .nav-link {
	color:#e15616;
}
.navbar-nav li .nav-link:hover {
	color:#e15616;
}
.navbar-toggler{
	border:1px solid #1E5D93;
	color:#1E5D93;
}
.navbar-toggler:focus {
	outline: none;
}
.menu-menu-sub-top-container .nav-link {
	padding:8px 30px !important;
	transition: .3s;
	font-weight: 500;
}
.menu-menu-sub-top-container .active .nav-link {
	color:#181b3e;
}
.menu-menu-sub-top-container .nav-link:hover {
	color:#fdc300;
}
.section-carousel {
    background: linear-gradient(to top, #e15616 30%, rgba(255,255,255,0) 30%);
}
#carousel-trabajos {

}
#carousel-trabajos .owl-item {
    padding: 0 10px;
    background-color: transparent;
}
#carousel-trabajos .item {
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #e15616;
}
#carousel-trabajos .item .carousel-img {
    width: 100%;
    height: 450px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carousel-trabajos .item .carousel-txt {
    position: absolute;
    z-index: 15;
    background: rgba(0,0,0,.6);
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    left: -100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
#carousel-trabajos .item:hover .carousel-txt {
    left: 0;
}
#carousel-trabajos .item .carousel-txt h3 {
    color:#fff;
    font-weight: 400;
}
#carousel-trabajos .item .carousel-txt img {
    width: 50px;
}
#carousel-trabajos .owl-dots {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
#carousel-trabajos .owl-dots button {
    height: 15px;
    background-color: rgba(255,255,255,.5);
    width: 15px;
    margin: 0 5px;
}
#carousel-trabajos .owl-dots button.active {
    background-color: rgba(255,255,255,1);
}
#list-clientes {

}
#list-clientes .content-client {
    position: relative;
    padding: 5px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    margin: 20px 0;
}
#list-clientes .content-client:hover {
    box-shadow: 0 3px 14px rgba(0,0,0,.12), 0 8px 10px rgba(0,0,0,.14), 0 5px 5px rgba(0,0,0,.002);
}
#list-clientes .content-img {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    height: 100px;
    position: relative;
    align-items: center;
    padding:20px;
}
#list-clientes .content-img img {
    position: absolute;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}
#list-clientes .content-txt {
    padding:15px 30px;
}
#list-clientes .content-txt p {

}
.content-reserver {
	position: absolute;
    z-index: 12;
    max-width: 100%;
    width: 100%;
    bottom: 0px;
}
.content-reserver  h3 {
	font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 40px 10px 40px;
    margin: 0;
    border-radius: 17px 17px 0 0;
    background-color: #f3f6f8;
}
.reserved {
	background-color: #e15616;
	padding:20px 20px 17px 20px;
	overflow: hidden;
}
.reserved .ajax-loader {
    display: none;
}
.reserved .widget {
    padding:0;
}
.reserved .ajax-loader {
    display: none;
}
.reserved div.wpcf7-response-output {
    position: relative;
    padding: .75rem 1.25rem;
    margin:0;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.reserved div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.reserved div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.reserved .form-control {
}
.card-medic {
	border:10px solid #f1f1f1;
	padding:25px;
}
.card-medic .card-body {
	padding:15px;
}
.card-medic h5 {
	margin: 0;
    font-weight: 600;
    font-size: 17px;
}
.card-medic p {
	font-size: 14px;
}
.card-medic ul {

}
.card-medic ul li {
    padding: 10px;
    font-size: 13px;
    border-color: #e15616;
}
.card-medic ul li i {
	color:#e15616;
	margin-right: 10px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:active:hover, .btn-default:active:focus {
	color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333;
}
.list-social-networks {
    background-color: transparent;
    list-style: none;
    padding: 0;
}
.list-social-networks li {
    padding: 5px;
    float: left;
}
.list-social-networks li img {
    max-width: 100%;
    width: 50px;
    opacity: 0.7;
}
.list-social-networks li img:hover {
    opacity: 1;
}
footer .widget {
    padding:0;
}
.credit {
    background-color: #141618;
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    overflow: hidden;
}
.credit p, .credit .nav-link {
    color: #fff;
    margin: 0;
    font-size: 12px;
}
.credit .nav-link {
    padding: 0 1rem;
}
.link-logo-desk {
    justify-content: end;
    display: flex;
    width: 100%;
}
.link-logo-mobile {
    margin: 10px auto;
    justify-content: center;
    display: none;
}
.wp-block-image img {
    width: 300px;
}
div.wpcf7-mail-sent-ok {
  background-color: #cfe2ff;
  color: #052c65;
  border: 2px solid #9ec5fe;
  display: inline-block !important;
  padding: 1rem;
}

div.wpcf7-validation-errors {
    color:#58151c;
  background-color: #f8d7da;
  border: 2px solid #f1aeb5;
  display: inline-block !important;
  padding: 1rem;
}

div.wpcf7-mail-sent-ng {
  background-color: #cff4fc;
  color: #055160;
  border: 2px solid #9eeaf9;
  display: inline-block !important;
  padding: 1rem;
}

div.wpcf7-spam-blockedn {
  background-color: #fff3cd;
  color: #664d03;
  border: 2px solid #ffe69c;
  display: inline-block !important;
  padding: 1rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #fff3cd;
  color: #664d03;
  border: 2px solid #ffe69c;
  display: inline-block !important;
  padding: 1rem;
}
/*** ************/

@media (min-width: 1450px){
	.container {
        max-width: 1400px;
    }
}
@media only screen and (max-width: 767px) {
    #clientes {
        height: auto;
        background-position: bottom;
    }
    .carousel .item {
        height: auto;
    }
    .box-count h2 {
        font-size: 40px;
    }
    .msg-home {
        height: 400px;
    }
    .msg-home h2 {
        line-height: 40px;
        font-size: 35px;
    }
    .home-politic img {
        display: none !important;
    }
    .box-count h2 {
        font-size: 40px;
    }
    .link-logo-desk {
        display: none;
    }
    .link-logo-mobile {
        display: flex;
    }
    #bs-example-navbar-collapse-1 {
        position: relative;
    }
    #bs-example-navbar-collapse-1 .navbar-nav {
        position: absolute;
        z-index: 15;
        left: 0;
        top: 10px;
        width: 100%;
        background-color: #fff;
    }
    .carousel-caption {
        font-size: 17px;
    }
    .galery-home {
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .home-desc-items {
        padding: 0;
    }
}

@media only screen and (max-width: 680px) {
	body, html {
		font-size: 12px;
	}
	h1{font-size: 28px !important;font-weight: 600;}
    h2{font-size: 24px !important;font-weight: 600;}
    h3{font-size: 22px !important;font-weight: 600;}
    h4{font-size: 20px !important;}
    h5{font-size: 15px !important;}
    h6{font-size: 12px !important;}
    p{font-size: 14px !important;}
    .custom-logo-link img {
    	display:block;
        margin:auto;
    }
    .cabecera .text-right {
        text-align: center !important;
    }
    nav .navbar {
        padding:10px 5px;
    }
    #banner {
        height: auto;
    }
    .text-home{
        text-align: center;
    }
    .top-info__block ul li {
        display: block;
    }
    #carousel-example-generic .carousel-inner .item {
        height: auto;
        min-height: auto;
    }
    #carousel-example-generic .carousel-inner .item .carousel-caption {
        bottom:35px;
    }
    .card-medic {
        margin-bottom:10px;
    }
    .galery-home {
        height: 200px;
    }
}