/**************************************************** SECTION TITLE INTERNA *********************************************/
.sect_title_interna{
    padding: 80px 0;
    position: relative;
    padding-top: 85px;
}
.sect_title_interna:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(191 195 103)),color-stop(50%,rgba(191 195 103 / 60%)),color-stop(80%,rgba(191 195 103)));
    background-image: -o-linear-gradient(to right,rgb(191 195 103) 0,rgb(191 195 103 / 60%) 49%,rgb(191 195 103 / 80%) 88%);
    opacity: 0.6;
    background: #3f9e21;
    z-index: 1;
}
.sect_title_interna:after{
	    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    padding: 20px 0;
    background-image: url(../../../../public/img/fondo/footer-white-waves.png);
    background-repeat: repeat-x;
    bottom: -25px;
    z-index: 1;
}
.row_height{
	z-index: 2;
	position: relative;
}
/**/
#carouselExampleControls{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
#carouselExampleControls .carousel-inner{
	height: 100%;
}
#carouselExampleControls .carousel-inner .carousel-item{
	height: 100%;
	background-position: center;
    background-size: cover;
}
/**/
.sect_title_interna h2{
	text-align: center;
    font-weight: 800;
    color: #fff;
}
.list_vistas{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.list_vistas>li{
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
.list_vistas>li>a{
	color: #ffc400;
	text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.list_vistas>li>a:hover{
	color: #0298d2;
	text-decoration: none;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_title_interna {
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .sect_title_interna h2 {
        font-size: 24px;
    }
    .list_vistas>li>a{
        font-size: 13px;
    }
    .sect_title_interna {
        padding: 35px 0;
    }
}
/************************************************** SECTION TITLE INTERNA ***************************************************/

/******************************************************* SECTION MAPA *******************************************************/
.sect_mapa{
    padding: 100px;
    padding-bottom: 0;
}
/*****/
@media(max-width: 991px){
    .sect_mapa{
        padding-top: 50px;
    }
}
/******************************************************* SECTION MAPA *******************************************************/

/***************************************************** SECTION CONTACTO *****************************************************/
.sect_cotizacion{
    padding-bottom: 100px;
    position: relative;
}
.sect_cotizacion:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 429px;
    background-image: url(../../../../public/img/fondo/design.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -3% 2%;
}

/******/
.box_cotizacion .box_title{
    margin-bottom: 50px;
}

/******/
/*****/
.box_cotizacion{
    background: #262b2b;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 50px;
    border-radius: 5px;
    position: relative;
    margin-top: -50px;
    z-index: 1;
}
.box_cotizacion:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../../../public/img/fondo/contacto15.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: .5;
}
/*****/
/*****/
.box_cotizacion .box_flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
/**/
.box_cotizacion .box_left{
    width: 40%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.list_info_contact{
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
}
.list_info_contact>li{
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
}
.list_info_contact>li .icon{
    position: absolute;
    top: 0;
    left: 0;
    border: 3px dashed #686868;
    border-radius: 50%;
    padding: 4px;
    line-height: 1;
}
.list_info_contact>li .icon svg{
    width: 45px;
    height: 45px;
    background: #aac300;
    color: #fff;
    border-radius: 50%;
    padding: 9px;
}
.list_info_contact>li .content_li h5{
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 500;
}
.list_info_contact>li .content_li a{
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    color: #efefef;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.3;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_info_contact>li .content_li a:hover{
    color: #8ec038;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_right{
    width: 60%;
}
.box_form{
    background: #fff;
    padding: 50px;
    border-radius: 5px;
}
.input_content{
    margin-bottom: 20px;
}
.input_content h6{
    color: #533931;
    font-weight: 600;
}
.input_content input{
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    border: 0;
    box-shadow: -1px 4px 5px rgb(204 204 204 / 31%);
}
.input_content input:focus{
    outline: none;
}
.select_form{
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    border: 0;
    box-shadow: -1px 4px 5px rgb(204 204 204 / 31%);
}
.select_form:focus{
    outline: none;
}
.input_content textarea{
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    border: 0;
    min-height: 100px;
    box-shadow: -1px 4px 5px rgb(204 204 204 / 31%);
}
.input_content textarea:focus{
    outline: none;
}

/**/
.input_content .btn_pedido{
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 15px;
    cursor: pointer;
    border: 0;
    margin: 0 auto;
    text-align: center;
    background: #3f9e21;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.input_content .btn_pedido:hover{
    background: #a4bc00;
    color: #FFF;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.input_content .btn_pedido:focus{
    outline: none;
}
/*****/
@media(max-width: 1299px){
    .list_info_contact>li .content_li a {
        font-size: 20px;
    }
}
@media(max-width: 1199px){
    .list_info_contact>li .content_li a {
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .box_right {
        width: 100%;
    }
    .box_left {
        width: 100%;
        margin-top: 50px;
    }
    .order1{
        order: 1;
    }
    .order2{
        order: 2;
    }
    .content_title_general h2 {
        font-size: 40px;
    }
    .sect_cotizacion{
        padding-bottom: 50px;
    }
}
@media(max-width: 500px){
    .box_cotizacion {
        padding: 100px 20px;
    }
    .box_form {
        padding: 50px 20px;
    }
}
/********************************************* END SECTION CONTACTO ******************************************/