/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 5.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'font-grupocarranza';
  src: url('font/font-grupocarranza.eot?4268206');
  src: url('font/font-grupocarranza.eot?4268206#iefix') format('embedded-opentype'),
       url('font/font-grupocarranza.woff2?4268206') format('woff2'),
       url('font/font-grupocarranza.woff?4268206') format('woff'),
       url('font/font-grupocarranza.ttf?4268206') format('truetype'),
       url('font/font-grupocarranza.svg?4268206#font-grupocarranza') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'font-grupocarranza';
    src: url('../font/font-grupocarranza.svg?4268206#font-grupocarranza') format('svg');
  }
}
*/
[class^="iconc-"]:before, [class*=" iconc-"]:before {
  font-family: "font-grupocarranza";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconc-alerta:before { content: '\e800'; } /* '' */
.iconc-alquiler:before { content: '\e801'; } /* '' */
.iconc-almacenaje:before { content: '\e802'; } /* '' */
.iconc-correo:before { content: '\e803'; } /* '' */
.iconc-essalud:before { content: '\e804'; } /* '' */
.iconc-fb:before { content: '\e805'; } /* '' */
.iconc-glob:before { content: '\e806'; } /* '' */
.iconc-planilla:before { content: '\e807'; } /* '' */
.iconc-ig:before { content: '\e808'; } /* '' */
.iconc-operaciones:before { content: '\e809'; } /* '' */
.iconc-carga:before { content: '\e80a'; } /* '' */
.iconc-mapa:before { content: '\e80b'; } /* '' */
.iconc-cts:before { content: '\e80c'; } /* '' */
.iconc-transporte:before { content: '\e80d'; } /* '' */
.iconc-telefono:before { content: '\e80e'; } /* '' */
.iconc-sodhexo:before { content: '\e80f'; } /* '' */
.iconc-proyectos:before { content: '\e810'; } /* '' */
.iconc-recursos-1:before { content: '\e811'; } /* '' */
.iconc-recursos-2:before { content: '\e812'; } /* '' */
.iconc-twiter:before { content: '\e813'; } /* '' */
.iconc-yotube:before { content: '\e814'; } /* '' */
.iconc-gratificacion:before { content: '\e815'; } /* '' */

.icon-facebook:before{
	font-family: "font-grupocarranza";
	content: '\e805';
}
.icon-youtube:before {
    font-family: "font-grupocarranza";
    content: '\e814';
    font-size: 0.9rem;
}
.slider-carranza .banner p {
    font-size: 1rem;
}
.button {
    letter-spacing: .0em;
    line-height: 3.4em;
    min-height: 3.5em;
    padding: 0 3em;
}
.white {
    color: #004384!important;
}
.zoom .icon-box-img{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.zoom:hover .icon-box-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
:root {
    --primary-color: #004384;
    --secundary-color: #b6d0ff;
}
.nav-dark .nav>li>a{
    color: hsl(0deg 0% 100%);
}
.nav>li>a {
    font-size: .9em;
}
.nav-vertical+.tab-panels {
    padding: 30px 30px 30px;
}
.nav-vertical>li>a{
    padding-left: 2rem!important;
}
.cuadros:before{
	position: absolute;
    z-index: 0;
    content: "";
    background-color: var(--primary-color);
    top: -50px;
    left: -100px;
    width: 44px;
    height: 135px;
    -webkit-animation: balloon8 3s ease-in-out infinite;
    -moz-animation: balloon8 3s ease-in-out infinite;
    -o-animation: balloon8 3s ease-in-out infinite;
    animation: balloon8 3s ease-in-out infinite;
}
.cuadros:after{
	position: absolute;
    z-index: 0;
    content: "";
    background-color:var(--secundary-color);
    top: 100px;
    left: -100px;
    width: 44px;
    height: 44px;
}


.cuadros-02:before{
    position: absolute;
    z-index: 2;
    content: "";
    background-color: var(--primary-color);
    bottom: 240px;
    left: 50px;
    width: 40px;
    height: 40px;
    -webkit-animation: balloon9 3s ease-in-out infinite;
    -moz-animation: balloon9 3s ease-in-out infinite;
    -o-animation: balloon9 3s ease-in-out infinite;
    animation: balloon9 3s ease-in-out infinite;
}
.cuadros-02:after{
    position: absolute;
    z-index: 1;
    content: "";
    background-color: var(--secundary-color);
    bottom: 208px;
    left: 17px;
    width: 33px;
    height: 33px;
}

.lineas-01:before{
	position: absolute;
    z-index: 1;
    content: "";
    background-color: var(--primary-color);
    top: 180px;
    left: 50px;
    width: 44px;
    height: 135px;
    -webkit-animation: balloon8 3s ease-in-out infinite;
    -moz-animation: balloon8 3s ease-in-out infinite;
    -o-animation: balloon8 3s ease-in-out infinite;
    animation: balloon8 3s ease-in-out infinite;
}
.lineas-01:after{
	position: absolute;
    z-index: 0;
    content: "";
    background-color:var(--secundary-color);
    top: 330px;
    left: 50px;
    width: 44px;
    height: 44px;
}
.lineas-02:before{
	position: absolute;
    z-index: 0;
    content: "";
    background-color: var(--primary-color);
    top: 40px;
    right: 160px;
    width: 140px;
    height: 240px;
    transition: all 0.5s;
}
.lineas-02:after{
    position: absolute;
    z-index: -1;
    content: "";
    background-color: var(--secundary-color);
    bottom: 0px;
    left: 160px;
    width: 140px;
    height: 140px;
    transition: all 0.5s;
}
.lineas-03:before{
	position: absolute;
    z-index: 0;
    content: "";
    background-color: var(--primary-color);
    bottom: 75px;
    right: 140px;
    width: 100px;
    height: 100px;
    transition: all 0.5s;
}
.lineas-03:after{
    position: absolute;
    z-index: -1;
    content: "";
    background-color: var(--secundary-color);
    top: 170px;
    left: 130px;
    width: 240px;
    height: 100px;
    transition: all 0.5s;
}
.lineas-04:before {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: var(--primary-color);
    top: 20px;
    left: -5px;
    width: 44px;
    height: 135px;
    -webkit-animation: balloon8 3s ease-in-out infinite;
    -moz-animation: balloon8 3s ease-in-out infinite;
    -o-animation: balloon8 3s ease-in-out infinite;
    animation: balloon8 3s ease-in-out infinite;
}
.lineas-04:after{
    position: absolute;
    z-index: 0;
    content: "";
    background-color: var(--secundary-color);
    top: 170px;
    left: -5px;
    width: 44px;
    height: 44px;
}
.lineas-05:before {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: var(--primary-color);
    top: 40px;
    right: -10px;
    width: 44px;
    height: 110px;
    -webkit-animation: balloon8 3s ease-in-out infinite;
    -moz-animation: balloon8 3s ease-in-out infinite;
    -o-animation: balloon8 3s ease-in-out infinite;
    animation: balloon8 3s ease-in-out infinite;
}
.lineas-05:after {
    position: absolute;
    z-index: 0;
    content: "";
    background-color: var(--secundary-color);
    top: 165px;
    right: -10px;
    width: 44px;
    height: 44px;
}
.lineas-05>.col-inner:before{
    position: absolute;
    z-index: 2;
    content: "";
    background-color: var(--secundary-color);
    bottom: 20px;
    left: -20px;
    width: 40px;
    height: 40px;
    -webkit-animation: balloon9 3s ease-in-out infinite;
    -moz-animation: balloon9 3s ease-in-out infinite;
    -o-animation: balloon9 3s ease-in-out infinite;
    animation: balloon9 3s ease-in-out infinite;
}
.banner h1 {
    font-size: 3.8em;
    margin-top: 0;
    margin-bottom: 2rem;
}
.banner p {
    margin-bottom: 2em;
}
h1 {
    font-size: 3.2em;
}
h1 strong{
	color: var(--primary-color);
}
h2 {
    font-size: 2.8em;
}
h2 strong{
	color: var(--primary-color);
}
.titulo:before{
	position: absolute;
    z-index: -1;
    content: "";
    background-color: #ffffff;
    top: -20px;
    left: -20px;
    width: 44px;
    height: 135px;
    transition: all 0.5s;
}
.conoce:hover .titulo:before,
.contribucion:hover .titulo:before,
.familia:hover .titulo:before {
    width: 100%;
    height: 110%;
    transition: all 0.5s;
}
.titulo-2:before{
	position: absolute;
    z-index: -1;
    content: "";
    background-color: #F5F5F5;
    top: -20px;
    left: -20px;
    width: 44px;
    height: 135px;
    transition: all 0.5s;
}
.acerca:hover .titulo-2:before {
    width: 100%;
    height: 110%;
    transition: all 0.5s;
}
.acerca .col-02 .img-02{
	position: absolute;
    top: 135px;
    left: 65px;
    transition: all 0.5s;
}

.lista ul{
    margin-bottom: 2.8em;
}
.lista ul li{
	list-style: none;
	position: relative;
}

.lista ul li:before{
	position: absolute;
    z-index: -1;
    content: "";
    background-color: var(--primary-color);
    top: 8px;
    left: -12px;
    width: 5px;
    height: 5px;
       -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.lista ul li:hover:before{
    
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3) rotate(45deg);
}


.conoce>.bg:before{
    position: absolute;
    z-index: 0;
    content: "";
    background-color: #ffffff;
    top: 30%;
    right: 0px;
    width: 100px;
    height: 70px;
}
.conoce>.bg:after{
    position: absolute;
    z-index: 0;
    content: "";
    background-color: #ffffff;
    top: 46%;
    right: 0px;
    width: 100px;
    height: 300px;
}
.conoce:hover .lineas-02:before{
	right: 130px;
	transition: all 0.5s;
}
.conoce:hover .lineas-02:after{
	left: 130px;
	transition: all 0.5s;
}
.conoce:before{
	position: absolute;
    z-index: 1;
    content: "";
    bottom: 80px;
    right: 80px;
    width: 88px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.grupocarranza.pe/wp-content/uploads/2024/01/recursos-azules-02.svg);
}

.conoce .col-01 .img-03 {
    position: absolute;
    z-index: 0;
    top: 190px;
    left: 105px;
    -webkit-animation: balloon2 6s ease-in-out infinite;
    -moz-animation: balloon2 6s ease-in-out infinite;
    -o-animation: balloon2 6s ease-in-out infinite;
    animation: balloon2 6s ease-in-out infinite;
}
.conoce .col-01 .img-01 {
    position: absolute;
    z-index: 0;
    top: 80px;
    right: 85px;
    -webkit-animation: balloon1 6s ease-in-out infinite;
    -moz-animation: balloon1 6s ease-in-out infinite;
    -o-animation: balloon1 6s ease-in-out infinite;
    animation: balloon1 6s ease-in-out infinite;
}
.conoce .col-01 .img-02 {
    position: absolute;
    z-index: 0;
	bottom: 45px;
    right: 70px;
    -webkit-animation: balloon4 6s ease-in-out infinite;
    -moz-animation: balloon4 6s ease-in-out infinite;
    -o-animation: balloon4 6s ease-in-out infinite;
    animation: balloon4 6s ease-in-out infinite;
}
.conoce .col-01 .col-inner>.img:not(:last-child),
.conoce .col-01 .col>.img:not(:last-child) {
    margin-bottom: 0em;
}


.contribucion:before{
    position: absolute;
    z-index: 2;
    content: "";
    background-color: var(--primary-color);
    bottom: 33px;
    left: 33px;
    width: 40px;
    height: 40px;
    -webkit-animation: balloon9 3s ease-in-out infinite;
    -moz-animation: balloon9 3s ease-in-out infinite;
    -o-animation: balloon9 3s ease-in-out infinite;
    animation: balloon9 3s ease-in-out infinite;
}
.contribucion:after{
    position: absolute;
    z-index: 1;
    content: "";
    background-color: var(--secundary-color);
    bottom: 0px;
    left: 0px;
    width: 33px;
    height: 33px;
}	

.encontramos:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: calc(50% - 350px);
    top: calc(50% - 400px);
    width: 700px;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.grupocarranza.pe/wp-content/uploads/2024/01/mapa-fondo.svg);
}
.encontramos .icon-box .icon-box-img{
    top: 0px;
    transition: all 0.5s;
}
.encontramos .icon-box:hover .icon-box-img{
    top: -15px;
    transition: all 0.5s;
}


