/*
Theme Name: Dra Castelar
Author: medsal

*/
/* Basic Style */

/*============================
 *    01. FONTS INSTALLER    *
 *===========================*/
/**
 * 1.1 Poppins
 */
/* @font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/poppins/Poppins-Regular.eot');
    src: url('fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins/Poppins-Regular.woff2') format('woff2'),
         url('fonts/poppins/Poppins-Regular.woff') format('woff'),
         url('fonts/poppins/Poppins-Regular.ttf') format('truetype'),
         url('fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('fonts/poppins/Poppins-Medium.eot');
    src: url('fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/poppins/Poppins-Medium.woff2') format('woff2'),
         url('fonts/poppins/Poppins-Medium.woff') format('woff'),
         url('fonts/poppins/Poppins-Medium.ttf') format('truetype'),
         url('fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}*/
/* 1.1.1 TRAJAN PRO */
@font-face {
    font-family: 'Merriweather Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Merriweather Sans'), url('fonts/MerriweatherSans-VariableFont_wght.ttf') format('ttf');
    }
    

    @font-face {
    font-family: 'Merriweather', serif;
    font-style: normal;
    font-weight: normal;
    src: local('Merriweather'), url('fonts/Merriweather-Regular.ttf') format('woff');
    }
/**
 * 1.2 Open Sans
 */
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/opensans/OpenSans-Regular.eot');
    src: url('fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
         url('fonts/opensans/OpenSans-Regular.woff') format('woff'),
         url('fonts/opensans/OpenSans-Regular.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/opensans/OpenSans-Bold.eot');
    src: url('fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
         url('fonts/opensans/OpenSans-Bold.woff') format('woff'),
         url('fonts/opensans/OpenSans-Bold.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



/*============================
 *        02. GENERAL        *
 *===========================*/
html,body{
	font-family: 'Merriweather Sans';
	height: 100%;
}
body{
	background: #ffffff;
}

p {
    font-family: 'Merriweather Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #878787;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button,
button:hover,
button:focus{
	text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
input,textarea,form-control,
input:hover,textarea:hover,form-control:hover,
input:focus,textarea:focus,form-control:focus{
	outline: 0 !important;
	border:none !important;
    box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   -moz-transition: none !important;
   -webkit-transition: none !important;
}
.g-recaptcha {
        display: inline-block;
    }
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
    color: inherit;
}
.lh0{
	line-height: 0;
}
.container-fluid{
	padding: 0;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
	margin:0;
}
.f-none{
	display: none !important;
}
#main-content {
	height: 100%;
    width: calc(100% - 43.3%);
    min-height: 100vh;
    transition: all 0.4s;
    top: 0;
    left: 0;
}
.main-wrapper{
	height: 100%;
}
#main-content.active {
    width: 100%;
}
.c-yellow{
	color: #d0bb79 !important;
}
.mw-100{
	max-width: 100% !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/**
 * 2.1 Social Links
 */
.social-links a{
  	text-align: center;
  	display: inline-block;
  	margin-left: 20px; /*space between*/
  	-webkit-transition:all 0.2s ease-in-out;
  	transition:all 0.2s ease-in-out;
} 
.social-links a i{
	font-size: 18px;
	line-height: 43px;
	color: #ffffff;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.social-links a:hover {
	text-decoration:none;
	box-shadow:none;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
} 
.social-links a:hover i{
  	color:#343434;
  	transition:all 0.2s ease-in-out;
}

.socials-header{
	margin-bottom: 50px;
}

/**
 * 2.3 Buttons
 */
/* 2.3.1 Button 1 */
.btn-1,.btn-1:focus{
	font-family: 'Merriweather';
    font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
    color: #523617;
    border-radius: 30px;
    width: 100%;
    max-width: 202px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    letter-spacing: 1.5px;
    display: inline-block;
	/**/
    position: relative;
    overflow: hidden;
	float: right;
	margin-top: 5%;
}
.btn-1:hover{
	color: #523617;
   	/*opacity: 0.9;*/
}

.btn-1.style3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    z-index: 9;
    right: -150px;
    display: inline-block;
    transform: skew(20deg, 0deg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-1.style3:hover:after{
	right: -110px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contactenos-hide {
	display: none;
}

.bgscheme{
	background-image: linear-gradient(120deg, #eec597 0%, #e5d2bf 60%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ir-arriba {
	z-index: 999;
	display:none;
	padding:20px;
	background:rgba(222, 169, 109, 0.8);;
	border-radius: 50px;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}


/* 2.3.2 Button 2 */
.btn-2,.btn-2:focus{
	font-family: 'Merriweather';
    font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
     color: #523617;
    border-radius: 40px;
    width: 100%;
    max-width: 210px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.btn-2:hover{
	color: #523617;
   	/*opacity: 0.9;*/
}

.btn-2.style3:after{
	content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    z-index: 9;
    right: -150px;
    display: inline-block;
    transform: skew(20deg, 0deg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-2.style3:hover:after{
	right: -110px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/**
 * 2.4 Margin & Padding & Space & Shadows
 */
.m-bot0{
	margin-bottom: 0 !important;
}
.m-bot80{
	margin-bottom: 80px;
}
.m-bot43{
	margin-bottom: 43px !important;
}
.m-bot-15{
	margin-bottom: -15px !important;
}
.m-top-15{
	margin-top: -15px !important;
}
.m-top-25{
	margin-top: -25px !important;
}

.p-bot20{
	padding-bottom: 20px !important;
}
.p-bot89{
	padding-bottom: 89px !important;
}
.cmz-top65{
	padding-top: 65px !important;
}
.cmz-top80{
	padding-top: 85px !important;
}
.cmz-top85{
	padding-top: 85px !important;
}

.shadow1{
	box-shadow: 0 5px 16px -16px #11399c;
}


/**
 * 2.5 Titles
 */
/* 2.5.1 Title1 */
.title1{
	text-align: center;
	margin-bottom: 40px;
}
.title1 h6{
	font-family: 'Merriweather';
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.title1 h2{
	font-family: 'Merriweather';
	font-size: 36px;
	color: #343434;
	line-height: 43px;
	margin-bottom: 20px;
}
/**
 * 2.6 Backgrounds
 */
/* 2.6.1 Background 1 */
.background1{
	background: #f5fafc !important;
}

/**
 * 2.7 Section Preloader
 */
#section-preloader {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	z-index: 99999999;
}
/** Animation **/
#section-preloader .boxes {
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
          transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
#section-preloader .boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#section-preloader .boxes .box:nth-child(1) {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
          animation: box1 var(--duration) linear infinite;
}
#section-preloader .boxes .box:nth-child(2) {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
          animation: box2 var(--duration) linear infinite;
}
#section-preloader .boxes .box:nth-child(3) {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
          animation: box3 var(--duration) linear infinite;
}
#section-preloader .boxes .box:nth-child(4) {
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
          animation: box4 var(--duration) linear infinite;
}
#section-preloader .boxes .box > div {
  --background: #deab70;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
          transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}
#section-preloader .boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
#section-preloader .boxes .box > div:nth-child(2) {
  --background: #eed5b7;
  --right: 0;
  --rotateY: 90deg;
}
#section-preloader .boxes .box > div:nth-child(3) {
  --background: #eed5b7;
  --rotateX: -90deg;
}
#section-preloader .boxes .box > div:nth-child(4) {
  --background: #fff;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@-webkit-keyframes box1 {
  0%,
    50% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}

@keyframes box1 {
  0%,
    50% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
}
@-webkit-keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@-webkit-keyframes box3 {
  0%,
    50% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@keyframes box3 {
  0%,
    50% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
@-webkit-keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
            transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
}
@keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
            transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
            transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
}
#section-preloader p{
    margin-left: 25px;
    color: #deab70;
}

/*=============================
 *     03. SECTION HEADER     *
 *============================*/

/**
 * 3.1 Navigation
 */
.navbar-1 {
	background-color: transparent;
    z-index: 9;
    position: absolute;
    width: 100%;
    padding: 0;
}

.navbar-1 .dropdown-menu.active {
	display: block;
}
.navbar-1 .dropdown-menu.active.show {
	display: none;
}
.navbar-1 .navbar-toggler:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.navbar-1 .offcanvas-navbar .nav-item .nav-link {
	padding: 13px 15px !important;
}
.navbar-1 .offcanvas-navbar .cart-quantity {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 13px;
}
.navbar-1 .offcanvas-navbar .dropdown-menu {
	left: auto;
	right: 0;
	width: 230px;
	padding: 0;
}
.navbar-1 .offcanvas-navbar .dropdown-menu li {
	border-bottom: 1px solid #dddddd;
	padding: 14px;
}
.navbar-1 .offcanvas-navbar .cart-image {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.navbar-1 .offcanvas-navbar .cart-content {
	float: left;
	width: calc(100% - 70px);
}
.navbar-1 .offcanvas-navbar .cart-content h6 {
	margin-bottom: 0;
}
.navbar-1 .offcanvas-navbar .dropdown-toggle::after {
	display: none;
}
.navbar-1 .price {
	font-weight: bold;
	font-size: 18px;
	color: #7AA93C;
}
.navbar-1 .product-dropdown-list li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted #dddddd;
}
.navbar-1 .product-dropdown-list li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.navbar-1 .dropdown-item {
	padding: 10px;
	border-bottom: none;
	font-family: 'Merriweather';
    /*font-size: 16px;*/
	text-transform: uppercase;
}
.navbar-1 .dropdown-item:focus, .navbar-1 .dropdown-item:hover {
	background: #ffffff;
	color: #3e74f8;
}
.navbar-1 .carousel-control-next, .navbar-1 .carousel-control-prev {
	opacity: 1;
	color: #ffffff;
}
.navbar-1 .carousel-control-next:hover, .navbar-1 .carousel-control-prev:hover {
	background-color: transparent !important;
}
.navbar-1 .carousel {
	padding-bottom: 10px;
}
.navbar-1 .dropdown-heading {
	padding-top: 10px;
}
.navbar-1 .navbar-brand {
	color: #265196;
	font-size: 24px;
	font-weight: bold;
}
.navbar-1 .product-dropdown-menu .product-heading {
	color: #265196;
	font-size: 20px;
	font-weight: 600;
}

.navbar-1 .product-dropdown-menu ul li {
	border-bottom: 1px solid #dddddd;
}

.navbar-1 .product-dropdown-menu ul li:last-child {
	border-bottom: none;
}

.navbar-1 .product-dropdown-menu ul li a {
	padding: 10px;
	display: block;
}

.navbar-1 .product-dropdown-menu ul li a:hover {
	color: #3e74f8;
}

.navbar-1 .navbar-nav .nav-item .nav-link {
	font-family: 'Merriweather';
	color: #ffffff;
	padding: 0px 19px;
    margin-top: -50px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
    display: inline-block;
}
.navbar-1 .navbar-nav .nav-item .nav-link2 {
  font-family: 'Merriweather Sans';
  color: #DB2CDB;
  padding: 35px 19px;
  font-size: 18px;
  position: relative;
    display: inline-block;
}
.navbar-1 .navbar-nav .nav-item .nav-link:before{
	content: "";
    width: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.navbar-1 .navbar-nav .nav-item .nav-link2:before{
  content: "";
    width: 0;
    height: 3px;
    background: #DB2CDB;
    position: absolute;
    bottom: 22px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar-1 .navbar-nav .nav-item .dropdown-toggle.nav-link:before,
.navbar-1 .navbar-nav .nav-item .dropdown-toggle.nav-link{
	background: transparent;
}
.navbar-1 .navbar-nav .nav-item .dropdown-toggle.nav-link2:before,
.navbar-1 .navbar-nav .nav-item .dropdown-toggle.nav-link2{
  background: transparent;
}
.navbar-1 .dropdown-item:focus, .navbar-1 .dropdown-item:hover {
    border-radius: 0;
}
.navbar-1 .navbar-nav .nav-item .nav-link:hover:before{
	width: 60%;
}
.navbar-1 .navbar-nav .nav-item .nav-link2:hover:before{
  width: 60%;
}
/* Hover Animation */
a.animated-button:link, a.animated-button:visited {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	-webkit-transition: all 1s ease;
 	-moz-transition: all 1s ease;
 	-o-transition: all 1s ease;
 	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
 	content: "";
 	position: absolute;
 	height: 0%;
 	left: 50%;
 	top: 50%;
 	width: 150%;
 	z-index: -1;
 	-webkit-transition: all 0.75s ease;
 	-moz-transition: all 0.75s ease;
 	-o-transition: all 0.75s ease;
 	transition: all 0.75s ease;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
 	color: #000000;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
 	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	-webkit-transition: all 1s ease;
 	-moz-transition: all 1s ease;
 	-o-transition: all 1s ease;
 	transition: all 1s ease;
}
/* Style 1 */
a.animated-button.style1:after {
 	background: #ffffff;
 	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
 	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
/* Style 2 */
a.animated-button.style2 {
	border: 2px solid #AEA8D3;
	color: #FFF;
}
a.animated-button.style2:after {
	border: 3px solid #AEA8D3;
	opacity: 0;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
a.animated-button.style2:hover:after {
	height: 400% !important;
	opacity: 1;
	color: #FFF;
}
/* /.Hover Animation */
.navbar-1 .dropdown-menu {
	border: none;
	background-color: #ffffff !important;
	font-size: 14px;
}

.navbar-1 .dropdown-menu .nav-item .nav-link {
	color: #1c1c1c;
	padding: 6px 0;
}

.navbar-1 .btn-1{
	margin-left: 25px;
  margin-top: -15px;
}

/**
 * 3.2 Sticky Menu
 */
#section-navbar1.sticky-menu, #section-navbar2.sticky-menu{
	background: #0d0f16;
	-webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/**
 * 3.3 Burger Menu
 */
#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    margin-left: 10px;
	margin-top: -40px;
	display: none;
}
#sidebarCollapse span{
    width: 33px;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #ffffff;
    transition: all 0.2s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
}
#sidebarCollapse span:first-of-type{
    transform: rotate(45deg) translate(3px, 3px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -2px);
}
#sidebarCollapse.active span {
	width: 27px;
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
#sidebarCollapse span:nth-of-type(3) {
    opacity: 0
}
#sidebarCollapse.active span:nth-of-type(3) {
    opacity: 1;
}
/**
 * 3.4 Section Subheader 1
 */
