/*
Theme Name: Code Barcelona
Theme URI: https://codewebbarcelona.com/
Author: Code Barcelona
Author URI: http://codewebbarcelona.com/
Description: Code Barcelona
Version: 1.0
Tags: be inspired
Text Domain: Code Barcelona
*/

@charset "utf-8";
/* CSS Document */


/*scroll*/
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}



/*jqswa*/

.jqswaitem{
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
}
.jqswa .jqswaitem{
transform: translateY(-30px);
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswa .jqswaitem{
opacity: 0;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem{
opacity: 1;
}
.jqswa .jqswabg{
opacity: 0;
overflow: hidden;
transform: scale(1.02);
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
    height: 100%;
}
.jqswa.scrollingwayfinish .jqswabg{
opacity: 1;
transform: scale(1);
}


.cmedia {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cmedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmedialock::before {
content: "";
display: block;
position: absolute;
top: 0px;
width: 100%;
height: 45%;
background: black;
z-index: 10;
opacity: 0;
}
.cmedialock::after {
z-index: 10;
content: "";
display: block;
position: absolute;
bottom: 50px;
width: 100%;
height: 42%;
background: black;
opacity: 0;
}


/*slick*/



.cslickwrap{
overflow: hidden;
}
.cslickwrap{
position: relative;
}
.cslickcontrol{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 300;
cursor: pointer;
}
.cslicknext{
right: 20px;
}
.cslickprev{
left: 20px;
}
.cslickcontrol rect{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cslickcontrol:hover rect{
fill:black;
}

/*
aspect-ratio: 1 / 1;
object-fit: cover;
*/

/*jqswa*/


@keyframes bounce {
    0% {
        transform: translateY(1px);

    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}

.loadingajax .loader{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 999;

}
.loadingajaxfixed  .loader{
position:fixed;
}

.loadingajax .loaderinner{
position: relative;
height: 100%;
}
.loader::before{
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
opacity: 0.2;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}



.marginTop10{margin-top: 10px;}.marginTop20{margin-top: 20px;}.marginTop30{margin-top: 30px;}.marginTop40{margin-top: 40px;}.marginTop50{margin-top: 50px;}.marginTop60{margin-top: 60px;}.marginTop70{margin-top: 70px;}.marginTop80{margin-top: 80px;}
.marginBottom10{margin-top: 10px;}.marginBottom20{margin-bottom: 20px;}.marginBottom30{margin-bottom: 30px;}.marginBottom40{margin-bottom: 40px;}.marginBottom50{margin-bottom: 50px;}.marginBottom60{margin-bottom: 60px;}.marginBottom70{margin-bottom: 70px;}.marginBottom80{margin-bottom: 80px;}.paddingTop10{padding-top: 10px;}.paddingTop20{padding-top: 20px;}.paddingTop30{padding-top: 30px;}.paddingTop40{padding-top: 40px;}.paddingTop50{padding-top: 50px;}.paddingTop60{padding-top: 60px;}.paddingTop70{padding-top: 70px;}.paddingTop80{padding-top: 80px;}
.paddingBottom10{padding-bottom: 10px;}.paddingBottom20{padding-bottom: 20px;}.paddingBottom30{padding-bottom: 30px;}.paddingBottom40{padding-bottom: 40px;}.paddingBottom50{padding-bottom: 50px;}.paddingBottom60{padding-bottom: 60px;}.paddingBottom70{padding-bottom: 70px;}.paddingBottom80{padding-bottom: 80px;}


.textleft{text-align: left;}
.textcenter{text-align: center;}
.textright{text-align: right;}


/*estandards*/
.cvcenter{
	display:table;
	height:100%;
	width: 100%;
}
.cvcenterinner{
	display:table-cell;
	vertical-align:middle;
}
.nicescroll-rails {
z-index: 999!important;

}
/*//estandards*/
.clear{clear:both;}
.clear{width: 100%;}
.overflowhidden{overflow: hidden;}
.overflowxhidden{overflow-x: hidden;}

/*general*/
body {
  margin: 0;
  padding-top: 130px;
	background-color:var(--background);
}
body,input,textarea,a{
	font-size: 22px;
  line-height: 42px;
	font-weight: 200;
	font-family: 'Raleway', sans serif;
}
.clineheightlow{
line-height: 30px;
}
textarea:focus, input:focus{
    outline: none;
}

img {border: 0 none;}
a {
  text-decoration: none;
}
a:hover {text-decoration:none;}

body,a,.iinputdefault,.iinputdefault::placeholder,input,textarea{
color: #000;
}

.zoominout{
overflow: hidden;
}
.zoominout .cimagesentinellimg{
animation: zoominout 20s infinite;
animation-timing-function: linear;
}
@keyframes zoominout {
  0% {
		transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.iinputdefault{
background: #EFEFEF;
padding: 20px 36px;
border: 0px;
width: 100%;
box-sizing: border-box;
font-weight: 700;
}

:root{
  --blue:#2C3E50;
  --text:#636363;
  --border:#AAAAAA;
  --background:#DBDCDE;
  --sectionmargin:140px;
}

.csectionmargin{
height: var(--sectionmargin);
}

.scoma:last-child{
display: none;
}
/*
aspect-ratio:500 / 700;
-o-object-fit: cover;
   object-fit: cover;
*/
.cimagesentinell{
position: relative;
}
.cimagesentinell svg{
width: 100%!important;
height: auto!important;
opacity: 0;
display: block;
}
.cimagesentinellimg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.cpopupwrap{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:950;
display: none;
}
.cpopupimage .cpopupinner{
padding: 0px;
}
.cpopupimage img,.cgallery video{
display: block;
}
.cgallery video{

}
.cpopupimage img,.cpopupimage video{
max-width: 90vw;
max-height: 90vh;
}
.cpopupimage .cpopup{
max-width: none;
width: auto;
}
.cpopupopa{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background-color: black;
opacity: 0.7;
z-index: 940;
}

.cpopup{
position: absolute;
background-color: white;
z-index: 960;
max-width: 1200px;
width: 90%;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top:-40px;
opacity: 0;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
}
.cpopupclose{
position: absolute;
top: 0px;
right: 0px;
height: 90px;
width: 90px;
background-image: url(img/elementos/i-popupclose.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
cursor: pointer;
z-index: 20;
}
.cpopupalert .cpopup{
width: 700px;
}
.cpopupalert .cpopupinner{
padding-top: 79px;
padding-bottom: 50px;
}
.cpopupinner{
position: relative;
padding: 60px;
}
.cpopupcerrar{
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
	background-color: #e5e5e5;
    padding: 6px;
    border-radius: 100%;
	font-weight: 700;
	font-size: 12px;
	width: 18px;
    height: 18px;
    line-height: 18px;
}

.showpopup .cpopup{
opacity: 1;
margin-top:0px;
}
.infoicon{
width: 30px;
height: 30px;
line-height: 30px;
border: 2px solid #666;
border-radius: 100%;
text-align: center;
font-weight:700;
position: absolute;
left: 20px;
top: 20px;
font-size: 14px;
color: #666;
}
.clente{
position: relative;
}
.clenteopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0.2;
background: black;
}
.clenteimagebck{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



/*form*/
.clegalwrap,.clegalwrap a{
font-size: 14px;
line-height: 1.8em;
}

input,textarea,.sinput{
width: 100%;
display: block;
}
.cinputwrap .cinner{
position: relative;
}
.cinputwrap .cinner input,.cinputwrap .cinner .sinput,.cinputwrap .cinner textarea{
box-sizing: border-box;
    display: block;
    border: 0px;
    padding:21px;
    padding-left:35px;
    padding-right: 35px;
    color: #4f5c69;
    background: white;
}
.cselectdropdown input{
display: none!important;
}
.cinputwrap .cinner input::placeholder,.cinputwrap .cinner textarea::placeholder{
color: #4f5c69;
}
.cinputwrap .cinner textarea{
height: 300px;
}
.cformfooter .csubtitulartext{
display: block;
color: #4f5c69;
}
.cformlegal{
text-align: justify;
color: #4f5c69;
}
.saceptotext{
text-align: left;
}
.cformlegal,.cformlegal a{
font-size: 18px;
line-height: 31px;
}
.ccheckboxes{
border-top: 2px solid #acbbb6;
margin-top: 20px;
padding-top: 20px;
}
/*checkbox*/
.scheck{
display: inline-block;
width: 13px;
height: 13px;
vertical-align: middle;
margin-right: 10px;
border: 2px solid #eaeaea;
margin-top: -4px;
position: relative;
}
.ccheckboxeslegal input{
display: none;
}
.ccheckboxeslegal{
margin-top: 15px;
margin-bottom: 5px;
}
.scheck:before{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(45deg);
width: 80%;
height: 2px;
background: #1A1A1A;
opacity: 0;
}
.scheck:after{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
width: 80%;
height:2px;
background: #1A1A1A;
opacity: 0;
}
.icheckbox.selected .scheck:after,
.icheckbox.selected .scheck:before{
opacity: 1;
}
.icheckbox{
display: block;
margin-bottom: 10px;
cursor: pointer;
}
.ccheckboxeslegal,.clegalwrap{
margin-top:30px;
}

.mCSB_scrollTools_vertical {
    transform: scale(0.95) translateX(-3px)  translateY(-2px);
}
#mCSB_1_dragger_vertical {
    transform: scale(0.95) translateY(4px);
}
/*dropdown*/
.cdropsc {
    max-height: 294px;
}
.cselectdropdownvalues{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}
.cinputwrapdropdown{
position: relative;
z-index:10;
}
.cselectdropdown input{
display: none;
}
.cselectdropdownvalues{}
.jqdropdownvalue{
display: block;
text-align: center;
padding: 10px;
    padding-bottom: 8px;
background: #aaaaaa;
color: #505050;
border-top: 1px solid #ccc;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
cursor: pointer;
}
.jqdropdownvalue:hover,.jqdropdownvalue.selectedvalue{
background: #505050;
color: #aaaaaa;
}

.cselectdropdown svg {
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 100;
  width: 33px;
  height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.selectactive svg{
   transform: translateZ(0px) rotateX(-180deg);
}
.cselectdropdownvalues {
    display: none;
}
.jqopendropdown{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
cursor: pointer;
}

/*inputchoice*/
.cinputchoice input{
display: none;
}
.cacepto.selectedvalue .iaceptoinput:before{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: url(img/elementos/i-cross.svg);
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}



/*form*/


/*sections*/
.csection {
position: relative;
}
.csectionpaddings{
padding-top: 170px;
padding-bottom: 150px;
}
.csectionnopadding{
padding: 0px;
}
.csectionwhite {
color: white;
}
.jqsectionfull100 {
padding-top: 330px;
}
.csectionwhite h1,.csectionwhite h2,.csectionwhite h3,.csectionwhite h4,.csectionwhite h5,.csectionwhite .sh1,.csectionwhite .sh2,.csectionwhite .sh3,.csectionwhite .sh4,.csectionwhite a{
color: white;
}
.csectionopa,.citemopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
z-index: 100;
opacity: 0;
-webkit-transition:all 1.2s ease-in-out;
-moz-transition:all 1.2s ease-in-out;
-o-transition:all 1.2s ease-in-out;
transition:all 1.2s ease-in-out;

}
.citemtext{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 10;
text-align: center;
opacity: 0;
transform: translateY(-15px);
}
.csectionsentinell .csectionbg svg{
display: block;width: 100%;
height: auto;
}
.csectionsentinell .csectionopa{
display: none;
}
.coltitular{
margin-bottom: 0px!important;
}
.citemopa,.citemtext{
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

}
.citemoverlay .citemtext *{
color: white;
}
.citemopa{
opacity: 0;
z-index: 8;
}
.citemoverlay:hover .citemopa{
opacity: 0.6;
}
.citemoverlay:hover .citemtext{
opacity: 1;
transform: translateY(0px);
}

.citemoverlayinvertido .citemopa{
opacity: 0.3;

}
.citemoverlayinvertido .citemtext{
opacity: 1;
transform: translateY(0px);
}
.citemoverlayinvertido:hover .citemopa{
opacity: 0;

}
.citemoverlayinvertido:hover .citemtext{
opacity: 0;
transform: translateY(-30px);
}

.csectionbg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
z-index: 90;
}
.scrollingwayfinish .csectionopa{
opacity: 0.8;
}

.csectiontext{
position: relative;
z-index: 150;
}
.csectionfullscreen{
height:100%;
padding-top: 0px;
padding-bottom: 0px;
}
.csectionbgvideo{
overflow: hidden;
}
.csectionbgvideo video{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

.csectionsentinell{
padding-top: 0px;
padding-bottom: 0px;
}
.csectionsentinell .csectionbg{
position: relative;
}
.csectionsentinell .csectionbg img{
position: relative;
display: block;
width: 100%;
height: auto;
}
.csectionsentinell .csectiontext{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: white;
}
.csectionwhitebackground{
background: #fff;
}
/*///sections*/




/*acordion*/

.cacordion p{
display: none;
}
.cacordion ul{
padding-left: 0px;
}
.cacordion li{
list-style: none;
}
.cacordion > ul > li{
padding-bottom: 10px;
border-bottom: 1px solid #121212;
padding-top: 11px;
position: relative;
margin-bottom: 0px;
cursor: pointer;
}
.cacordion > ul > li > ul > li:first-child{
padding-top: 30px;
}
.cacordion > ul > li > ul > li:last-child{
padding-bottom: 30px;
}
.cacordion > ul > li:first-child{
border-top: 1px solid #121212;
}
.cacordion li li{
display: none;
}

.cacordion > ul > li::before{
content: "";
display: block;
width:13px;
height: 7px;
background-image: url('img/elementos/i-fldownaccordion.svg');
background-position: center;
background-repeat: no-repeat;
top: 19px;
right: 20px;
position: absolute;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
.liacordionshow::before{
transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
}

/*///acordion*/


.cburger{
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
width: 42px;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 2px;
background: black;
margin-top: 8px;
margin-bottom:8px;
}


p{
margin-top: 0px;
margin-bottom:32px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
color: #272A26;
font-family: 'Oswald', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight:400;
}

.csingleblogredes svg{
height: 50px;
width: auto;
display: inline-block;
}




/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/




/* font-size: calc(30px + 4.8vw); */

h1,.sh1{
font-size: 100px;
line-height: 108px;
}
h2,.sh2{
font-weight: 300;
font-size: 70px;
line-height: 78px;
}
h3,.sh3{
font-size: 40px;
line-height: 48px;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-size: 20px;
line-height: 28px;
}
.cta{
cursor: pointer;
}
.cta:hover{

}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}


/*estilos home*/

body {
  background-color: #ffff;
  width: 100%;
  overflow-x: hidden;
}

.home-section {
  background-color: #FEF2D5;
  padding: 100px 30px;
}

.container-hero {
  max-width: 1110px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.title-hero {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  font-size: 2.5em;
  line-height: 75px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 70px;
}

.container-btn-blog a {
  font-family: 'Oswald', sans-serif !important;
}

.btn-hero {
  text-transform: uppercase;
  background-color: #F8BB22;
  padding: 12px 40px;
  color: #000 !important;
  margin: auto;
  font-size: 21px !important;
  border-radius: 20px;
  font-family: 'Oswald', sans-serif !important;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.btn-hero:hover {
  background-color: #d79d0b;
}

.video-hero {
  padding-top: 60px;
  margin: auto;
}

section.home-blog {
  background-color: #ffff;
  padding: 100px 0;
}

.container-text-home {
  max-width: 954px;
  margin: auto;
}

.container-text-home p {
  text-align: center;
  color: #000;
  font-weight: 500;
}

.container-text-home h2 {
  padding: 20px 0 70px 0;
  text-align: center;
}

section.empieza {
  padding: 0 40px;
}

section.empieza h2 {
  text-align: center;
  padding-bottom: 70px;
}

.container-card-empieza {
  max-width: 1479px;
  margin: auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
  padding: 0 0px 80px 0px;
}

.card-empieza {
  display: grid;
  position: relative;
}

a.card-empieza:hover::before{
  background-color: #bf8d0ed3;
}

.card-empieza img {
  aspect-ratio: 360/448;
  object-fit: cover;
  width: 100%;
}
.card-empieza a{
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;

}

.card-empieza:nth-child(1)::before, .card-empieza:nth-child(2)::before, .card-empieza:nth-child(3)::before, .card-empieza:nth-child(4)::before{
  position: absolute;
  background-color: #f8bb22d3;
  content: "";
  inset: 0;
  transition: 0.3s all ease-in-out;
}


.card-empieza p {
  position: absolute;
  text-align: center;
  color: #000;
  z-index: 3;
  width: 100%;
  padding: 0 50px;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  top: 50%;
  font-size: 24px;
  font-weight: 300;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.card-empieza::before:hover {
    background-color: #F8BB22;
}

.container-blog-btn {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}


section.section-delblog {
  width: 100%;
  background-color: #F3F3F3;
  padding: 70px 10px 70px 0;
}

section.section-delblog h2 {
  text-align: center;
  margin-bottom: 70px;

}

.container-delblog {
  max-width: 1478px;
  margin: auto;
  display: flex;
  padding: 0 30px;
}

.blog-card h3, .blog-card p {
  margin-right: 30px;
}


.blog-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 7/4;
  object-fit: cover;
  cursor: pointer;
}

.blog-card .img img {
  aspect-ratio: 739/476;
  object-fit: cover;
  width: 100%;
}




.blog-card h3 {
  padding-top: 15px;
  font-size: 1.3em;
}

.blog-card p {
  padding-top: 15px;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Ralewey', sans-serif;
}



.container-btn-blog {
  padding-right: 25px;
  padding-top: 50px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  max-width: 1478px;
}

.btn-blog {
  font-weight: 300;
  font-size: 21px;
  margin: 0;
}


section.reviews-section {
  padding: 70px 20px;
  background-color: #ffff;
}

.container-reviews {
  max-width: 950px;
  text-align: center;
  margin: auto;
}

.container-reviews h2 {
  margin-bottom: 70px;
}

.container-reviews h4 {
  background-color: #F8BB22;
  color: #000;
  font-weight: 800;
  padding: 15px;
  font-size: 1.2em;
  width: 25px;
  border-radius: 18px;
  margin: auto;
}

.container-reviews h3 {
  padding-top: 10px;
  font-size: 2em;
}

.container-reviews p {
  color: #000;
  line-height: 30px;
  font-weight: 100;
  padding-top:20px;
  margin-bottom: 0;
  font-family: "Ruleway", sans-serif;

}

.container-reviews a {
  color: #000;
  font-weight: 100;
  text-decoration: underline;
  font-family: 'Raleway', sans-serif !important;
}

section.section-ayuda {
  width: 100%;
  padding: 100px 0;
  background-color: #F8BB22;
}

.container-text-ayuda {
  margin: auto;
  max-width: 800px;
  text-align: center;
}

.container-text-ayuda h2 {
  color: #000;
  font-size: 50px;
}

.container-text-ayuda h2 a{
  color: #000;
  text-decoration: underline;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  position: relative;
  top: -16px;
}

.container-text-ayuda h2 a:hover {
  color: #353535;
}


/*estilos section about*/

section.queson {
  background-color: #ffff;
  padding: 70px 30px;
}

.container-info-queson {
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 40px;
}

.img-div {
  width: 50%;
}

.img-div img {
  aspect-ratio: 703/822;
  width: 100%;
  object-fit: cover;
}


.text-queson {
  width: 50%;
}

.text-queson h2 {
  text-align: start;
  margin-bottom: 40px;
  font-size: 45px;
}

.text-queson p {
  text-align: start;
  color: #000;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}


.big-img {
  width: 100%;
  margin-top: 40px;
}

.big-img img{
 aspect-ratio: 1920/892;
 object-fit: cover;
 width: 100%;
}

section.about2 {
  padding: 120px 20px;
}

.container-second {
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 30px;
}

.text-second {
  width: 50%;

}

.text-second p {
  text-align: start;
  color: #000;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}

.div-img-2 {
  width: 50%;
}

.div-img-2 img {
  object-fit: cover;
  aspect-ratio: 704/502;
  width: 100%;
}

/* estilos servicios*/

section.list-servicios {

  padding: 120px 30px;
}

.container-list {
  max-width: 960px;
  margin: auto;
}

.container-list h2 {
  margin-bottom: 80px;
  text-align: center;
}

ul.list {
  width: 100%;
  list-style: none;
  padding-left: none;
}

li.servicio {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.img-check {
  width: 60px;
  height: 60px;
}

li.servicio p{
  color: #000;
  line-height: 30px;
  border-bottom: 2px solid #cfcfcf;
  padding-bottom: 30px;
  font-size: 22px;
}

.btn-black {
  margin-top: 60px;
  background-color: #000;
  color: #ffff !important;
  cursor: pointer;
}

.btn-black:hover {
  background: #414141;
}

.imgbg-servicios {
  max-width: 1400px;
  margin: auto;
}

.imgbg-servicios img {
  aspect-ratio: 1479/779;
  object-fit: cover;
  width: 100%;
}


/*estilos resenas*/
.container-resenas h1 {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}

.section-resenas {

}

h4.b-circle {
  border-radius: 100px;
  margin-bottom: 0  !important;
  margin-top: 0 !important;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
}

.accion-second {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.accion-main {
  position: relative;

}

.accion-main::before {
  background-color: #0000008c;
  content: "";
  inset: 0;position: absolute;
}

.accion-main img {
  aspect-ratio: 1920/928;
  object-fit: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accion-main h1 {
  position: absolute;
  font-size: calc(24px + 2vw);
  margin: auto;
  text-align: center;
  max-width: 820px;
  line-height: normal;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffff;
}

.item-acc {
  margin: auto;
  max-width: 1485px;
  padding: 90px 30px;
}

.item-img-div img {
  aspect-ratio: 703/833;
  object-fit: cover;
  width: 100%;
}

.img-accion-2 img {
  aspect-ratio: 704/502;
  object-fit: cover;
  width: 100%;
}


.accion-second:nth-child(1)::before, .accion-second:nth-child(2)::before, .accion-second:nth-child(3)::before, .accion-second:nth-child(4)::before, .accion-second:nth-child(5)::before, .accion-second:nth-child(6)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.391);
}

.accion-second h3 {
  z-index: 4;
}

.accion-second:nth-child(1) {
  background-image: url('img/imageaccion1.jpg');
}

.accion-second:nth-child(2) {
  background-image: url('img/imageaccion2.jpg');
}
.accion-second:nth-child(3) {
  background-image: url('img/imageaccion4.jpg');
}
.accion-second:nth-child(4) {
  background-image: url('img/imageabout2.jpg');
}
.accion-second:nth-child(5) {
  background-image: url('img/imageservicio5.jpg');
}
.accion-second:nth-child(6) {
  background-image: url('img/imageaccion6.jpg');
}

.container-resenas {
  max-width: 1400px;
  margin: auto;
  padding: 0 30px;
}

.container-resenas h1 {
  font-size: 80px;
}

.review-resena {
  background-color: #FEF2D5;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 30px;
  margin-bottom: 20px;
}

.review-resena p {
  max-width: 862px;
  margin: 0;
}

/*estilos acciones*/



.title-section-acciones {
  width: 100%;
  height: 500px;
  background-color: #F3F3F3;
}

.title-section-acciones h1 {
  padding-top: 50px;
}

.container-card-acciones {
  top: -220px;
  position: relative;
  max-width: 1479px;
  margin: auto;
  display: grid;
  padding: 0 30px;
  grid-template-columns: repeat(auto-fit,minmax(400px, 1fr));
}

.title-section-accion h2 {
  text-align: center;
  padding-bottom: 60px;
}

.container-card-accion {

  position: relative;
  max-width: 1479px;
  margin: auto;
  display: grid;
  padding: 0 30px;
  grid-template-columns: repeat(auto-fit,minmax(400px, 1fr));
}

.card-accion {
  height: 470px;
  display: grid;
  place-content: center;
  background-color: #272A26;
  padding: 0 20px;
  cursor: pointer;
}

.card-accion h3 {
  color: #fff;
  text-align: center;
}

.title-section-acciones h1 {
  text-align: center;
}

.container-accion-btn {
  position: relative;
  top: -180px;
}



/*estilos contacto*/

.section-contacto {
  padding: 100px 30px;
  background-color: #FEF2D5;
}

.container-contact {
  max-width: 960px;
  margin: auto;
}

.container-contact h1 {
  text-align: center;
  margin-bottom: 60px;
}

.container-contact p {
  color: #000;
  font-size: 22px;
  text-align: center;
}

form.form-contact {
  margin-top: 100px;
}

.input-form {
  margin-bottom: 15px !important;
}

input, textarea {
  border: 1px solid #D87F0A !important;
  border-radius: 30px;
  background-color: transparent !important;
}

.container-enviar-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

/*estilos header*/

.cmenuwrap {
  display: block;
}

.cheader {
  background-color: #fff;
  padding: 40px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.cmenuwrap {
  position: fixed;
  top: -7%;
  z-index: 6;
  right: -14%;
  background-color: #F8BB22;
  display: block;
  align-items: center;
  width: 800px;
  height: 800px;
  border-radius: 100%;
  transform: scale(0);
}

ul.cmenu {
  list-style: none;
}

.cmenu a{
  font-size: 60px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.cmenu li:nth-child(1) {
  padding-left: 70px;
}

.cmenu li:nth-child(2), li:nth-child(6)  {
  padding-left: 50px;
}

.cmenu li:nth-child(4) {
  padding-left: 10px;
}

.cmenu li:nth-child(3),.cmenu  li:nth-child(5) {
  padding-left: 30px;
}

.cmenu li:nth-child(7) {
  padding-left: 80px;
}

.cheaderlogo {
  display: flex;
  justify-content: center;
}

.cheaderlogo a {
  color: #000;
  font-size: 1.5em;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}

.container-bigblog {
  position: relative;
  top: -220px;
}

.second-row {
  position: relative;
  top: -150px;
  margin-bottom: 70px;
}


form.form-contact {
  max-width: 648px;
  margin: auto;
  padding-top: 50px;
}


.container-img-blog {
  background-color: #F3F3F3;
  aspect-ratio: 100/22;
}

.container-item-blog {
  max-width: 1478px;
  margin: auto;
  padding: 0 30px;
  top: 0;
  position: relative;
  transform: translateY(-20%);
}

.info-blog .subtitle {
  font-size: 30px;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 70px;
  border-bottom: 1px solid #707070;
  font-size: 30px;
}

.main-text p {
  font-weight: 100;
}

.container-item-blog img{
  aspect-ratio: 1478/700;
  width: 100%;
  object-fit: cover;
}

.info-blog h1 {
  font-size: calc(30px + 2vw);
  line-height: normal;
  margin-bottom: 15px;
}

.cburger{
right: 40px;
}
.cbar{
height: 3px;
border-radius: 4px;
margin-top: 5px;
margin-bottom: 5px;
}
.cburger {
position: fixed;
top: 60px;
z-index: 400;
cursor: pointer;
    width: 28px;
    }
.cmenuwrap{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cbar{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.showmenuresponsive .cmenuwrap{
transform: scale(1);
}
.showmenuresponsive .cbar1{
transform: rotate(45deg) translateY(5px) translateX(6px);
}
.showmenuresponsive .cbar3{
transform: rotate(-45deg) translateY(-5px) translateX(6px);
}
.showmenuresponsive .cbar2{
opacity: 0;
}
.jqslick {
overflow: hidden;
}
.cslickcontrol{
position: relative;
transform: none;
display: inline-block;
left: auto;
right: auto;
margin-top: 40px;
}
.cslickcontrol svg{
    border-radius: 10px;
    width: 30px;
    height: auto;

}
.cslickcontrol svg rect{
fill:#F8BB22;
}
.cslickcontrol svg path{
stroke:black;
}
.cslickcontrol:hover svg path{
stroke:white;
}

.single .title-section-acciones{
background: transparent;
}
.ctextleftitem  .text-item{
transform: translateX(-100%)!important;
}
.ctextleftitem  .col50{
transform: translateX(100%);
}
.ccontainerbot{
margin-bottom: 30px;
text-align: center;
}
.ccontainerbot{
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
.ccontainerbot a{
    line-height: 32px;
}
.vvideohome{
margin-top: 3vw;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {

    font-size: 150%;

    }

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {

    bottom: 0px;

    }



    div#pojo-a11y-toolbar {

    top: auto !important;

}



nav#pojo-a11y-toolbar {
top: auto !important;
left: auto!important;
    bottom: 0px !important;
      right: -180px;
      -webkit-transition:all 0.6s ease-in-out!important;
      -moz-transition:all 0.6s ease-in-out!important;
      -o-transition:all 0.6s ease-in-out!important;
      transition:all 0.6s ease-in-out!important;


}
.pojo-a11y-toolbar-open{
  right: 0px!important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    left: -44px!important;
    bottom: 0px!important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {

    font-size: 150%!important;

    }
.pojo-a11y-toolbar-item{
padding-left: 0px!important;
}


.shtitlecookies{
  display: none!important;
}