.familia:hover .lineas-02:before{
	right: 130px;
	transition: all 0.5s;
}
.familia:hover .lineas-02:after{
	left: 130px;
	transition: all 0.5s;
}


.familia:before{
	position: absolute;
    z-index: 1;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 190px;
    height: 440px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.grupocarranza.pe/wp-content/uploads/2024/01/recursos-blanco-01.svg);
}

.familia:hover .lineas-03:before{
	right: 110px;
	transition: all 0.5s;
}
.familia:hover .lineas-03:after{
	left: 100px;
	transition: all 0.5s;
}
.historia .col-inner{
    box-shadow: 0px 3px 6px #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.5s;
}
.historia:hover .col-inner{
    background-color: #fff!important;
    box-shadow: 0px 3px 6px #00000029;
    border-bottom: 2px solid var(--primary-color);
    transition: all 0.5s;
}


.tiempo .icon-box .icon-box-text{
    background-color: #F5F5F5;
    box-shadow: 0px 3px 6px #fff;
    transition: all 0.5s;
    width: 100%;
}
.tiempo .icon-box:hover .icon-box-text{
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    transition: all 0.5s;
}
.tiempo .icon-box .icon-box-text h3{
    background-color: var(--primary-color);
    color: #fff;
    font-size: 1.5rem;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    position: relative;
}
.tiempo .icon-box .icon-box-text h3:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid #004384;
    border-bottom: 25px solid transparent;
}
.tiempo .icon-box .icon-box-text p{
    height: 180px;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}