#section-subheader1 {
    padding: 260px 0 30px;
    background: #d8c6af;
    text-align: center;
}
#section-subheader1 h3{
	font-family: 'Merriweather';
  color:#000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
#section-subheader1 ul,
#section-subheader1 li{
	list-style: none;
	margin: 0;
	padding: 0;
  color: #fff;
}
/*#section-subheader1 li{
	display: inline-block;
}*/
#section-subheader1 li a{
	font-family: 'Merriweather';
	font-size: 14px;
	color: #58CFDB;
	letter-spacing: 3px;
	margin-right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-subheader1 li a:hover,
#section-subheader1 li.current a:hover{
	color: #58CFDB;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-subheader1 li:first-child a{
	padding-left: 30px;
}
#section-subheader1 li.current a{
	color: #58CFDB;
}
#section-subheader1 li:not(:last-child) a:after{
    content: '/';
    position: absolute;
    margin-top: 3px;
    margin-left: 13px;
    font-size: 14px;
    color: #58CFDB;
}

.burger-menu {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    z-index: 11;

}

/*============================
 *   4.1. SECTION SLIDER     *
 *===========================*/
/**
 * 4.1.1 Slider 1
 */

#section-slider1{
	height: 100%;
    width: 100%;
}
#section-slider1 .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
}
#section-slider1 .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#section-slider1 .swiper-slide .slider-image{
	height: 100%;
	width: 100%;
	position: absolute;
}
#section-slider1 .swiper-slide .slider-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#section-slider1 .swiper-slide .slider-content{
	z-index: 9;
	top: 56px;
	width: 100%;
	position: relative;
}
#section-slider1 .swiper-slide .slider-content .left h1{
	font-family: 'Merriweather';
	font-size: 48px;
	color: #000;
  font-weight: 600;
	margin-bottom: 30px;
}
#section-slider1 .swiper-slide .slider-content .left{
	height: 100%;
    transform: translateY(40%);
}
#section-slider1 .swiper-slide .slider-content .left p{
	font-family: 'Merriweather Sans';
	font-size: 18px;
	color: #000;
  font-weight: 400;
	line-height: 35px;
	margin-bottom: 35px;
}
#section-slider1 .swiper-slide .slider-content .left ul{
	margin: 0;
	padding: 0;
}
#section-slider1 .swiper-slide .slider-content .left li{
	list-style: none;
	display: inline-block;
}
#section-slider1 .swiper-slide .slider-content .left li:nth-child(2){
	margin-left: 15px;
}
#section-slider1 .swiper-slide .slider-content .right{
	text-align: right;
}
/**
 * 4.1.2 Slider 2
 */

#section-slider2{
	height: 100%;
    width: 100%;
	margin-top: -170px;
}
#section-slider2 .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
	-webkit-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
#section-slider2 .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#section-slider2 .swiper-slide .slider-image{
	height: 100%;
	width: 100%;
	position: absolute;
}
#section-slider2 .swiper-slide .slider-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#section-slider2 .swiper-slide .slider-content{
	z-index: 9;
	top: 56px;
	width: 100%;
	position: relative;
	text-align: right;
}
#section-slider2 .swiper-slide .slider-content .content h1{
	font-family: 'Merriweather';
	font-size: 44px;
	color: #000;
	margin-bottom: 25px;
}
#section-slider2 .swiper-slide .slider-content .content{
	transform: translateY(-9%);
}
#section-slider2 .swiper-slide .slider-content .content p{
	font-family: 'Merriweather Sans';
	font-size: 22px;
	color: #555556;
	line-height: 35px;
	margin-bottom: 35px;
}
#section-slider2 .swiper-slide .slider-content .content ul{
	margin: 0;
	padding: 0;
}
#section-slider2 .swiper-slide .slider-content .content li{
	list-style: none;
	display: inline-block;
}
#section-slider2 .swiper-slide .slider-content .content li:nth-child(2){
	margin-left: 15px;
}

/*=====================================
 *   4.2 SECTION GALERIA E INFORMACION  *
 *=====================================*/
#section-clients1{
	padding: 110px 0;
	text-align: center;
	background: #ffffff;
}
#section-clients1 .item img{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-clients1 .item img:hover{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*============================
 *   4.3 SECTION FEATURES   *
 *===========================*/
.features-wrap{
	/*background-image: url(assets/images/bg-features.jpg);*/
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}
.features-perfil{
  background-image: url(assets/images/features-perfil.png);
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}
#section-features1 {
    padding: 110px 0;
    margin-bottom: -45px;
    /*background-image: url(../images/bg1.png);*/
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-features1 .left {
   	position: absolute;
   	width: 287px;
    top: 50%;
    padding-left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section-features1 .left h6{
	font-family: 'Merriweather';
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#section-features1 .left h2{
	font-family: 'Merriweather';
	font-size: 36px;
	color: #58CFDB;
	line-height: 43px;
	margin-bottom: 20px;
}
#section-features1 .left ul{
	padding:0;
	margin:0;
}
#section-features1 .left ul li{
	list-style: none;
	display: inline-block;
	cursor: pointer;
}
#section-features1 .left ul li:nth-child(2){
	margin-left: 20px;
}
#section-features1 .left ul li i:before{
	font-size: 30px;
}
#section-features1 .left ul li i:hover:before{
	color: #343434;
}
#section-features1 .left ul li i:focus{
	border: none;
	outline: none;
}

#section-features1 .right {
   	margin-left: 32%;
    width: 100%;
}
#section-features1 .swiper-container {
    height: 340px;
}
#section-features1 .item{
	/*max-width: 370px;*/
	padding-top: 20px;
  padding-right: 20px;
	background: #E595DC;
	border-radius: 5px;

	box-shadow: 10px 22px 55px -40px #bfbfbf;
}

#section-features1 .item:hover{
	cursor: auto;
}
#section-features1 .item img{
	margin-bottom: 30px;
}
#section-features1 .item h3{
	font-family: 'Merriweather Sans';
	font-size: 22px;
	color: #343067;
	margin-bottom: 20px;
}
#section-features1 .item p{
	font-family: 'Merriweather Sans';
	font-size: 15px;
	color: #606877;
	line-height: 26px;
	margin-bottom: 10px;
}
/*====================================
 *  4.4 SECTION INFORMACION Y PERFIL   *
 *=====================================*/
