/****************************************************************************** SECTION SLIDER ******************************************************************************/
.section_slider{
    position: relative;
    z-index: 6;
}
/**/

#carouselExampleControls{
    display: none;
}
.section_slider .carousel-item{

    height: calc(100vh);

    background-size: cover;

    background-position: center;

}

.section_slider .carousel-inner{

    position: relative;

}

/*.section_slider .carousel-inner .carousel-item.active{

    animation: imgzoom 9s infinite alternate;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}*/



@keyframes imgzoom{

    from{

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

    }

    to{

        -webkit-transform: scale(1.2);

        -ms-transform: scale(1.2);

        -o-transform: scale(1.2);

        transform: scale(1.2);

    }

}

.section_slider .carousel-inner .carousel-item:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    /*background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,61,144,.9)),color-stop(50%,rgba(0,153,125,.6)),color-stop(60%,rgba(0,0,0,.15)));

    background-image: -o-linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);

    background-image: linear-gradient(to right,rgb(0 6 70) 0,rgb(0 0 0 / 60%) 49%,rgba(0,0,0,.15) 88%);*/

    opacity: 1;

    z-index: 1;

}
/**/
.nivoSlider {
    /*height: 100vh;*/
    overflow: hidden;
}
/**/

.nivo-directionNav .nivo-prevNav{
    z-index: 20;
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translate(0,-50%);
    left: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 35px;
    border: 4px solid #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;

}

.nivo-directionNav .nivo-prevNav:hover{

    background: #fff;

    color: #154697!important;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.nivo-directionNav .nivo-nextNav{
    z-index: 20;
    width: 100px;
    height: 100px;
    font-size: 35px;
    bottom: 110px;
    top: 50%;
    transform: translate(0,-50%);
    right: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    border: 4px solid #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.nivo-directionNav .nivo-nextNav:hover{

    background: #fff;

    color: #154697!important;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/*CAPTION SLIDER*/

.caption_slider{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    flex-flow: row wrap;

    align-items: center;

    z-index: 20;

}

.caption_content{

        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    max-width: 1130px;
    align-items: center;
    /* justify-content: space-between; */
    margin-left: 150px;

}
/**/
.nivo-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: auto;
    background: transparent;
    z-index: 20;
    opacity: 1;
}
/**/

.caption_left{

    width: 60%;

}

.caption_left .caption_head{

    position: relative;

}

.caption_left .caption_head h2{

    color: #fff;

    font-size: 50px;

    font-weight: 700;

}

.caption_left .caption_head h6{

    font-size: 25px;

    color: #fff;

}

.caption_left .caption_head h6 b{

    font-size: 30px;

}

.caption_left .caption_body p{

    color: #fff;

    font-size: 18px;

    font-weight: 300;

}