.linea-azul:before {
    position: absolute;
    z-index: 0;
    content: "";
    top: 47.5%;
    left: 0px;
    width: 100%;
    height: 5px;
    background-color: var(--primary-color);
}

.tiempo .icon-box:before{
	color: var(--primary-color);
    font-size: 1.8rem;
    z-index: 2;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: inline-flex;
    transition: all 0.5s;
}

.tiempo .icon-box:after{
    position: absolute;
    z-index: 1;
    content: "";
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: calc(50% - 30px);
    top: 28px;
    transition: all 0.5s;
}
.tiempo .icon-box:hover:before{
	color: #fff;
	transition: all 0.5s;
}
.tiempo .icon-box:hover:after{
	background-color: var(--primary-color);
	box-shadow: 0 0 0px 10px #94b0cb;
	transition: all 0.5s;
}
.tiempo .arriba .icon-box{
    display: grid;
}

.tiempo .arriba .icon-box:before {
    order: 2;
}
.tiempo .arriba .icon-box .icon-box-text{
    order: 1;
}
.tiempo .arriba .icon-box:after {
    top: auto;
    bottom: 28px;
}

.tiempo .arriba{
	margin-bottom: -70px;
}

.tiempo .abajo{
	margin-top: -76px;
}
.iconc-alquiler:before {
    font-size: 1.5rem!important;
}