#section-features2,
.section-features2{
	padding: 110px 0;
	-webkit-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
#section-features2 .left,
.section-features2 .left{
	text-align: center;
}
#section-features2 .right .circleicon1,
.section-features2 .right .circleicon1{
	position: absolute;
	z-index: 9999;
	top: -60px;
  left: 25px;
}
#section-features2 .left .img-container,
.section-features2 .left .img-container{
	position: relative;
	display: inline-block;
}

.section-features2 .right .img-container img{
   width: 80%;
  }

#section-features2 .right h6,
.section-features2 .right h6{
	font-family: 'Merriweather';
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}
#section-features2 .right h2,
.section-features2 .right h2{
	font-family: 'Merriweather';
	font-size: 36px;
	color: #dea96d;
	line-height: 43px;
	margin-bottom: 15px;
}
#section-features2 .right p,
.section-features2 .right p{
	font-family: 'Merriweather Sans';
	font-size: 18px;
	text-align: justify;
	color: #555556;
	line-height: 37px;
	margin-bottom: 25px;
}

/**=====v2=====*/
.section-features2v2{
  padding: 110px 0;
  background-color: rgba(216, 198, 175, 0.5);
}

.section-features2v2 .left h2{
  font-family: 'Merriweather';
  font-size: 36px;
  color: #000;

  line-height: 43px;
  margin-bottom: 15px;
}
.section-features2v2 .left p{
  font-family: 'Merriweather';
  font-size: 18px;
  text-align: justify;
  color: #5E5A5E;
  margin-bottom: 25px;
}

.section-features2v2 .right .img-container img{
   width: 80%;
   border-radius: 10px;
   padding-bottom: 5px;
  }

  
/*=============================
 *  4.5 SECTION GALERY  *
 *============================*/
#section-appscreen1{
	padding: 0px 0;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#section-appscreen1 .owl-carousel{
	overflow: hidden;
}
#section-appscreen1 .owl-carousel .owl-stage-outer {
    overflow: unset;
}
#section-appscreen1 .item{
	text-align: center;
	width: auto !important;
	
}
#section-appscreen1 .owl-item.center > div {
    -webkit-box-shadow: 0 0 50px -22px #64a0e8;
    box-shadow: 0 0 50px -22px #64a0e8;
    transition: all 0.15s ease-in-out;
}

#section-appscreen1 .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
#section-appscreen1 .owl-theme .owl-dots .owl-dot.active span {
    background: #dea96d;
    width: 10px;
    height: 10px;
    top: 1px;
    position: relative;
    
}
#section-appscreen1 .owl-theme .owl-dots .owl-dot:hover span{
	background: #9a9a9a;
}
#section-appscreen1 .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#section-appscreen1 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 45px;
    line-height: 0;
}

/*=============================
 *    4.6 SECTION SERVICES   *
 *============================*/
#section-services{
	padding: 110px 0;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#section-services ul{
	margin: 0 0 20px;
	padding:0 15px;
}
#section-services .item .label{
	font-family: 'Merriweather Sans';
	font-size: 14px;
	color: #ffffff;
	margin-left: -15px;
    margin-right: -15px;
    padding: 7px 0;
    letter-spacing: 2px;
    opacity: 0;
    transition:all 0.15s ease-in-out;
}
#section-services .item .title{
	font-family: 'Merriweather';
	font-size: 26px;
	color: #343434;
	padding: 20px 0 27px;
}
#section-services .item ul li{
	font-family: 'Merriweather Sans';
	font-size: 16px;
	padding:15px 10px;
	list-style: none;
	color: #555556;
	max-width: 290px;
    margin: 0 auto;
}
#section-services .item ul li:nth-child(odd){
	/*background: #F5F1EB;*/
}
#section-services .item{
	text-align: center;
	transition:all 0.15s ease-in-out;
}
#section-services .item.selected,
#section-services .item:hover{
	-webkit-box-shadow: 0 0 50px -22px #bfbfbf;
	box-shadow: 0 0 50px -22px #bfbfbf;
	transition:all 0.15s ease-in-out;
	padding-top: 40px;
}
#section-services .item.selected .label,
#section-services .item:hover .label{
	opacity: 1;
	transition:all 0.15s ease-in-out;
}

#section-services .item .price{
	font-family: 'Merriweather Sans';
	font-size: 60px;
	margin-bottom: 20px;
}
#section-services .item .price .currency{
	font-size: 35px;
    position: relative;
    left: 15px;
    top: -20px;
}
#section-services .item .price .duration{
	font-size: 20px;
    position: relative;
    color: #555556;
    left: -15px;
}
#section-services .item .cta{
	margin-bottom: 40px;
}


#section-services .item .btn-1{
	margin:0 auto;
}

/*=============================
 *  4.7 SECTION SERVICIOS OPCION 2 *
 *============================*/
#section-testimonial1{
    padding: 110px 0;
    overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#section-testimonial1 .title1{
	z-index: 9;
    margin-bottom: 130px;
}
#section-testimonial1 .container.testimonial1{
	position: relative;
}
#section-testimonial1 img.bg-testimonial {
    position: absolute;
    top: -195px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#section-testimonial1 .owl-carousel{
	overflow: hidden;
}
#section-testimonial1 .owl-carousel .owl-stage-outer {
    overflow: unset;
    padding-top: 40px;
    padding-bottom: 40px;
}
#section-testimonial1 .item{
	padding: 20px 40px;
	border-radius: 20px;
	position: relative;
	background: #ffffff;
}
#section-testimonial1 .owl-item > div h3,
#section-testimonial1 .owl-item > div h4,
#section-testimonial1 .owl-item > div ul,
#section-testimonial1 .owl-item > div p {
	cursor: pointer;
	opacity: 0.5;
}
#section-testimonial1 .owl-item > div img{
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	transition: all 0.2s ease-in-out;
}
#section-testimonial1 .owl-item > div p{
	color: #1f1f1f;
}
#section-testimonial1 .owl-item.center > div img,
#section-testimonial1 .owl-item.center > div h3,
#section-testimonial1 .owl-item.center > div h4,
#section-testimonial1 .owl-item.center > div ul,
#section-testimonial1 .owl-item.center > div p {
	opacity: 1;
}
#section-testimonial1 .owl-item.center > div img{
	width: 100%;
	/*transition: all 0.2s ease-in-out;*/
}
#section-testimonial1 .owl-item.center > div p{
	color: #630D8C;
}
#section-testimonial1 .owl-item {
    border-radius: 20px;
}
#section-testimonial1 .owl-item.active{
	-webkit-box-shadow: 0 22px 45px -20px rgba(20, 37, 76, 0.50);
    box-shadow: 0 22px 45px -20px rgba(20, 37, 76, 0.50);
    
}
#section-testimonial1 .item img{
	width: auto;
	border: 4px solid white;
    border-radius: 100%;
    position: relative;
    margin-top: -50px;
    margin-bottom: 10px;
    /*transition: all 0.2s ease-in-out;*/
}
#section-testimonial1 .item ul{
	margin:0;
	padding:0;
	position: absolute;
    right: 60px;
    top: 60px;
}
#section-testimonial1 .item ul li{
	list-style: none;
	display: inline-block;
}
#section-testimonial1 .item h3{
	font-family: 'Merriweather';
	font-size: 22px;
	color: #dea96d;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
#section-testimonial1 .item h4{
	font-family: 'Merriweather Sans';
	font-size: 17px;
	color: #3d2e87;
	margin-bottom: 15px;
}
#section-testimonial1 .item i{
	color: #638dea;
	font-size: 18px;
    margin: 0 2px;
}
#section-testimonial1 .item p{
	font-family: 'Merriweather Sans';
	font-size: 17px;
	color: #3f71e0;
	line-height: 31px;
	margin-bottom: 5px;
}

#section-testimonial1 .owl-theme .owl-dots .owl-dot.active span {
    background: #dea96d;
    width: 10px;
    height: 10px;
    top: 1px;
    position: relative;
    
}
#section-testimonial1 .owl-theme .owl-dots .owl-dot:hover span{
	background: #dea96d;
}
#section-testimonial1 .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#section-testimonial1 .owl-theme .owl-nav.disabled+.owl-dots {
    line-height: 0;
}

/*=============================
 *   4.8 SECTION SUSCRIPCION  *
 *============================*/
#section-subscribe1{
	padding:110px 0;
	background: #ecf2ff;
}
#section-subscribe1 .title1{
	margin-bottom: 30px;
}
#section-subscribe1 form{
	text-align: center;
}
#section-subscribe1 form input{
	font-family: 'Merriweather';
	font-size: 16px; 
    color: #555556;
	border-radius: 40px;
	width: 100%;
	max-width: 560px;
	padding: 22px 35px;
}
#section-subscribe1 .form ::-webkit-input-placeholder {
	font-family: 'Merriweather';
	font-size: 16px; 
    color: #555556;
}
#section-subscribe1 .form ::-moz-placeholder {
	font-family: 'Merriweather';
	font-size: 16px;
    color: #555556;
}
#section-subscribe1 .form :-ms-input-placeholder {
	font-family: 'Merriweather';
	font-size: 16px;
    color: #555556;
}
#section-subscribe1 .form :-moz-placeholder {
	font-family: 'Merriweather';
	font-size: 16px; 
    color: #555556;
}
#section-subscribe1 button{
	font-family: 'Merriweather';
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    border-radius: 50px;
    padding: 25px 15px;
    width: 100%;
    max-width: 195px;
    border: none;
    margin-left: -55px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}
#section-subscribe1 button:hover{
    color: #ffffff;
    /*background:#ffffff;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* After */