.caption_left .caption_foot a{
    display: block !important;
    position: relative;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-width: 230px;
    background: rgb(207 7 15);
    /* background: #5363bd; */
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    border-radius: 4px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.caption_left .caption_foot a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-color: #00033f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.caption_left .caption_foot a:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*.caption_left .caption_foot a:hover{

    background: #fff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}*/

/**/

@media(max-width: 1199px){

    .caption_content {

        max-width: 930px;

        padding-left: 15px;

        padding-right: 15px;

    }

}

@media(max-width: 991px){

    .carousel-control-prev {

        width: 70px;

        height: 70px;

        right: 130px;

    }

    .carousel-control-next {

        width: 70px;

        height: 70px;

    }

    .caption_left .caption_head h2 {

        font-size: 35px;

    }

    .caption_left .caption_head h6 {

        font-size: 20px;

    }

    .caption_left .caption_head h6 b {

        font-size: 25px;

    }

    .caption_content {

        max-width: 720px;

    }

}

@media(max-width: 767px){

    .caption_content {

        max-width: 540px;

    }
    .nivo-directionNav .nivo-prevNav {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .nivo-directionNav .nivo-nextNav {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    /*#carouselExampleControls{
        display: block;
    }*/

}

@media(max-width: 600px){

    .caption_left {

        width: 90%;

    }
    .caption_slider{
        display: none;
    }
}



/*.sect_slider{

	width: 100%;

	height: 100vh;

}

/***

.sect_slider .bg-img{

	background-size: cover;

	background-position: center;

} 

/****

.sl-slide-inner:before{

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: #000;

	opacity: .4;

	z-index: 1;

}

/*

.caption_slider {

    padding: 0 15px;

}

/****

@media(max-width: 991px){

    .caption_slider {

        max-width: 740px;

    }

    .demo-2 .sl-slider h2 {

        font-size: 60px;

    }

}

@media(max-width: 767px){

    .demo-2 .sl-slider h2 {

        font-size: 40px;

    }

}

@media screen and (max-width: 660px){

    .demo-2 .sl-slider-wrapper {

        height: 100vh;

    }

}*/

/************************************************************************* END SECTION SLIDER ******************************************************************************/



/************************************************************************* SECTION PRODUCTOS *******************************************************************************/

.sect_productos{

	padding: 100px 0;

	padding-top: 0;

    position: relative;

    overflow: hidden;

}

.sect_productos:before{

    content: "";

    position: absolute;

    bottom: 15px;

    right: -50px;

    width: 400px;

    height: 380px;

    background-image: url(../../../../public/img/fondo/fondo-icono.png);

    background-size: 100%;

    background-repeat: no-repeat;

    opacity: .2;

}

/*****/

.box_producto{

	margin-bottom: 40px;

    background: #fff;

	box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.1);

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_producto:hover{

	-webkit-transform: translateY(-5px);

    -ms-transform: translateY(-5px);

    transform: translateY(-5px);

    -webkit-box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);

    box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

.box_producto .box_body h4, .box_producto .box_body span{

	font-weight: 700;

    text-align: center;

    color: #533931;

    margin-top: 20px;

}

.box_producto .box_body p{

	text-align: center;
    font-size: 18px;
	font-weight: 300;
    padding: 0 10px;
}

/**/

.box_producto .box_foot{

	padding-bottom: 30px;

}

.box_producto .box_foot a{

	display: block;

	width: 100%;

	max-width: 200px;

	margin: 0 auto;

    position: relative;

    background-color: rgb(207 7 15);

    padding: 17px 50px;

    font-size: 16px;

    font-weight: 600;

    letter-spacing: -0.4px;

    border-radius: 5px 5px 5px 5px;

    color: #fff;

    text-decoration: none;

    overflow: hidden;

    text-align: center;

    z-index: 1;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_producto .box_foot a:before{

    content: "";

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    border-radius: 50%;

    background-color: rgb(0 2 50);

    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    z-index: -1;

}

.box_producto .box_foot a:hover:before{

    width: 500px;

    height: 500px;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.flex_menu_b .flex_contact .flex_email a:hover{

    color: #fff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/*****/



/************************************************************************* END SECTION PRODUCTOS ****************************************************************************/



/*************************************************************************** SECTION ALQUILER *******************************************************************************/

.sect_alquiler{

    padding-bottom: 100px;

    background: #000232;

    position: relative;

    overflow: hidden;

}

.sect_alquiler:before{

    content: "";

    position: absolute;

    bottom: 20px;

    left: -50px;

    width: 400px;

    height: 380px;

    background-image: url(../../../../public/img/fondo/fondo-icono3.png);

    background-size: 100%;

    background-repeat: no-repeat;

    -webkit-transform: scaleX(-1);

    -moz-transform: scaleX(-1);

    transform: scaleX(-1);

    opacity: .1;

}

/******/

.flex_alquiler{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    -webkit-flex-flow: row wrap;

    -moz-flex-flow: row wrap;

    flex-flow: row wrap;

}

/**/

.flex_alquiler .flex_items{

    width: 31%;

    margin: 0 auto;

    margin-bottom: 35px;

}

/**/

.flex_alquiler .flex_items .box_alquiler{

        box-shadow: 0px 15px 10px 0px rgba(0,0,0,0.1);

    padding: 20px;

    margin-top: 0;

    background-color: rgb(255 255 255);

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.flex_alquiler .flex_items .box_alquiler:hover {

    -webkit-transform: translateY(-5px);

    -ms-transform: translateY(-5px);

    transform: translateY(-5px);

    -webkit-box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);

    box-shadow: 0px 42px 60px 0px rgb(0 0 0 / 13%);

    -webkit-transition: all ease 500ms;

    -moz-transition: all ease 500ms;

    -ms-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

.flex_alquiler .flex_items .box_alquiler .box_body h5{

    margin-top: 15px;

    font-weight: 700;

    color: #022c68;

}

.flex_alquiler .flex_items .box_alquiler .box_body h6{

    color: #8da0bb;

    padding-bottom: 15px;

}

.flex_alquiler .flex_items .box_alquiler .box_body h6 b{

    color: #f00;

}

/**/

.flex_alquiler .flex_items .box_alquiler .box_foot{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    justify-content: space-between;

    padding-top: 20px;

    border-top: 1px solid #e8f2f7;

}

.flex_alquiler .flex_items .box_alquiler .box_foot>ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.flex_alquiler .flex_items .box_alquiler .box_foot>ul>li{

    display: inline-block;

    margin-right: 10px;

    color: #8da0bb;

}

.flex_alquiler .flex_items .box_alquiler .box_foot a{

    display: block;

    text-decoration: none;

    font-weight: 700;

    color: #cf070f;

    -webkit-transition: all ease 500ms;

    -moz-transition: all ease 500ms;

    -ms-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.flex_alquiler .flex_items .box_alquiler .box_foot a:hover{

    color: #ecb041;

    -webkit-transition: all ease 500ms;

    -moz-transition: all ease 500ms;

    -ms-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/******/

@media(max-width: 991px){

    .sect_alquiler{

        

    }

    .flex_alquiler .flex_items {

        width: 46%;

    }

}

@media(max-width: 767px){

    .flex_alquiler .flex_items {

        width: 100%;

    }

}

/************************************************************************* END SECTION ALQUILER *****************************************************************************/



/*************************************************************************** SECTION GALERÍA ********************************************************************************/

.sect_galeria{

    padding-bottom: 100px;

    position: relative;

    overflow: hidden;

}

.sect_galeria:before{

    content: "";

    position: absolute;

    bottom: 20px;

    right: -50px;

    width: 400px;

    height: 380px;

    background-image: url(../../../../public/img/fondo/fondo-icono.png);

    background-size: 100%;

    background-repeat: no-repeat;

    opacity: .1;

}

/**/

.control, .control2 {

    font-size: 14px;

    color: #cf070f !important;

    border: 2px solid #cf070f;

    font-weight: 800;

    padding: 10px 14px;

    line-height: 1.4;

    border-radius: 0 !important;

    height: auto;

    background: #fff;

    min-height: 57px;

}

.mixitup-control-active {

    color: #ffffff !important;

    background: #ecb041 !important;

    transition: all ease 500ms;

    border: 2px solid #ecb041;

}

.control:hover, .control2:hover {

    color: #fff !important;

    background: #ecb041;

    border: 2px solid #ecb041;

    transition: all ease 500ms;

}

/**/

.galeria_nav .owl-prev{

    position: absolute;

    left: -25px;

    top: 50%;

    -webkit-transform:  translate(0px, -50%);

    -ms-transform:  translate(0px, -50%);

    -o-transform:  translate(0px, -50%);

    transform:  translate(0px, -50%);

}

.galeria_nav .owl-prev svg{

    font-size: 20px;

}

.galeria_nav .owl-prev svg .fa-secondary,

.galeria_nav .owl-next svg .fa-secondary{

    color: #c62828;

}

.galeria_nav .owl-prev svg .fa-primary,

.galeria_nav .owl-next svg .fa-primary{

    color: #c62828;

}

.galeria_nav .owl-next{

    position: absolute;

    right: -25px;

    top: 50%;

    -webkit-transform:  translate(0px, -50%);

    -ms-transform:  translate(0px, -50%);

    -o-transform:  translate(0px, -50%);

    transform:  translate(0px, -50%);

}

.galeria_nav .owl-next svg{

    font-size: 20px;

}

/**/

.box_galeria{

    background: #fff;

    border-radius: 4px;

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);

}

.box_galeria .box_head{

    position: relative;

}

.box_galeria .box_head span{

    position: absolute;

    top: 0;

    right: 0;

    background: #c62828;

    color: #fff;

    padding: 5px 10px;

    font-weight: 800;

}

/**/

.box_galeria .box_body{

    margin-top: -30px;

    padding: 0 20px;

    position: relative;

    z-index: 1;

}

.box_galeria .box_body img{

        border-radius: 50%;

    background: #ffdf;

    border: 2px solid #fff;

}

.box_galeria .box_body h4{

    font-weight: 600;

    font-size: 17px;

    margin-top: 20px;

}

.box_galeria .box_body p{

    color: #a5a5a5;

}

/**/

.box_galeria .box_foot{

    padding-bottom: 20px;

}

.box_galeria .box_foot a{

    display: block;

    background: #cf070f;

    padding: 15px;

    width: 100%;

    max-width: 150px;

    margin: 0 auto;

    margin-top: 25px;

    color: #fff;

    font-weight: 800;

    text-decoration: none;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_galeria .box_foot a:hover{

    background: #ecb041;

    color: #fff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

@media(max-width: 1199px){

    .control, .control2 {

        min-height: 73px;

    }

}

@media(max-width: 991px){

    .control, .control2 {

        min-height: 53px;

    }

    .sect_galeria{

        padding-top: 50px;

        padding-bottom: 50px;

    }

}

@media(max-width: 600px){

    .galeria_nav .owl-nav{

        display: -webkit-flex;

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: flex;

        flex-flow: row wrap;

        justify-content: center;

    }

    .galeria_nav .owl-prev {

        position: relative;

        left: auto;

        top: auto;

        -webkit-transform: translate(0px, 0%);

        -ms-transform: translate(0px, 0%);

        -o-transform: translate(0px, 0%);

        transform: translate(0px, 0%);

        margin-top: 20px;

        margin-right: 10px;   

    }

    .galeria_nav .owl-next {

        position: relative;

        right: auto;

        top: auto;

        -webkit-transform: translate(0px, 0%);

        -ms-transform: translate(0px, 0%);

        -o-transform: translate(0px, 0%);

        transform: translate(0px, 0%);

        margin-top: 20px; 

        margin-left: 10px;  

    }

    .content_mixitup {

        padding-top: 25px;

    }

}

/************************************************************************** END SECTION GALERÍA *****************************************************************************/



/**************************************************************************** SECTION VENTAJAS ******************************************************************************/

.sect_ventajas{

    padding: 100px 0;

    padding-top: 0;

    background: #000232;
    overflow: hidden;
    position: relative;

}

.sect_ventajas:before{

    content: "";

    position: absolute;

    bottom: 20px;

    left: -50px;

    width: 400px;

    height: 380px;

    background-image: url(../../../../public/img/fondo/fondo-icono3.png);

    background-size: 100%;

    background-repeat: no-repeat;

    opacity: .1;

    -webkit-transform: scaleX(-1);

    -moz-transform: scaleX(-1);

    transform: scaleX(-1);

}

/*****/

.flex_ventajas{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    flex-flow: row wrap;

    align-items: center;

    justify-content: space-between;

}

/**/

.flex_ventajas .flex_left{

    width: 33%;

}

.flex_ventajas .flex_left>ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.flex_ventajas .flex_left>ul>li{

    position: relative;

    padding-left: 60px;

    margin-bottom: 50px;

}

.flex_ventajas .flex_left>ul>li span{

    position: absolute;

    top: 0;

    left: 0;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #fecd25;

    color: #fff;

    font-weight: 800;

    text-align: center;

    font-size: 20px;

    line-height: 50px;

}

.flex_ventajas .flex_left>ul>li h5{

    font-weight: 700;

    color: #fecd25;

}

.flex_ventajas .flex_left>ul>li p{

    font-weight: 300;

    font-size: 18px;

    color: #fff;

}

/**/

.flex_ventajas .flex_center{

    width: 31%;

}

/**/

.flex_ventajas .flex_right{

    width: 33%;

}

.flex_ventajas .flex_right>ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.flex_ventajas .flex_right>ul>li{

    position: relative;

    padding-right: 60px;

    margin-bottom: 50px;

    text-align: right;

}

.flex_ventajas .flex_right>ul>li span{

    position: absolute;

    top: 0;

    right: 0;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #fecd25;

    color: #fff;

    font-weight: 800;

    text-align: center;

    font-size: 20px;

    line-height: 50px;

}

.flex_ventajas .flex_right>ul>li h5{

    font-weight: 700;

    color: #fecd25;

}

.flex_right>ul>li p{

    font-weight: 300;

    font-size: 18px;

    color: #fff;

}

/*****/

@media(max-width: 991px){

    .flex_ventajas .flex_left {

        width: 100%;

    }

    .flex_ventajas .flex_center {

        width: 100%;

    }

    .flex_ventajas .flex_right {

        width: 100%;

    }

    .flex_ventajas .flex_right>ul>li {

        text-align: left;

        padding-left: 60px;

        padding-right: 0;

    }

    .flex_ventajas .flex_right>ul>li span {

        right: auto;

        left: 0;

    }

}



/************************************************************************ END SECTION VENTAJAS ******************************************************************************/