.iconc-carga:before {
    font-size: 1.2rem!important;
}
.tiempo .fila-tiempo{
	padding-left: 60px!important;
	padding-right: 60px!important;
}
.tiempo  .flickity-prev-next-button {
    bottom: 45%;
}
.flickity-prev-next-button svg {
    padding: 30%;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    fill: #004384;
    background-color: #F5F5F5;
}
.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
    border: 0px solid;
}
.cuadro-texto {
    width: 180px;
    background-color: #004384;
    color: #fff;
    padding: 20px 40px;
    position: absolute;
    right: -60px;
    bottom: -40px;
}
.cuadro-texto:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 25px solid #004384;
    border-left: 25px solid transparent;
}
.cuadro-texto p{
    margin-bottom: 0;
    font-weight: 600;
}
.cuadro-texto h4{
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.cabecera:before {
    position: absolute;
    z-index: 2;
    content: "";
    background-color: var(--primary-color);
    bottom: 33px;
    left: 33px;
    width: 40px;
    height: 40px;
    -webkit-animation: balloon9 3s ease-in-out infinite;
    -moz-animation: balloon9 3s ease-in-out infinite;
    -o-animation: balloon9 3s ease-in-out infinite;
    animation: balloon9 3s ease-in-out infinite;
}
.cabecera:after {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: var(--secundary-color);
    bottom: 0px;
    left: 0px;
    width: 33px;
    height: 33px;
}

.cabecera>.bg:before {
    position: absolute;
    z-index: 0;
    content: "";
    background-color: var(--secundary-color);
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
}
.cabecera>.bg:after {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: var(--primary-color);
    top: 54px;
    right: 0px;
    width: 44px;
    height: 135px;

}
.contribucion-box.box-badge {
    box-shadow: 0px 3px 6px #00000029;
    border-bottom: 3px solid #fff;
	
	transition: all 0.5s;
}
.contribucion-box.box-badge:hover{
	border-bottom: 3px solid var(--primary-color);
    transition: all 0.5s;
}
.contribucion-box .box-image {
    padding-bottom: 60px;
}
.contribucion-box p {
    opacity: 0;
    transition: all 0.5s;

}
.contribucion-box h4{
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1.3em;
    transition: all 0.5s;
}
.contribucion-box:hover p {
    opacity: 1;
    color: #1E1E1E;
    transition: all 0.5s;
}
.contribucion-box .box-text:before{
    position: absolute;
    z-index: 1;
    content: "";
    top: 0px;
    right: 0px;
    width: 40px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.grupocarranza.pe/wp-content/uploads/2024/01/recursos-azules-02.svg);
}

.contribucion-box.box-badge .box-text {
    background-color: hsl(0deg 0% 100%);
    bottom: -19%;
    padding: 0.8em 4em 2em 2em;
    transition: all 0.5s;
}
.contribucion-box.box-badge:hover .box-text {

    bottom: 0%;
    transition: all 0.5s;
}

.contribucion-box.hover-dark:hover h4{
	color: #1E1E1E;
	margin-bottom: 1rem;
	transition: all 0.5s;
}

.cuadros-blancos>.bg:before {
    position: absolute;
    z-index: 0;
    content: "";
    background-color: #ffffff;
    top: 330px;
    left: 0px;
    width: 100px;
    height: 70px;
}
.cuadros-blancos>.bg:after {
    position: absolute;
    z-index: 0;
    content: "";
    background-color: #ffffff;
    top: 0%;
    left: 0px;
    width: 100px;
    height: 300px;
}