#section-subscribe1 button:after{
	content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    z-index: 9;
    right: -150px;
    display: inline-block;
    transform: skew(20deg, 0deg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-subscribe1 button:hover:after{
	right: -110px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*=============================
 *   4.9 SECTION PERFIL 2  *
 *============================*/
#section-download1{
	padding: 110px 0 0;
	text-align: center;
	background: #f5f1eb;
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#section-download1 h1{
	font-family: 'Merriweather';
    font-size: 56px;
    color: #343434;
    line-height: 45px;
    margin-bottom: 35px;
}
#section-download1 h2{
	font-family: 'Merriweather';
	font-size: 36px;
	color: #dea96d;
	line-height: 43px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#section-download1 h6{
	font-family: 'Merriweather';
	font-size: 18px;
	color: #555;
	line-height: 43px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#section-download1 p{
	font-family: 'Merriweather';
    font-size: 18px;
    margin-bottom: 48px;
    color: #555556;
}
#section-download1 ul{
	margin: 0;
	padding: 0;
}
#section-download1 li{
	list-style: none;
	display: inline-block;
}
#section-download1 li:nth-child(2){
	margin-left: 15px;
}

/*=============================
 *   4.10 SECTION SERVICES OPCION 3  *
 *============================*/
#section-features3{
	padding:110px 0 0;
}
#section-features3 .item{
  width: 50%;
  text-align: : center;
  column-count: 2;
  column-width: 140px;
	text-align: center;
    padding: 20px 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-features3 .item:hover{
	-webkit-box-shadow: 0 0 40px -12px #c5c5c5;
    box-shadow: 0 0 40px -12px #c5c5c5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-features3 .item img{
	margin-bottom: 37px;
  width: 100%;
}
#section-features3 .item h4{
	font-family: 'Merriweather';
    font-size: 20px;
    color: #343434;
    margin-bottom: 34px;
}
#section-features3 .item p{
	font-family: 'Merriweather';
    font-size: 16px;
    color: #555556;
    line-height: 30px;
    margin-bottom: 0;
}

/*=============================
 *  4.11 SECTION BLOG LIST 1  *
 *============================*/
#section-bloglist1{
	padding: 110px 0 110px;
}
#section-bloglist1 .titulo h2{
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 8px;
}

#section-bloglist1 .item {
    margin-bottom: 70px;
    width: 50%;
}
#section-bloglist1 .time{
	width: 60px;
    height: 60px;
    line-height: 73px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 25px;
    top: 8px;
    background: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-bloglist1 a:hover .time{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-bloglist1 .time .date{
	font-family: 'Merriweather Sans';
	font-size: 14px;
	color: #ffffff;
	line-height: 15px;
    display: inline-block;
}
#section-bloglist1 .item img{
	margin-bottom: 25px;
}

#section-bloglist1 .item h3{
	font-family: 'Merriweather';
	font-size: 18px;
	color: #343434;
	font-weight: 600;
	margin-bottom: 7px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-bloglist1 a:hover h3{
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-bloglist1 .item p{
	font-family: 'Merriweather Sans';
	font-size: 18px;
	color: #555556;
	line-height: 36px;
	margin-bottom: 8px;
}

/*============================
 *   4.12 SECTION CONTACT  *
 *===========================*/
#section-contact1{
	padding:110px 0;
  /*background-color: rgba(229, 149, 220, 0.5);*/
	-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#section-contact1 .left .form-group {
    margin-bottom: 25px;
}

#section-contact1 .left form .row:last-of-type .form-group{
    margin-bottom: 0;
}

#section-contact1 .left input,#section-contact1 .left textarea{
	font-family: 'Merriweather';
	color: #555556;
	font-size: 16px;
	/*border: 2px solid #f5fafc !important;
	border-bottom: 2px solid #e9f0f2 !important;*/
	background: #efefef;
	border-radius: 0px;
	padding: 18px 20px;
	letter-spacing: 0;
	height: 60px;
	width: 100%;
}
#section-contact1 .left input:focus, #section-contact1 .left textarea:focus{
	border: 0px solid #6b6b6b !important;
}
#section-contact1 .left textarea{
    height: 172px;
    margin-bottom: 10px;
}
#section-contact1 .left .form-row>.col, #section-contact1 .left .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

#section-contact1 .left ::-webkit-input-placeholder {
	font-family: 'Merriweather';
	font-size: 18px; 
    color: #555556;
}
#section-contact1 .left ::-moz-placeholder {
	font-family: 'Merriweather';
	font-size: 18px;
    color: #555556;
}
#section-contact1 .left :-ms-input-placeholder {
	font-family: 'Merriweather';
	font-size: 18px;
    color: #555556;
}
#section-contact1 .left :-moz-placeholder {
	font-family: 'Merriweather';
	font-size: 18px; 
    color: #555556;
}
#section-contact1 .left button{
	font-family: 'Merriweather';
    font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
    border-radius: 50px;
    padding: 18px 15px;
    width: 100%;
    max-width: 195px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-contact1 .left button:hover{
    color: #ffffff;
    /*background:#ffffff;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wpcf7 label{
      width: 100%;
      color: #444c7e;
      font-family: 'Merriweather' !important;
      font-size: 14px;
	  font-weight: 400;
}

.wpcf7-textarea,input[type="text"],input[type="tel"], input[type="email"]{
      resize: none; /*bloquea que redimensionen el textarea del formulario*/
      width: 100%;
      border-radius: 2px;
      border-color: #eee;
      font-family: 'Merriweather' !important;
      font-size: 18px;
      padding: 15px;
      margin-bottom:5px;
  border-width: 2px;
  background: #eee;
}

.wpcf7-submit{
      font-family: 'Merriweather' !important;
      font-size: 12px !important;
	  text-transform: uppercase;
	  font-weight: 600;
	color: #fff !important;
	letter-spacing: 2px !important;
	border-radius: 50px !important;
      padding: 18px 15px !important;
	width: 100%;
	max-width: 195px;
	border: 0px !important;
	cursor: pointer !important;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ease-in-out !important;
      margin-bottom:15px;
      /*para centrar*/
    box-shadow: 0 5px 35px -16px #11399c !important;
      /**************/
	background-image: linear-gradient(120deg, #dea96d 0%, #e5d2bf 100%) !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;

}
.wpcf7-submit:hover{
    color: #ffffff;
    /* background: #ffffff; */
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 5px 35px -16px #11399c !important;
	border: 0px !important;
}
li#wpcf7-f6-o1-ve-your-name, li#wpcf7-f6-o1-ve-num-tel, li#wpcf7-f6-o1-ve-your-email, li#wpcf7-f6-o1-ve-your-message, .wpcf7-response-output {
    font-family: 'Merriweather Sans';
	font-size: 18px;
    color: red;
	display: none;
}
span.wpcf7-not-valid-tip {
    font-family: 'Merriweather Sans';
    color: orange;
}

li#wpcf7-f6-o1-ve-recaptcha {
    font-family: 'Merriweather Sans';
    font-size: 15px;
    font-weight: 400;
    color: orange;
    bottom: 75px;
    position: fixed;
    margin-left: -10px;
}
}

/* Style 3 */
#section-contact1 .left button.style3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    z-index: 9;
    right: -150px;
    display: inline-block;
    transform: skew(20deg, 0deg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-contact1 .left button.style3:hover:after{
	right: -110px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Details */
#section-contact1 .right h3{
	font-family: 'Merriweather';
	font-size: 24px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 38px;
}
#section-contact1 .right ul{
	padding:0;
	margin:0;
	list-style: none;
}
#section-contact1 .right ul:not(:last-child){
	margin-bottom: 45px;
}
#section-contact1 .right li:nth-child(1){
	font-family: 'Merriweather';
	font-size: 20px;
    color: #555556;
    margin-bottom: 5px;
}
#section-contact1 .right li:nth-child(2){
	font-family: 'Merriweather';
	font-size: 26px;
    color: #dea96d;
}

/*============================
 * 4.13 SECTION BLOG DETAIL 1 *
 *===========================*/
#section-blogdetail1 {
	padding-top:40px;
	padding-bottom: 0px
	background: #f5fafc;
}

#section-blogdetail1 .contents .post-thumbnail{
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
#section-blogdetail1 .contents .post-thumbnail .time{
	width: 60px;
    height: 60px;
    line-height: 73px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px;
    background: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-blogdetail1 .contents .post-thumbnail .time .date{
	font-family: 'Merriweather Sans';
	font-size: 14px;
	color: #ffffff;
	line-height: 15px;
    display: inline-block;
}
#section-blogdetail1 .contents h2{
	font-family: 'Merriweather';
	font-size: 42px;
	color: #343434;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
#section-blogdetail1 .contents h4{
	font-family: 'Merriweather';
	font-size: 28px;
	color: #dea96d;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#section-blogdetail1 .contents > p{
	font-family: 'Merriweather Sans';
	font-size: 18px;
	color: #555556;
	line-height: 36px;
	/*padding-bottom: 55px;
	margin-bottom: 58px;
    border-bottom: 2px solid #e9f0f2;*/
}
.contents ul.list {
    list-style: disc;
    font-family: 'Merriweather Sans';
    font-size: 18px;
    color: #878787;
    margin-left: 5%;
	margin-right: 0px;
}
.contents li {
    list-style: disc;
    font-family: 'Merriweather Sans';
    font-size: 18px;
    color: #878787;
    margin-left: 5%;
	margin-right: 0px;
}
/* Share */
#section-blogdetail1 .contents .share{
	margin-bottom: 40px;
}
#section-blogdetail1 .contents .share ul{
	padding:0;
	margin:0;
	list-style: none;
}
#section-blogdetail1 .contents .share li{
	font-family: 'Merriweather Sans';
	font-size: 18px;
	color: #555556;
	display: inline-block;
	background-color: rgb(242, 237, 230, .2);
    margin: 5px;
    padding: 5px;
}
#section-blogdetail1 .contents .share li:first-child{
	margin-right: 5px;
}
#section-blogdetail1 .contents .share li a{
	color: #2da9ca;
}
#section-blogdetail1 .contents .share .social-links{
	text-align: right;
}
#section-blogdetail1 .contents .share .social-links a{
    margin-left: 45px;
}
#section-blogdetail1 .contents .share .social-links a i {
    color: #555556;
}
#section-blogdetail1 .contents .share .social-links a i:hover {
    color: #2da9ca;
}
.spacebar{
	padding-bottom: 25px;
	margin-bottom: 50px;
    border-bottom: 2px solid #e9f0f2;
}

