/****************************************************************** SECTION TITLE INTERNA **********************************************************************/

.sect_title_interna{

    padding: 80px 0;

    /*background-image: url(../../../../public/img/fondo/fondo-title-interna-itinerario.jpg);

    background-position: center;

    background-size: cover;*/

    position: relative;

}

.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(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;

}

.row_height{

    align-items: flex-end;

    min-height: 250px;

    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 34%;

    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){

    .row_height {

        min-height: 200px;

    }

}

@media(max-width: 767px){

    .sect_title_interna h2 {

        font-size: 24px;

    }

    .list_vistas>li>a{

        font-size: 13px;

    }

}

/******************************************************************* SECTION TITLE INTERNA ***************************************************************/



/******************************************************************* PRODUCTOS DESCRIPCION ***************************************************************/

.sect_productos_descripcion{

    padding: 100px 0;

}

/**/

.sect_productos_descripcion .carousel-item{

    border: 1px solid #ededed;

}





/**/

.sect_productos_descripcion .carousel-control-prev{

    width: 60px;

    height: 60px;

    background: #00033f;

    top: 50%;

    border-radius: 50%;

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

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

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

    transform: translate(0,-50%);

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

    left: 20px;

}

.sect_productos_descripcion .carousel-control-next{

    width: 60px;

    height: 60px;

    background: #03262c;

    top: 50%;

    border-radius: 50%;

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

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

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

    transform: translate(0,-50%);

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

    right: 20px;

}

/**/

.sect_productos_descripcion .carousel-indicators{

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    flex-flow: row wrap;

    width: 100%;

    position: relative;

    justify-content: flex-start;

    width: 100%;

    margin: 0;

    bottom: auto;

    margin-top: 10px;

}



.sect_productos_descripcion .carousel-indicators>li{

    width: 23%;

    height: auto;

    border: 2px solid #ededed;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.sect_productos_descripcion .carousel-indicators>li.active{

    border-color: #cf070f;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.sect_productos_descripcion .carousel-indicators>li>img{

    display: block; 

}

/**/

.box_producto_descrip .box_head{

    border-bottom: 1px solid #ededed;

}

.list_stars{

    padding-left: 0;

    list-style: none;

    margin-bottom: 5px;

}

.list_stars>li{

    display: inline-block;

}

.list_stars>li svg .fa-secondary{

    color: #ffe000;

}

.list_stars>li svg .fa-primary{

    color: #cf070f;

}

/**/

.box_producto_descrip .box_head h3{

    font-size: 40px;

    font-weight: 800;

}

.box_producto_descrip .box_body{

    padding: 20px 0;

}

.box_producto_descrip .box_body p{

    font-size: 17px;

    font-weight: 300;

    text-align: justify;

}

/**/

.btn_cant{

    width: 40px;

    outline: none;

    box-shadow: none;

    border: 1px solid #ccc;

        padding: 10px;

}

.btn_add{

    padding: 10px;

    background: #bb0e18;

    color: #fff;

    font-weight: 600;

    margin-left: 20px;

    cursor: pointer;

    border: 0;

    border-radius: 5px;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.btn_add:hover{

    background: #ffc107;

    color: #fff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/**/

.box_categorias{

    margin-top: 20px;

}

.box_categorias h6{

    font-weight: 700;

    color: #bb0e18;

}

.box_categorias h6 span{

    color: #000;

}

/**/

.envio span{

    width: 100%;

    max-width: 200px;

    display: block;

    padding: 15px 20px;

    text-align: center;

    background: #00264e;

    cursor: pointer;

    color: #fff;

    font-weight: 600;

    border-radius: 5px

}

.price{

    margin: 30px 0;

}

.price span{

    font-weight: 700;

    font-size: 20px;

}

/**/

@media(max-width: 991px){

    .order1{

    -webkit-order: 1;

    -moz-order: 1;

    -ms-order: 1;

    -o-order: 1;

    order: 1;

    }

    .order2{

        -webkit-order: 2;

        -moz-order: 2;

        -ms-order: 2;

        -o-order: 2;

        order: 2;

    }

    .box_producto_descrip{

        margin-bottom: 30px;

    }

    .sect_productos_descripcion{

        padding: 50px 0;

    }

}

@media(max-width: 767px){

    .sect_productos_descripcion .carousel-control-prev {

        width: 40px;

        height: 40px;

    }

    .sect_productos_descripcion .carousel-control-next {

        width: 40px;

        height: 40px;

    }

}

@media(max-width: 600px){

    .box_producto_descrip .box_head h3 {

        font-size: 25px;

    }

    .box_producto_descrip .box_body p {

        font-size: 15px;

    }

}

/******************************************************************* END PRODUCTO DESCRIPCION *****************************************************************/

/*************** MODAL ********************/

#cotizacion .modal-header{

    background: #000232;

    color: #fff;

}

.close{

    color: #fff;

    opacity: 1;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

/*****/

.box_form{

    background: #fbfbfb;

    padding: 50px 25px;

    border-radius: 5px;

    box-shadow: 1px 17px 17px 9px rgb(222 222 222 / 43%);

    z-index: 1;

    position: relative;

}

.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;

}



/**/

.btn_form{

        display: block;

    position: relative;

    background-color: rgb(207 7 15);

    padding: 17px 50px;

    font-size: 16px;

    font-weight: 600;

    margin: 0 auto;

    border: 0;

    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;

}

.btn_form:before{

        content: "";

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    border-radius: 50%;

    background-color: #ecb041;

    -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;

}

.btn_form:hover::before {

        width: 500px;

    height: 500px;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.btn_form:focus{

    outline: none;

}

/*****/

@media(max-width: 500px){

    .box_form {

        padding: 50px 20px;

    }

}

/********************************************/