.empresas{
    overflow: hidden;
}
.empresas .titulo-empresa{
    opacity: 1;
    transition: all 0.5s;
}
.empresas img{
    margin-bottom: 0.5rem;
}
.empresas:hover .titulo-empresa {
    opacity: 0;
    transition: all 0.5s;
}
.empresas h4{
    font-size: 1.3em;
}
.empresas h6{
    transition: all 0.5s;
    font-weight: 100;
    letter-spacing: 0;
    font-size: 0.9rem!important;
    margin-bottom: 0;
    opacity: 0.8;
}
.empresas:hover h6{
    opacity: 0;
    transition: all 0.5s;
}
.empresas .contenido-empresa{
    transition: all 0.3s;
    bottom: -110%;
}
.empresas:hover .contenido-empresa{
    transition: all 0.3s;
    bottom: 0%;
}
.empresas:hover .text-box{
    transition: all 0.5s;
}
.empresas .banner-bg .bg:before {
    margin: -35px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255 255 255 / 0%);
    content: '';
    filter: blur(0px);
    position: absolute;
    z-index: 0;
    backdrop-filter: blur(0px);
    transition: all 0.5s;
}

.empresas:hover .banner-bg .bg:before {
    filter: blur(18px);
    transition: all 0.5s;

}

.layout-left .hotspots-image-container {
    -webkit-flex: 0 0 45%!important;
    -ms-flex: 0 0 45%!important;
    flex: 0 0 45%!important;
}
.layout-left .hotspots-placeholder {
    -webkit-flex: 0 0 55%!important;
    -ms-flex: 0 0 55%!important;
    flex: 0 0 55%!important;
    max-width: 55%!important;
}
.hotspots-placeholder>div.visible {
    background-color: #fff!important;
}

.hotspots-placeholder>div.visible{
    display: inline-grid!important;
}
.hotspot-info .hotspot-title{
    order: 2;
}

.hotspot-info .hotspot-thumb{
    order: 1;
}

.hotspot-info .hotspot-content{
    order: 3;
    margin-left: 2.5rem;
    position: relative;
    padding-right: 3.5rem;
    padding-bottom: 2rem;
}
.hotspot-info .hotspot-content:before {
    position: absolute;
    z-index: 1;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 56px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.grupocarranza.pe/wp-content/uploads/2024/01/recursos-azules-02.svg);
}
.hotspot-title {
    margin-top: 1.5rem!important;
    text-align: left!important;
    font-size: 1.6rem!important;
    margin-left: 2.5rem!important;
}
.hotspot-info .hotspot-content ul {
    margin-bottom: 2.0em;
}
.hotspot-info .hotspot-content a{
	padding:8px 12px;
	border:1px solid #004384;
	transition: all 0.5s;
}
.hotspot-info .hotspot-content a:hover{
	background-color: #004384;
	color:#ffffff;
	transition: all 0.5s;
}
.hotspot-info .hotspot-content a:before{
	content: '\e803';
    font-family: "font-grupocarranza";
    color: #004384;
    margin-right: 5px;
    font-size: 12px;
	transition: all 0.5s;
}
.hotspot-info .hotspot-content a:hover:before{
    color: #ffffff;
	transition: all 0.5s;
}
.hotspot-info ul li{
    list-style: none;
    position: relative;
}

.hotspot-info ul li:before{
    position: absolute;
    z-index: 0;
    content: "";
    background-color: var(--primary-color);
    top: 8px;
    left: -12px;
    width: 5px;
    height: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.hotspot-info ul li:hover:before{ 
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3) rotate(45deg);
}
.hotspots-placeholder {
    padding: 0em!important;
    padding-right: 180px!important;
}
.hotspot-initial.visible .hotspot-title {
    margin-top: 1.5rem!important;
    text-align: left!important;
    font-size: 1.6rem!important;
    margin-left: 1.3rem!important;
}
.hotspot-initial.visible .hotspot-content{
    margin-left: 1.3rem!important;
    margin-right: 1.3rem!important;
}
.hotspot-initial.visible .hotspot-content i{
    color: #004384;
    font-size: 30px;
    text-align: left;
    float: left;
    margin-right: 1rem;
}
.leaflet-tooltip {
    padding: 8px!important;
    width: 100px!important;
    text-align: center!important;
    font-weight: 600!important;
}

#hotspot-220 .leaflet-tooltip, #hotspot-220 .leaflet-rrose-content-wrapper {
    background: #004384!important;
    border-color: #004384!important;
    color: #ffffff!important;
}
#hotspot-220 .leaflet-tooltip-right:before {
    border-right-color: #004384!important;
}
#hotspot-220 .leaflet-tooltip-left:before {
    border-left-color: #004384!important;
}


.perfiles .large-2 {
    flex-basis: 20%;
    max-width: 20%;
}

.perfiles .large-2 .col-inner{
    box-shadow: 0px 3px 6px #00000029;
    border-bottom: 3px solid var(--primary-color);
}

.trabaja .icon-box-img img,.trabaja .icon-box-img svg {
    height: 40px;
}

.trabaja .lineas-02:after {
    left: 40px;
}

.trabaja:hover .lineas-02:after {
    left: 0px;
}
.trabaja:after {
    position: absolute;
    z-index: 0;
    content: "";
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 70px;
}
.nav-line-bottom>li>a:before {
    background-color: #b6d0ff;
    height: 8px;
    width: 8px;
}
.nav-uppercase>li>a {
    letter-spacing: .0em;
}
.nav>li>a {
    padding: 30px 0;
}
.nav>li {
    margin: 0 10px;
}