/* Author */
#section-blogdetail1 .contents .author{
	background: #e9f0f2;
	padding: 40px;
	margin-bottom: 30px;
}
#section-blogdetail1 .contents .author .img-author{
	width: 100%;
	max-width: 168px;
	display: inline-block;
	float: left;
}
#section-blogdetail1 .contents .author .detail{
	width: 100%;
	max-width: 515px;
	display: inline-block;
	padding-left: 40px;
}
#section-blogdetail1 .contents .author .detail h3{
	font-family: 'Merriweather';
	font-size: 26px;
	color: #343434;
	margin-bottom: 5px;
}
#section-blogdetail1 .contents .author .detail p{
	font-family: 'Merriweather';
	font-size: 18px;
	color: #555556;
	line-height: 36px;
	margin-bottom: 0;
}

/* Comments */
#section-blogdetail1 .contents .comments{
	margin-bottom: 50px;
}
#section-blogdetail1 .contents .comments h1{
	font-family: 'Merriweather';
	font-size: 26px;
	color: #343434;
	margin-bottom: 49px;
}
#section-blogdetail1 .contents .comments > .media{
	padding-bottom: 55px;
	margin-bottom: 55px;
	border-bottom: 2px solid #e9f0f2;
}
#section-blogdetail1 .contents .comments > .media:last-of-type{
	padding-bottom: 53px;
    margin-bottom: 53px;
}
#section-blogdetail1 .contents .comments .media img{
	display: inline-block;
    border-radius: 100%;
    margin-bottom: 28px;
}
#section-blogdetail1 .contents .comments .media .img-frame1 img{
    margin-right: 30px !important;
}
#section-blogdetail1 .contents .comments .media .img-frame2 img{
    margin-left: 15px !important;
}

#section-blogdetail1 .contents .comments .media h5{
	font-family: 'Merriweather';
	font-size: 18px;
	color: #343434;
	margin-bottom: 8px;
}
#section-blogdetail1 .contents .comments .media h5 span{
	font-family: 'Merriweather';
	font-size: 18px;
	color: #2da9ca;
	margin-left: 10px;
}
#section-blogdetail1 .contents .comments .media-body p{
	font-family: 'Merriweather';
	font-size: 18px;
	color: #565656;
	line-height: 36px;
	margin-bottom: 43px;
}
#section-blogdetail1 .contents .comments .media-body .media{
	margin-top: 54px !important;
}
#section-blogdetail1 .contents .comments .media-body .media-body p{
	width: 100%;
    max-width: 470px;
}
#section-blogdetail1 .contents .comments .media-body a.reply{
	font-family: 'Merriweather';
	font-size: 14px;
	color: #2da9ca;
	letter-spacing: 2px;
}
#section-blogdetail1 .contents .comments .media-body a.reply:hover{
	opacity: 0.8;
}

/**
 * Leave Comment
 */
#section-blogdetail1 .contents .leave-comment h1{
	font-family: 'Merriweather';
	font-size: 26px;
	color: #343434;
	margin-bottom: 52px;
}
/* LEave Comment */
#section-blogdetail1 .leave-comment .form-group {
    margin-bottom: 25px;
}

#section-blogdetail1 .leave-comment form .row:last-of-type .form-group{
    margin-bottom: 0;
}
#section-blogdetail1 .leave-comment input,#section-blogdetail1 .leave-comment textarea{
	font-family: 'Merriweather';
	color: #555556;
	font-size: 16px;
	border: 2px solid #f5fafc !important;
	background: #e9f0f2;
	border-radius: 0px;
	padding: 28px 30px;
	letter-spacing: 0;
	height: 70px;
}
#section-blogdetail1 .leave-comment input:focus, #section-blogdetail1 .leave-comment textarea:focus{
	border: 2px solid #6b6b6b;
}
#section-blogdetail1 .leave-comment textarea{
    height: 240px;
    margin-bottom: 3px;
}
#section-blogdetail1 .leave-comment .form-row>.col, #section-blogdetail1 .leave-comment .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

#section-blogdetail1 .leave-comment ::-webkit-input-placeholder {
	font-family: 'Merriweather';
	font-size: 16px; 
    color: #555556;
}
#section-blogdetail1 .leave-comment ::-moz-placeholder {
	font-family: 'Merriweather';
	font-size: 16px;
    color: #555556;
}
#section-blogdetail1 .leave-comment :-ms-input-placeholder {
	font-family: 'Merriweather';
	font-size: 16px;
    color: #555556;
}
#section-blogdetail1 .leave-comment :-moz-placeholder {
	font-family: 'Merriweather';
	font-size: 16px; 
    color: #555556;
}
#section-blogdetail1 .leave-comment button{
	font-family: 'Merriweather';
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    border-radius: 50px;
    padding: 18px 15px;
    width: 100%;
    max-width: 195px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-blogdetail1 .leave-comment button:hover{
    color: #ffffff;
    /*background:#ffffff;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-blogdetail1 .leave-comment button.style3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    z-index: 9;
    right: -150px;
    display: inline-block;
    transform: skew(20deg, 0deg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-blogdetail1 .leave-comment button.style3:hover:after{
	right: -110px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/**
 * Sidebar
 */

/* Searchbar */
#section-blogdetail1 .sidebar .searchbar{
	margin-bottom: 30px;
	position: relative;
}
#section-blogdetail1 .sidebar .searchbar form{
	position: relative;
}
#section-blogdetail1 .sidebar .searchbar form input[type="text"] {
	font-family: 'Merriweather';
	color: #555556;
	font-size: 16px;
	border: 2px solid #f5fafc !important;
	background: #e9f0f2;
	border-radius: 0px;
	padding: 28px 30px;
	letter-spacing: 0;
	height: 80px;
	width: 100%;
}
#section-blogdetail1 .sidebar .searchbar form input:focus,#section-search form input:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	outline: 0;
}

#section-blogdetail1 .sidebar .searchbar form input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
    z-index: 999;
    cursor: pointer;
    height: 100%;
}

#section-blogdetail1 .sidebar .searchbar form i {
    position: absolute;
    right: 30px;
    top: 33px;
    z-index: 99;
}
#section-blogdetail1 .sidebar .searchbar form i:before {
    font-size: 16px;
    color: #2da9ca;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-blogdetail1 .sidebar .searchbar ::-webkit-input-placeholder {
	font-family: 'Merriweather';
	font-size: 16px; 
    color: #555556;
}
#section-blogdetail1 .sidebar .searchbar ::-moz-placeholder {
	font-family: 'Merriweather';
	font-size: 16px;
    color: #555556;
}
#section-blogdetail1 .sidebar .searchbar :-ms-input-placeholder {
	font-family: 'Merriweather';
	font-size: 16px;
    color: #555556;
}
#section-blogdetail1 .sidebar .searchbar :-moz-placeholder {
	font-family: 'Merriweather';
	font-size: 16px; 
    color: #555556;
}

/* Recent Posts */
#section-blogdetail1 .sidebar .recent-posts{
	background: #e9f0f2;
	padding: 44px 50px;
	margin-bottom: 2px;
}
#section-blogdetail1 .sidebar .recent-posts h3{
	font-family: 'Merriweather';
	font-size: 20px; 
    color: #555556;
    margin-bottom: 23px;
}
#section-blogdetail1 .sidebar .recent-posts .item:not(:last-of-type) {
    margin-bottom: 23px;
}
#section-blogdetail1 .sidebar .recent-posts .item a{
	display: inline-block;
}
#section-blogdetail1 .sidebar .recent-posts .item img{
	margin-bottom: 25px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-blogdetail1 .sidebar .recent-posts .item a:hover img{
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-blogdetail1 .sidebar .recent-posts .item h4{
	font-family: 'Merriweather';
	font-size: 18px; 
	color: #343434;
	margin-bottom: 10px;
}
#section-blogdetail1 .sidebar .recent-posts .item a:hover h4{
	color: #2da9ca;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-blogdetail1 .sidebar .recent-posts .item h5{
	font-family: 'Merriweather';
	font-size: 16px; 
	color: #2da9ca;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-blogdetail1 .sidebar .recent-posts .item p{
	font-family: 'Merriweather';
	font-size: 18px; 
	color: #5f5f5f;
	line-height: 31px;
	margin-bottom: 0;
}

/* Categories */
#section-blogdetail1 .sidebar .categories{
	background: #e9f0f2;
	padding: 44px 50px;
	margin-bottom: 2px;
}
#section-blogdetail1 .sidebar .categories h3{
	font-family: 'Merriweather';
	font-size: 20px; 
    color: #555556;
    margin-bottom: 23px;
}
#section-blogdetail1 .sidebar .categories ul{
	padding: 0;
	margin:0;
	list-style: none;
}
#section-blogdetail1 .sidebar .categories ul li{
	position: relative;
}
#section-blogdetail1 .sidebar .categories ul li a{
	font-family: 'Merriweather';
	font-size: 18px; 
	color: #555556;
}
#section-blogdetail1 .sidebar .categories ul li:not(:last-of-type){
	margin-bottom: 17px;
}
#section-blogdetail1 .sidebar .categories ul li a:hover{
	color: #2da9ca;
}
#section-blogdetail1 .sidebar .categories ul li a::after {
    font-family: fontawesome;
    content: '\f054';
    display: block;
    position: absolute;
    top: 9px;
    font-size: 10px;
    right: 0;
}

/* Tags */
#section-blogdetail1 .sidebar .tags{
	background: #e9f0f2;
	padding: 44px 50px 120px;
	margin-bottom: 2px;
}
#section-blogdetail1 .sidebar .tags h3{
	font-family: 'Merriweather';
	font-size: 20px; 
    color: #555556;
    margin-bottom: 23px;
}
#section-blogdetail1 .sidebar .tags ul{
	padding: 0;
	margin:0;
	list-style: none;
}
#section-blogdetail1 .sidebar .tags ul li{
	position: relative;
	display: inline-block;
}
#section-blogdetail1 .sidebar .tags ul li a{
	font-family: 'Merriweather';
	font-size: 18px; 
	color: #555556;
}
#section-blogdetail1 .sidebar .tags ul li a:hover{
	color: #2da9ca;
}

/*============================
 *    05. SECTION FOOTER     *
 *===========================*/
#section-footer{
	/*background-image: url(../images/bg-footer.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
}
#section-footer .footer-widget{
	width: 100%;
	padding: 80px 0 40px;
}
#section-footer .footer-widget .right{
	text-align: right;
}
#section-footer .footer-copyright{
  background-color: #d8c6af;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	border-top: 2px solid #ffffff;
}
#section-footer .footer-copyright p{
	font-family: 'Merriweather Sans';
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}
#section-footer .footer-copyright p a:hover{
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*============================
 *    05. SECTION FOOTER 2    *
 *===========================*/
#section-footer2{
  background:#58CFDB;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section-footer2 .footer-widget{
  width: 100%;
  padding: 63px 0 40px;
}
#section-footer2 .footer-widget .right{
  text-align: right;
}
#section-footer2 .footer-copyright{
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #ffffff;
  padding: 55px 0;
}
#section-footer2 .footer-copyright p{
  font-family: 'Merriweather Sans';
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}
#section-footer2 .footer-copyright p a:hover{
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*============================
 *    05. SECTION HEADERUP   *
 *===========================*/
#section-headerup{
  background:#d8c6af;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section-headerup .headerup-widget{
  width: 100%;
  padding: 0px 0 0px;
	padding-top: 10px;
  padding-bottom: 10px;
}
#section-headerup .headerup-widget h6{
  font-family: 'Merriweather Sans';
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
	margin-top: 10px;
}
.img-perfil-int {
    border-radius: 0%;
    object-fit: cover;
		object-position: top;
	min-width: 40%;
    height: 400px;
}

/*============================
 *      05.01 LIST       *
 *===========================*/
.list {
    margin-left: 15%;
    margin-right: 15%;
}

.container-list {
  background-color: #fff;
  padding: 2rem;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
  font-family: 'Merriweather Sans';
}
.container-list .nav {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: 0 -3rem 2rem;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  position: relative;
}
.container-list .nav:before,
.container-list .nav:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  border: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #f2f0f0;
  transform-origin: center;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  z-index: -1;
}
.container-list .nav:before {
  left: 0;
  transform: translateY(-0.45rem) rotate(135deg) translateX(-0.4rem);
}
.container-list .nav:after {
  right: 0;
  transform: translateY(-0.45rem) rotate(-135deg) translateX(0.4rem);
}
.container-list .nav a {
  display: inline-block;
  margin: 0 3rem;
  font-size: 2rem;
  color: #2980b9;
  opacity: 0.7;
  transition: 0.25s;
}
.container-list .nav a:hover {
  opacity: 1;
}
.container-list .list .num {
  padding: 0.5rem 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: 0.25s;
}
.container-list .list .num:nth-child(0):before {
  content: '0';
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  width: 2rem;
  opacity: 0.05;
  transition: 0.25s;
}
.container-list .list .num:nth-child(1):before {
  content: '\f19d';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(2):before {
  content: '\f0f8';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(3):before {
  content: '\f0f8';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(4):before {
  content: '\f19d';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(5):before {
  content: '\f19d';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(6):before {
  content: '\f0f0';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(7):before {
  content: '\f0f0';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(8):before {
  content: '\f0a3';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(9):before {
  content: '\f0c0';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num:nth-child(10):before {
  content: '\f0c0';
  font-size: 3rem;
  font-weight: bold;
  color: rgba(222, 169, 109);
  width: 2rem;
  opacity: 0.3;
  transition: 0.25s;
}
.container-list .list .num p {
  position: relative;
  left: 1rem;
  color: #3d3d3d;
  font-size: 14px;
  transition: 0.25s;
}
.container-list .list .num:hover {
  background-color: #fafafa;
  cursor: pointer;
}
.container-list .list .num:hover:before {
  opacity: 0.2;
}
.container-list .list .num:hover p {
  left: 2.5rem;
}
.message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
}

	li.right.ez-animate.animated.fadeInRight {
    font-size: 14px;
    list-style-type: disc;
    padding-bottom: 10px;
}


/*============================
 *      06. RESPONSIVE       *
 *===========================*/
@media only screen and ( min-width: 1655px ){
	#section-appscreen1 .container.appscreen1{
		max-width: 1655px;
	}
}
@media only screen and ( min-width: 1522px ){
	#section-testimonial1 .container.testimonial1 {
	    max-width: 1522px;
	}
}
@media only screen and ( max-width: 1521px ){
	#section-testimonial1 .item {
    	padding: 20px 25px;
    }
    #section-testimonial1 .item p {
	    font-size: 15px;
	    line-height: 28px;
	}
	#section-testimonial1 .item ul {
	    right: 30px;
	}
	#section-testimonial1 .title1 {
	    margin-bottom: 90px;
	}
	#section-testimonial1 img.bg-testimonial {
	    top: -135px;
	}
}
@media only screen and ( min-width:1200px ) and ( max-width: 1400px ){
	#section-slider1 .swiper-slide .slider-content .left {
	    transform: translateY(24%);
	}
	
	#section-slider1#section-slider1 .swiper-slide .slider-content .right img{
    max-width: 100%;
  }
  #section-features1 {
      padding: 110px 0;
      background-position: right;
      background-size: contain;
  }
  #section-slider1 .swiper-slide .slider-content .right img {
      max-width: 60%;
  } .swiper-slide .slider-content .right {
	    text-align: center;
	}
}

@media only screen and ( min-width: 1200px ){
	.container {
	    max-width: 1170px;
	    padding-right: 0;
    	padding-left: 0;
	}
	#section-slider1 .swiper-slide .slider-content .left p {
	    padding-right: 100px;
      font-size: 20px;
      color: #000;
	}
	#section-slider2 .swiper-slide .slider-content .content h1 {
	    max-width: 790px;
	    margin-left: auto;
	}
	#section-contact1 .right{
	    padding-left: 65px;
	}
}
@media only screen and ( max-width: 1199px ){
	#section-testimonial1 .title1 {
	    margin-bottom: 40px;
	}
	#section-testimonial1 img.bg-testimonial {
	    top: -100px;
	}
	#section-features3 .item {
	    padding: 30px 30px;
	}
	#section-features3 {
	    padding: 110px 0 70px;
	}
	#section-blogdetail1 .sidebar .recent-posts,
	#section-blogdetail1 .sidebar .categories,
	#section-blogdetail1 .sidebar .tags {
	    padding: 35px 30px;
	}
	#section-blogdetail1 .contents .author {
	    padding: 30px;
	}
	#section-blogdetail1 .contents .author .detail {
	    max-width: 380px;
	    padding-left: 20px;
	}
	#section-blogdetail1 .contents .share li:first-child {
	    /*width: 100%;*/
	}
	#section-blogdetail1 .contents .share .social-links a {
	    margin-left: 25px;
	}
	.navbar-1 {
    padding-top: 35px;
    /* padding: 0; */
}
}
@media only screen and ( min-width: 992px ) and ( max-width: 1199px ){
	#section-testimonial1 .item i {
	    font-size: 15px;
	    margin: 0 0px;
	}
	#section-testimonial1 .item p {
	    font-size: 14px;
	    line-height: 25px;
	}
	.navbar-1 .navbar-brand img {
    width: 150%;
}
}

@media only screen and ( min-width: 992px ){
	/** NAVIGATION **/
	.navbar-1.navbar .dropdown-menu {
		background-color: #fff;
		border-radius: 0;
		border: none;
		-webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		-ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		-o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
		display: block;
		left: 0;
		margin-top: 4px;
		opacity: 0;
		padding: 5px 10px;
		right: 0;
		top: 96%;
		-webkit-transition: 0.3s linear all;
		-moz-transition: 0.3s linear all;
		-ms-transition: 0.3s linear all;
		-o-transition: 0.3s linear all;
		transition: 0.3s linear all;
		visibility: hidden;
		width: 100%;
	}
	.navbar-1.navbar .dropdown {
		position: static;
	}
	.navbar-1.navbar .dropdown:hover > .dropdown-menu {
		opacity: 1;
		transform: none;
		-webkit-transition: 0.3s linear all;
		-moz-transition: 0.3s linear all;
		-ms-transition: 0.3s linear all;
		-o-transition: 0.3s linear all;
		transition: 0.3s linear all;
		visibility: visible;
	}
	.navbar-1.navbar .dropdown-submenu {
		position: relative;
	}
	/*.navbar-1.navbar .dropdown-submenu .dropdown-menu {
		left: 100%;
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}*/
	.navbar-1.navbar .dropdown-submenu:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transition: 0.3s linear all;
		-moz-transition: 0.3s linear all;
		-ms-transition: 0.3s linear all;
		-o-transition: 0.3s linear all;
		transition: 0.3s linear all;
		width: 200%;
	}

}

@media only screen and ( max-width: 991px ){
	#sidebarCollapse {
    display: block;
}
	/** NAVIGAITON **/
	#navbarSupportedContent {
		position: absolute;
	    top: 150px;
	    background-color: #ffffff;
	    padding-left: 20px;
	    padding-right: 20px;
		padding-top: 20px;
	    width: 95%;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    height: auto !important;
	    overflow-y: auto;
	}
	.navbar-1 .navbar-container {
		justify-content: flex-start;
		position: relative;
		padding-left: 15px;
    	padding-right: 15px;
	}
	.navbar-1 .offcanvas-navbar {
		position: absolute;
		right: 0;
		top: -3px;
		flex-direction: unset;
	}
	.navbar-1 .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 10px 0;
		/*border-bottom: 1px solid #dddddd;*/
		font-size: 14px;
		color: #555556;
	}
	.navbar-1 .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
		border-bottom: none;
	}
	/** /.NAVIGATION **/
	.navbar-1 .btn-1 {
	    margin-left: auto!important;
	}
	#section-slider1 .swiper-slide .slider-content .left {
	    transform: none;
	}
	#section-slider1 .swiper-slide .slider-content .left li {
	    width: 45%;
	}
	#section-clients1{
		padding:80px 0;
	}
	#section-clients1 .item:nth-of-type(-n+3){
		margin-bottom: 30px;
	}
	#section-features1 {
    	padding: 80px 0;
    	background-size: cover;
    	background-position: center;
    }
    #section-features1 .item p {
	    margin-bottom: 0;
	}
    #section-features1 .left {
	    width: 220px;
	}
	#section-features2 .left .circleicon1,
	.section-features2 .left .circleicon1 {
	    right: -75px;
	}
	#section-features2 .left{
	    margin-bottom: 60px;
      width: 50%;
      column-count: 2;
      column-width: 140px;
	}
	#section-features2,
	.section-features2{
		padding: 80px 0;
	}
	.section-features2 .left{
		margin-bottom: 0;
	}
	.section-features2 .right{
	    margin-bottom: 60px !important;
	}
	#section-appscreen1{
		padding:0px 0;
		
	}
	.title1 {
	    margin-bottom: 30px;
	}
	#section-services {
	    padding: 80px 0;
	}
	#section-testimonial1 img.bg-testimonial {
	    top: -80px;
	}
	#section-subscribe1 .title1 {
	    margin-bottom: 5px;
	}
	#section-subscribe1 form input {
	    max-width: 480px;
	}
	#section-testimonial1{
		padding: 80px 0;
	}
	#section-subscribe1{
		padding:80px 0;
	}
	#section-download1{
		padding:80px 0 0;
	}
	#section-features3 .item {
	    padding: 15px 15px;
	}
	#section-features3{
		padding:80px 0 60px;
	}
	#section-bloglist1{
		padding:80px 0;
	}
	#section-contact1{
		padding:80px 0;
	}
	#section-blogdetail1 .contents{
		margin-bottom: 80px;
	}
	#section-blogdetail1 .sidebar .recent-posts .item {
	    max-width: 270px;
	    margin: 0 auto;
	}
	#section-blogdetail1{
		padding-top: 40px;
		padding-bottom: 0px
	}
	
	#section-slider2 {
	margin-top: -175px;
}
	#section-slider2 .swiper-slide .slider-content .content h1{
	font-size: 36px;
}
	
	.btn-1, .btn-1:focus {
    float: inherit;
    /*left: 30%;*/
    margin-top: 5%;
	display: none;

}
	
	.contactenos-hide {
	display: contents;
}
	
	.list {
    margin-left: 5%;
    margin-right: 5%;
}
	
	
}