.forminator-edit-module{
    display: none;
}

.forminator-ui.forminator-custom-form[data-design=material] .forminator-button {
    padding: 15px 40px!important;
    border-radius: 0px!important;
    font-weight: 600!important;
}





































































.flickity-page-dots {
    bottom: -20px;
}
.flickity-page-dots .dot {
    height: 8px;
    width: 8px;
    border: 3px solid #004385;
}
.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #004385;
}
.flickity-page-dots .dot.is-selected {
    background-color: #004385;
}
.text-box-content {
    font-size: inherit!important;
}

.res-text {
    font-size: inherit!important;
}

.footer-wrapper .col-01 .button {
    padding: 0 2em;
}
.footer-wrapper .social-icons a {
    font-size: 1.2em;
    margin-left: 0em;
    margin-right: 1.8em;
    opacity: 0.8;
       -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
        display: inline-flex;
}
.footer-wrapper .social-icons a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.footer-wrapper  h5 {
    margin-bottom: 0;
}

.libro p{
	margin-bottom: 0;
	line-height: 18px;
}
.libro.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0.2em;
}
.back-to-top.button{
    color: #B5D0FF;
    min-height: 2.8em;
    line-height: 2.8em;
    border-radius: 0;
}

.absolute-footer {
    padding: 0px 0 0px;
}
.pb-0{
	padding-bottom: 0px!important;
}
.pb-40{
	padding-bottom: 40px!important;
}

.pb-80{
	padding-bottom: 80px!important;
}

.pb-100{
	padding-bottom: 100px!important;
}

.pb-140{
	padding-bottom: 140px!important;
}

.pb-180{
	padding-bottom: 180px!important;
}

.pb-200{
	padding-bottom: 220px!important;
}



/*BALLOON 1 4*/
        @-webkit-keyframes balloon1 {
            0%, 100% {
                -webkit-transform: translateY(0) rotate(-6deg);
            }
            50% {
                -webkit-transform: translateY(-20px) rotate(8deg);
            }
        }
        @-moz-keyframes balloon1 {
            0%, 100% {
                -moz-transform: translateY(0) rotate(-6deg);
            }
            50% {
                -moz-transform: translateY(-20px) rotate(8deg);
            }
        }
        @-o-keyframes balloon1 {
            0%, 100% {
                -o-transform: translateY(0) rotate(-6deg);
            }
            50% {
                -o-transform: translateY(-20px) rotate(8deg);
            }
        }
        @keyframes balloon1 {
            0%, 100% {
                transform: translateY(0) rotate(-6deg);
            }
            50% {
                transform: translateY(-20px) rotate(8deg);
            }
        }
        /* BAllOON 2 5*/
        @-webkit-keyframes balloon2 {
            0%, 100% {
                -webkit-transform: translateY(0) rotate(6eg);
            }
            50% {
                -webkit-transform: translateY(-30px) rotate(-8deg);
            }
        }
        @-moz-keyframes balloon2 {
            0%, 100% {
                -moz-transform: translateY(0) rotate(6deg);
            }
            50% {
                -moz-transform: translateY(-30px) rotate(-8deg);
            }
        }
        @-o-keyframes balloon2 {
            0%, 100% {
                -o-transform: translateY(0) rotate(6deg);
            }
            50% {
                -o-transform: translateY(-30px) rotate(-8deg);
            }
        }
        @keyframes balloon2 {
            0%, 100% {
                transform: translateY(0) rotate(6deg);
            }
            50% {
                transform: translateY(-30px) rotate(-8deg);
            }
        }
        /* BAllOON 0*/
        @-webkit-keyframes balloon3 {
            0%, 100% {
                -webkit-transform: translate(0, -10px) rotate(6eg);
            }
            50% {
                -webkit-transform: translate(-20px, 30px) rotate(-8deg);
            }
        }
        @-moz-keyframes balloon3 {
            0%, 100% {
                -moz-transform: translate(0, -10px) rotate(6eg);
            }
            50% {
                -moz-transform: translate(-20px, 30px) rotate(-8deg);
            }
        }
        @-o-keyframes balloon3 {
            0%, 100% {
                -o-transform: translate(0, -10px) rotate(6eg);
            }
            50% {
                -o-transform: translate(-20px, 30px) rotate(-8deg);
            }
        }
        @keyframes balloon3 {
            0%, 100% {
                transform: translate(0, -10px) rotate(6eg);
            }
            50% {
                transform: translate(-20px, 30px) rotate(30deg);
            }
        }
        /* BAllOON 3*/
        @-webkit-keyframes balloon4 {
            0%, 100% {
                -webkit-transform: translate(10px, -10px) rotate(-8eg);
            }
            50% {
                -webkit-transform: translate(-15px, 20px) rotate(10deg);
            }
        }
        @-moz-keyframes balloon4 {
            0%, 100% {
                -moz-transform: translate(10px, -10px) rotate(-8eg);
            }
            50% {
                -moz-transform: translate(-15px, 10px) rotate(10deg);
            }
        }
        @-o-keyframes balloon4 {
            0%, 100% {
                -o-transform: translate(10px, -10px) rotate(-8eg);
            }
            50% {
                -o-transform: translate(-15px, 10px) rotate(10deg);
            }
        }
        @keyframes balloon4 {
            0%, 100% {
                transform: translate(10px, -10px) rotate(-8eg);
            }
            50% {
                transform: translate(-15px, 10px) rotate(10deg);
            }
        }
        /* BAllOON 5*/
        @-webkit-keyframes balloon5 {
            0%, 100% {
                -webkit-transform: translate(10px, -10px) rotate(0eg);
            }
            50% {
                -webkit-transform: translate(-15px, 20px) rotate(0deg);
            }
        }
        @-moz-keyframes balloon5 {
            0%, 100% {
                -moz-transform: translate(10px, -10px) rotate(0eg);
            }
            50% {
                -moz-transform: translate(-15px, 10px) rotate(0deg);
            }
        }
        @-o-keyframes balloon5 {
            0%, 100% {
                -o-transform: translate(10px, -10px) rotate(0eg);
            }
            50% {
                -o-transform: translate(-15px, 10px) rotate(0deg);
            }
        }
        @keyframes balloon5 {
            0%, 100% {
                transform: translate(10px, -10px) rotate(0eg);
            }
            50% {
                transform: translate(-15px, 10px) rotate(0deg);
            }
        }
        /* BAllOON 6*/
        @-webkit-keyframes balloon6 {
            0%, 100% {
                -webkit-transform: translate(15px, -15px) rotate(-10eg);
            }
            50% {
                -webkit-transform: translate(15px, -20px) rotate(-20deg);
            }
        }
        @-moz-keyframes balloon6 {
            0%, 100% {
                -moz-transform: translate(15px, -15px) rotate(-10eg);
            }
            50% {
                -moz-transform: translate(15px, -20px) rotate(20deg);
            }
        }
        @-o-keyframes balloon6 {
            0%, 100% {
                -o-transform: translate(15px, -15px) rotate(-10eg);
            }
            50% {
                -o-transform: translate(15px, -20px) rotate(20deg);
            }
        }
        @keyframes balloon6 {
            0%, 100% {
                transform: translate(15px, -15px) rotate(-10eg);
            }
            50% {
                transform: translate(15px, -20px) rotate(20deg);
            }
        }
        /* BAllOON 7*/
        @-webkit-keyframes balloon7 {
            0%, 100% {
                -webkit-transform: translate(20px, -20px) rotate(-15eg);
            }
            50% {
                -webkit-transform: translate(-25px, -50px) rotate(15deg);
            }
        }
        @-moz-keyframes balloon7{
            0%, 100% {
                -moz-transform: translate(20px, -20px) rotate(-15eg);
            }
            50% {
                -moz-transform: translate(-25px, -50px) rotate(15deg);
            }
        }
        @-o-keyframes balloon7 {
            0%, 100% {
                -o-transform: translate(20px, -20px) rotate(-15eg);
            }
            50% {
                -o-transform: translate(-25px, -50px) rotate(15deg);
            }
        }
        @keyframes balloon7 {
            0%, 100% {
                transform: translate(20px, -20px) rotate(-15eg);
            }
            50% {
                transform: translate(-25px, -50px) rotate(15deg);
            }
        }
		/* BAllOON 8*/
        @-webkit-keyframes balloon8 {
            0%, 100% {
                -webkit-transform: translate(0px, 15px) rotate(0eg);
            }
            50% {
                -webkit-transform: translate(0px, 15px) rotate(0deg);
            }
        }
        @-moz-keyframes balloon8{
            0%, 100% {
                -moz-transform: translate(0px, 15px) rotate(0eg);
            }
            50% {
                -moz-transform: translate(0px, 15x) rotate(0deg);
            }
        }
        @-o-keyframes balloon8 {
            0%, 100% {
                -o-transform: translate(0px, 15px) rotate(0eg);
            }
            50% {
                -o-transform: translate(0px, 15px) rotate(0deg);
            }
        }
        @keyframes balloon8 {
            0%, 100% {
                transform: translate(0px, 15px) rotate(0eg);
            }
            50% {
                transform: translate(0px, 15px) rotate(0deg);
            }
        }
        /* BAllOON 8*/
        @-webkit-keyframes balloon9 {
            0%, 100% {
                -webkit-transform: translate(0px, 0px) rotate(90eg);
            }
            50% {
                -webkit-transform: translate(0px, 0px) rotate(90deg);
            }
        }
        @-moz-keyframes balloon9{
            0%, 100% {
                -moz-transform: translate(0px, 0px) rotate(90eg);
            }
            50% {
                -moz-transform: translate(0px, 0x) rotate(90deg);
            }
        }
        @-o-keyframes balloon9 {
            0%, 100% {
                -o-transform: translate(0px, 0px) rotate(90eg);
            }
            50% {
                -o-transform: translate(0px, 0px) rotate(90deg);
            }
        }
        @keyframes balloon9 {
            0%{
                transform: rotate(0);
            }
            25% {
                transform: rotate(90deg);
            }
            50% {
                transform: rotate(180deg);
            }
            75% {
                transform: rotate(270deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
/*FIN BALLOON 1 4*/


.boton.button{
	overflow: hidden;
	width: 160px;
	padding: 0 0em;
	border: 0;
}
.boton.button>span{
    display: inline-block;
    width: 100%;
    line-height: 3.6;
    z-index: 2;
    position: relative;
}
.boton:hover {
    box-shadow: inset 0 0 0 0px rgba(0,0,0,.0);


}

.boton:before, .boton:after,
.boton span:before,
.boton span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color: #000000;
  transition: 0.5s ease-in-out;
  z-index: 0;
}
.boton.white:before, .boton.white:after, .boton.white span:before, .boton.white span:after {
    background-color: #b6d0ff;
}
.boton:before {
  left: 0;
}
.boton:after {
  left: 50%;
}
.boton span:before, .boton span:after {
  top: auto;
  bottom: 0;
  z-index: -1;
}
.boton span:before {
  left: 25%;
}
.boton span:after {
  left: 75%;
}

.boton:hover:before, .boton:hover:after,
.boton:hover span:before,
.boton:hover span:after {
  height: 50px;
  transition: 0.5s ease-in-out;
}
.stuck .nav>li>a {
    padding: 25px 0;
}
.pie a{
    color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1200px) {
    .conoce:before {
        bottom: -12px;
        right: 0px;
    }
    .empresas h4 {
        font-size: 1.0em;
    }
    .donde .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .perfiles .large-2 {
        flex-basis: 33%;
        max-width: 33%;
    }
}

@media only screen and (max-width: 1024px) {
    .banner h1 {
        font-size: 3.0em;
    }
    .cuadros-02:after {
        bottom: 0px;
    }
    .cuadros-02:before {
        bottom: 33px;
    }
    .conoce .col-01 .img-03 {
        left: 60px;
    }
    .conoce .col-01 .img-01 {
        right: 40px;
    }
    .conoce .col-01 .img-02 {
        right: 10px;
    }
    .hotspots-placeholder {
        padding-right: 80px!important;
    }
}
@media only screen and (max-width: 849px) {
    .linea-azul:before {
        left: calc(50% - 40%);
        width: 80%;
    }
    .perfiles .large-2 {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    h1 {
        font-size: 2.2em;
    }
    .tiempo .fila-tiempo {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .hotspots-placeholder {
        padding-right: 40px!important;
    }
    .hotspot-info .hotspot-content {
        margin-left: 0.5rem;
    }
    .hotspot-title {
        margin-left: 0.5rem!important;
    }

}
@media only screen and (max-width: 549px) {
    .layout-left .hotspots-placeholder {
        -webkit-flex: 0 0 55%!important;
        -ms-flex: 0 0 55%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
    .hotspots-placeholder {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    .linea-azul:before{
        display: none;
    }
    .tiempo .arriba .icon-box:after {
        top: 28px;
        bottom: auto;
    }
    .tiempo .abajo {
        margin-top: 40px;
    }
    .tiempo .arriba .icon-box:before {
        order: 1;
    }
    .tiempo .arriba .icon-box .icon-box-text {
        order: 2;
    }
    .banner h1 {
        font-size: 2.4em;
    }
    h2 {
        font-size: 2.0em;
    }
    .footer-wrapper .col-01 .img{
        margin: auto;
    }
    .footer-wrapper .col-01 .button.white{
        margin: auto;
        display: block;
        width: 240px;
    }
    .pie .col {
        padding-bottom: 10px;
    }
    .footer-wrapper .social-icons{
        margin: auto;
        display: table;
    }
    .footer-wrapper .social-icons a {
        margin-left: 1em;
        margin-right: 1em;
        font-size: 2.0em;
    }
    .libro br{
        display: none;
    }
    .social-icons span {
        text-align: center;
        padding-right: 0px;
    }
    .icon-box.libro{
        width: 220px;
        margin: auto;
    }
    
    .cuadro-texto {
        right: 20px;
    }
    .perfiles .box-text p {
        font-size: 0.8em;
    }
    .trabaja .icon-box-img{
        margin: auto;
        margin-bottom: 1rem;
    }
    .trabaja .text-left {
        text-align: center;
    }
}