@media only screen and ( max-width: 767px ) {
	h2{
		font-size: 28px !important;
	}
	/** NAVIGATION **/
	.navbar-1 .product-heading, .navbar-1 .shop-heading {
		border-bottom: 1px solid #ddd;
		cursor: pointer;
		padding: 10px 0;
		position: relative;
	}
	.navbar-1 .product-heading:after, .navbar-1 .shop-heading:after {
		content: "\f107";
		float: right;
		font-family: fontawesome;
		line-height: 30px;
		position: absolute;
		right: 0;
	}
	.navbar-1 .product-dropdown-list, .navbar-1 .shop-dropdown-list {
		display: none;
	}
	.navbar-1 .product-dropdown-list.active, .navbar-1 .shop-dropdown-list.active {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	.navbar-1 .product-dropdown-list a, .navbar-1 .shop-dropdown-list a {
		cursor: pointer;
	}
	.navbar-1 .product-dropdown-menu .product-heading {
		font-size: 14px;
		font-weight: normal;
	}
	.navbar-1 .btn-1{
	    max-width: 110px;
	    height: 30px;
	    line-height: 32px;
	    letter-spacing: 0;
	}
	/** /.NAVIGATION **/
	#section-slider1 .swiper-slide .slider-content .left {
	    transform: translateY(-9%);
	}
	#section-slider1 .swiper-slide .slider-content .left ul {
	    text-align: left;
	}
	#section-slider1 .swiper-slide .slider-content .right{
		display: none;
	}
	#section-slider1 .swiper-slide .slider-content .left h1 {
	    font-size: 35px;
	    margin-bottom: 20px;
	}
	#section-slider1 .swiper-slide .slider-content .left p {
	    line-height: 28px;
	    margin-bottom: 30px;
	}
	#section-features1 .left {
	    width: 100%;
	    position: relative;
	    top: auto;
	    margin-bottom: 60px;
	    -webkit-transform: none;
    	transform: none;
	}
	#section-features1 .right {
    	margin-left: 0;
    	width: 120%;
    }
    #section-features2 .right p,
    .section-features2 .right p {
	    font-size: 16px;
	    line-height: 27px;
	}
	#section-services .container > .row{
		margin-right: 0;
    	margin-left: 0;
	}
	#section-services .item{
		margin-bottom: 40px;
		border: 1px solid rgba(97, 138, 233, 0.10);
	}
	#section-services .item:last-of-type{
		margin-bottom: 0;
	}
	#section-services .item .label{
		opacity: 1;
	}
	#section-subscribe1 form input {
	    max-width: 325px;
	}
	#section-download1 h1 {
	    font-size: 35px;
	    margin-bottom: 20px;
	}
	#section-download1 h2 {
    margin-top: 20px;
}
	#section-download1 p {
	    font-size: 22px;
	    margin-bottom: 35px;
	}
	#section-footer .footer-widget {
	    padding: 140px 0 30px;
	}
	#section-footer .footer-widget .left{
		margin-bottom: 20px;
	}
	#section-footer .footer-widget .left,
	#section-footer .footer-widget .right{
		text-align: center;
	}
	#section-footer .footer-copyright {
	    padding: 15px 0;
	}
	#section-slider2 .swiper-slide .slider-content .content h1 {
	    font-size: 35px;
	    margin-bottom: 20px;
	}
	#section-features3 {
	    padding: 80px 0 50px;
	}
	#section-features3 .item {
	    padding: 25px 25px;
	}
	#section-features3 .item:not(:last-of-type) {
	   margin-bottom: 30px;
	}
	#section-bloglist1 {
	    padding: 80px 0 20px;
	}
	#section-bloglist1 .item {
	    margin-bottom: 40px;
	    max-width: 370px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#section-contact1 .left{
		margin-bottom: 80px;
	}
	#section-contact1 .left input, #section-contact1 .left textarea {
	    height: 60px;
	}
	#section-contact1 .left textarea {
	    height: 120px;
	}
	#section-contact1 .right li:nth-child(2) {
	    font-size: 20px;
	}
	#section-blogdetail1 .contents .share .social-links {
	    text-align: left;
	}
	#section-blogdetail1 .contents .share .social-links a {
	    margin-left: 0;
	    margin-right: 25px;
	}
	#section-blogdetail1 .contents .share .tags{
		margin-bottom: 15px;
	}
	#section-blogdetail1 .contents .author .img-author {
	    max-width: 100%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	#section-blogdetail1 .contents .author .detail {
		max-width: 100%;
	    padding-left: 0;
	}
	
	
	.img-frame {
    border-radius: 0%;
    object-fit: cover;
	min-width: 100%;
    height: 400px;
}
	.img-perfil {
    border-radius: 0%;
    object-fit: cover;
		object-position: top;
	min-width: 100%;
    height: 400px;
}
	
	.btn-1, .btn-1:focus {
    float: inherit;
    right: 15%;
    margin-top: 5%;
}
	
	li#wpcf7-f6-o1-ve-recaptcha {
    bottom: 85px;
}
	
}

@media (min-width: 507px) and (max-width: 530px) {
	.btn-1, .btn-1:focus {
    float: right;
    right: -2%;
    margin-top: -12%;
}
	
	}
	
@media (min-width: 481px) and (max-width: 506px) {
    margin-top: -47%;
}
	
	}
	
@media (min-width: 440px) and (max-width: 500px) {
	#sidebarCollapse {
	    margin-left: 0px;
	    top: -2px;
    	position: relative;
	}
	.navbar-1 .btn-1{
	    max-width: 110px;
	    height: 30px;
	    line-height: 32px;
	    letter-spacing: 0;
	}
	.navbar-brand {
	    margin-right: 0;
	}
	#section-clients1 .item{
		flex: 0 0 50%;
    	max-width: 50%;
		margin-bottom: 30px;
	}
	#section-clients1 .item img{
		max-width: 100%;
	}
	#section-clients1 .item:last-of-type {
		margin-bottom: 0;
		flex: 0 0 100%;
    	max-width: 100%;
	}
	#section-features2 .left .circleicon1,
	.section-features2 .left .circleicon1{
		display: none;
	}
	#section-testimonial1 .item ul {
	    right: 15px;
	}
	#section-testimonial1 .item ul {
	    top: 62px;
	}
	#section-testimonial1 .item ul li {
	    margin: 0 -2px;
	}
	#section-testimonial1 .title1 {
	    margin-bottom: 10px;
	}
	#section-testimonial1 img.bg-testimonial {
	   display: none;
	}
	#section-subscribe1 form input {
	    margin-bottom: 15px;
	    padding: 15px 30px;
	}

	#section-subscribe1 button {
	    padding: 15px 15px;
	    margin-left: 0;
	}
	#section-download1 li {
	    display: block;
	    margin-left: 0 !important;
	}
	#section-download1 li:first-of-type {
		margin-bottom: 10px;
	}
	#section-slider2 .swiper-slide .slider-content .content li:nth-child(1) {
	    margin-bottom: 10px;
	}
	#section-slider2 .swiper-slide .slider-content .content li:nth-child(2) {
	    margin-left: 0px;
	}
	#section-slider2 .swiper-slide .slider-content .content h1 {
	    margin-bottom: 20px;
	}
	#section-slider2 .swiper-slide .slider-content .content p {
	    font-size: 17px;
	    line-height: 25px;
	    margin-bottom: 30px;
	}
	#section-slider2 .swiper-slide .slider-content .content {
	    transform: translateY(-8%);
	}
	#section-blogdetail1 .contents .comments .media .img-frame1 img {
	    margin-right: 5px !important;
	    max-width: 60px;
	}
	#section-blogdetail1 .contents .comments .media h5 span {
	    font-size: 14px !important;
	    margin-left: 0 !important;
	    margin-top: 4px !important;
	    display: block !important;
	}
	#section-blogdetail1 .contents .comments .media-body p {
	    font-size: 15px;
	    line-height: 26px;
	    margin-bottom: 35px;
	}
	.btn-1, .btn-1:focus {
    float: right;
    right: -2%;
    margin-top: -12%;
}
}

/*============================
 *     07. COLOR SCHEME      *
 *===========================*/
/**
 * Color Switcher
 */
#color-switcher{
	padding: 20px 15px;
	width: 200px;
	background: #ffffff;
	position: fixed;
	left: 0px;
	top: 30%;
	z-index: 999;
	display: inline-block;
	-webkit-box-shadow: 0 5px 20px -10px #b7b7b7;
	box-shadow: 0 5px 20px -10px #b7b7b7;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#color-switcher.closed{
	left: -200px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#color-switcher .switcher-panel{
	background: #ffffff;
    padding: 10px 13px;
    line-height: 0;
    position: absolute;
    top: 0;
    right: -51px;
    cursor: pointer;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #FFEB3B;
}
#color-switcher .switcher-panel i{
	font-size: 30px;
	color: #343434;
}

#color-switcher .switcher-header h3{
	font-family: 'Merriweather';
	color: #343434;
	font-size: 22px;
}
#color-switcher .switcher-header h3:after {
    content: '';
    width: 50px;
    border-bottom: 2px solid #76aaf9;
    display: block;
    position: relative;
    top: 5px;
    margin-bottom: 15px;
}
#color-switcher .switcher-content{
	padding: 15px 0;
}
#color-switcher .switcher-content .list-color span {
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
}
#color-switcher .switcher-content .list-color span:hover,
#color-switcher .switcher-content .list-color span.active {
    border: 2px solid #f75dc7;
}

#color-switcher .switcher-content .list-color span.scheme1 {
    background-image: linear-gradient(120deg, #6089e8 0%, #7bb2fd 100%);
}
#color-switcher .switcher-content .list-color span.scheme2 {
    background-image: linear-gradient(120deg, #3ee9bc 0%, #43d7dd 100%);
}
#color-switcher .switcher-content .list-color span.scheme3 {
    background-image: linear-gradient(120deg, #e9a1d2 0%, #c58bf3 100%);
}
#color-switcher .switcher-content .list-color span.scheme4 {
    background-image: linear-gradient(120deg, #ffc882 0%, #ff8baa 100%);
}

#color-switcher .switcher-footer h6{
	font-family: 'Merriweather Sans';
	color: #343434;
	font-size: 14px;
	margin-bottom: 10px;
}
#color-switcher .switcher-footer p{
	font-family: 'Merriweather Sans';
	color: #343434;
	font-size: 12px;
	margin-bottom: 0;
}

/**
 * Scheme 1
 */
/*-------Section galeria lightbox------*/
.gallery-container {
  width: 100%;
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
}
.gallery-container .titulo h2{
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

.mi-gallery {
  padding-top: 25px;
    padding: 10px;
}

.mi-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.mi-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.mi-gallery img {
    border-radius: 4px;
}
/*========*/


#section-slider1{
	background-image: url(assets/images/slider1.jpg);
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bgscheme{
	background-image: linear-gradient(120deg, #eec597 0%, #e5d2bf 60%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bgsolidscheme,
#section-bloglist1 a.bghoverscheme:hover .time{
	background: #628bea;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.clscheme,
#section-bloglist1 a.bghoverscheme:hover h3.clscheme{
	color: #dea96d;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.clhoverscheme{
	color: #4d81de;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navigationscheme{
	background: linear-gradient(to right, #ce6ef3, #3f74f8);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/**
 * Scheme 2
 */
body.scheme2 #section-slider1{
	background-image: url('assets/images/slider1_2.jpg');
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme2 .bgscheme{
	background-image: linear-gradient(120deg, #3ee9bc 0%, #43d7dd 100%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*body.scheme2 #section-features1 {
    background-image: url(../images/bg1_2.jpg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/
body.scheme2 .bgsolidscheme,
body.scheme2 #section-bloglist1 a.bghoverscheme:hover .time{
	background: #43d7dd;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme2 .clscheme,
body.scheme2 #section-bloglist1 a.bghoverscheme:hover h3.clscheme{
	color: #43d7dd;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme2 .clhoverscheme{
	color: #43d7dd;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme2 .navigationscheme{
	background: linear-gradient(to right, #3ee9bc, #43d7dd);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme2 #section-footer {
    background-image: url(../images/bg-footer2.png);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/**
 * Scheme 3 inico-slider
 */
body.scheme3 #section-slider1{
	background-image: url('assets/images/slider1.1.png');
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme3 .bgscheme{
	background-image: linear-gradient(120deg, #dea96d 0%, #e5d2bf 100%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme3 #section-features1 {
    /*background-image: url(../images/bg-footer3.png);*/
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme3 .bgsolidscheme,
body.scheme3 #section-bloglist1 a.bghoverscheme:hover .time{
	background: #dea96d;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme3 .clscheme,
body.scheme3 #section-bloglist1 a.bghoverscheme:hover h3.clscheme{
	color: #dea96d;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme3 .clhoverscheme{
	color: #c58bf3;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme3 .navigationscheme{
	background: linear-gradient(to right, #e9a1d2, #c58bf3);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*body.scheme3 #section-footer {
    background-image: url(../images/bg1.jpg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/

/**
 * Scheme 4
 */
body.scheme4 #section-slider1{
	background-image: url('assets/images/slider1_4.jpg');
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme4 .bgscheme{
	background-image: linear-gradient(120deg, #ffc882 0%, #ff8baa 100%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*body.scheme4 #section-features1 {
    background-image: url(../images/bg1_4.jpg);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}*/
body.scheme4 .bgsolidscheme,
body.scheme4 #section-bloglist1 a.bghoverscheme:hover .time{
	background: #ff8baa;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme4 .clscheme,
body.scheme4 #section-bloglist1 a.bghoverscheme:hover h3.clscheme{
	color: #ff8baa;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme4 .clhoverscheme{
	color: #ff8baa;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme4 .navigationscheme{
	background: linear-gradient(to right, #ffc882, #ff8baa);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.scheme4 #section-footer {
    background-image: url(assets/images/bg-footer4.png);
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*============================
 *        00. SWIPER STYLE        *
 *===========================*/
      html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
@media (min-width: 0px) and (max-width: 350px) {
	#sidebarCollapse {
	    margin-left: 80%;
	}
	.btn-1, .btn-1:focus {
    float: right;
    right: -2%;
    margin-top: -12%;
}
}
@media (min-width: 0px) and (max-width: 480px) {
	.navbar-brand {
	    margin-right: 0;
		
	}
	.navbar-1 .navbar-brand {
    width: 50%;
}
	.navbar-1 .navbar-brand img {
    width: 80%;
}
	.container-list .list .num {
    padding: 0.5rem 0rem;
	}
	.btn-1, .btn-1:focus {
    float: right;
    right: -2%;
    margin-top: -49%;
}
	}

@media (min-width: 0px) and (max-width: 439px) {
	.navbar-1 .btn-1{
	    /*top: -160px;*/
	}
}
	

/*============================ */

.wpcf7-form-control, .wpcf7-form-control.wpcf7-date, .form-control {
    background-color: inherit;
    border: inherit;
	}

/*-----------------Search pop up----------------*/
/* Fondo modal: negro con opacidad al 50% */

.btn-search {
	background: #FFF;
    font-size: 15px;
    border-radius: 50%;
    padding: 5px 9px;
}

.cerrar {
	position: relative;
    font-size: 40px;
    top: -30px;
	cursor: pointer;
}

.modal {
  display: none; /* Por defecto, estará oculto */
  position: fixed; /* Posición fija */
  z-index: 1; /* Se situará por encima de otros elementos de la página*/
  padding-top: 200px; /* El contenido estará situado a 200px de la parte superior */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Algura completa */
  overflow: auto; /* Se activará el scroll si es necesario */
  background-color: rgba(255,255,255,0.8); /* Color negro con opacidad del 50% */
}

/* Ventana o caja modal */
.contenido-modal {
  position: relative; /* Relativo con respecto al contenedor -modal- */
  background-color: #FFF;
  margin: auto; /* Centrada */
  padding: 20px;
  width: 60%;
  -webkit-animation-name: animarsuperior;
  -webkit-animation-duration: 0.5s;
  animation-name: animarsuperior;
  animation-duration: 0.5s
}
button#searchsubmit {
    font-size: 22px;
    position: relative;
    right: 60px;
}

/* Animacion */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animarsuperior {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* Boton cerrar */
.close {
  color: black;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* SEARCH RESULTS */
.color-gold {
	color: #dea96d;
}

.btn-results {
	font-family: 'Merriweather Sans';
    color: #FFF !important;
    padding: 20px 36px !important;
    font-size: 15px !important;
    line-height: 1.33 !important;
    border-radius: 30px !important;
    background-color: #e5d2bf !important;
}
.btn-results:hover {
    color: #e5d2bf !important;
    border-radius: 30px !important;
	border: 1px solid #e5d2bf;
    background-color: #FFF !important;
}

input:-internal-autofill-selected {
    background-color: red !important;
    -webkit-box-shadow: 0 0 0px 1000px #EEE inset !important;
}

input:-webkit-autofill,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:hover {
        border: none;
        -webkit-text-fill-color: #000 !important;
        -webkit-box-shadow: 0 0 0px 1000px #EEE inset !important;
        transition: background-color 5000s ease-in-out 0s !important;
    }

    input:-webkit-autofill::first-line {
        font-family: 'Merriweather Sans' !important;
        font-size: 2rem !important;
    }

.img-fluid-s{-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
box-shadow: -1px 1px 26px -11px rgba(0,0,0,0.79);
-webkit-box-shadow: -1px 1px 26px -11px rgba(0,0,0,0.79);
-moz-box-shadow: -1px 1px 26px -11px rgba(0,0,0,0.79);
}
.social-links{color:#523617;}
.social-links a i {color:#523617; font-size:34px;}
.rtbs h2{font-size:28px !important; font-weight:bold;}
.rtbs img{-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;box-shadow: -1px 1px 16px -11px rgba(0,0,0,0.79);
-webkit-box-shadow: -1px 1px 16px -11px rgba(0,0,0,0.79);
-moz-box-shadow: -1px 1px 16px -11px rgba(0,0,0,0.79);}

@media only screen and ( min-width: 801px ){
	.singleImageSwiper {
		position: relative; /* REQUIRED */
	overflow:hidden;
  width: 800px;
  height: 502px;
	margin:0 auto 20px auto;
	}
.singleImageSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Force correct arrow positioning */
.singleImageSwiper .swiper-button-prev,
.singleImageSwiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}

}
	@media only screen and ( max-width: 800px ){
	.singleImageSwiper {
		position: relative; /* REQUIRED */
	overflow:hidden;
  width: 100%;
height:402px;
}
.singleImageSwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}		
/* Force correct arrow positioning */
.singleImageSwiper .swiper-button-prev,
.singleImageSwiper .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}		
}
.singleImageSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-navigation-icon{
  display: none;
}
