@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Patua+One&display=swap');

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

/*NAV*/
  .Translate_ES, .Translate_EN{
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .navbar-border-bottom{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #ffa500 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    background-color: #343a40;
    color: #ffffff;
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
  .ct_nav{
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 8000;
  }
  .navbar-border-bottom_Light{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #d6d6d6 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #ffffff;
    color: rgba(0,0,0,0.5);
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
  .navbar-toggler_Dark {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler_Light {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .NV_Icon_Dark {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .NV_Icon_Light {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .Nav-Bottom-text-1{
    font-size: 1em;
    cursor: pointer;
    font-family: 'Roboto', serif;
  }
  .logoRQ{
    width:40px;
    height:40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .logoRQ_1{
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
/*NAV*/

/*SLIDER*/
.slider_box_op{
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    width: 30px;
    border-radius: 5px;
    height: 30px;
  }
  .SliderRQ_1{
    height: 60vh;
  }
  .carousel-inner{
    height: 100%;
  }
  .carousel-item{
    height: 100%;
  }
  .slider_img{
    height: 100%;
  }
  /*IMG 1*/
  .slider_box_text_1{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .slider_img_1_text_1{
    /* animation-iteration-count: infinite; */
    animation-delay: 2.5s;    
    animation-duration: 1.2s;
    font-size: 1.3em;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_1_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 10%; 
    bottom : 0;
    width : 80%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_1_text_2{
    margin-top: 1em;
    font-size: 0.8em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 3s;
    animation-duration: 1.2s;
  }
  .slider_img_1_btn{
    margin-top: 1em;
    border: solid 2px #000;
    background-color: rgb(255,255,255);
    color: #000;
    font-weight: bold;
    padding: 0.8em 3em;
    font-size: 0.5em;
    animation-delay: 3.5s;
    animation-duration: 1.2s;
  }

  .slider_img_1_btn:hover{
    background-color: rgb(62,62,62);
    color: #FFF;
  }
  /*IMG 1*/

  /*IMG 2*/
  .slider_box_text_2{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slider_img_2_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 1.3em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_2_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_2_text_2{
    margin-top: 1em;
    font-size: 0.8em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 2*/

  /*IMG 3*/
  .slider_box_text_3{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slider_img_3_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.3s;
    font-size: 1.5em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_3_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 38%; 
    bottom : 0;
    width : 25%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_3_text_2{
    margin-top: 1em;
    font-size: 0.8em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 3*/

/*SLIDER*/


/*CONTAINER1*/

  .ct_1{
    background-color: rgb(250, 195, 51);
    padding: 0.8em 0% 0.4em 0%;
    overflow: hidden;
  }
  .ct_1_tx_1{
    color: #343a40;
    font-family: 'Roboto', serif;
    font-size: 0.7em;
    font-weight: 900;
    margin-left: 8%;
    transform: translate(0%, 0%);
  }
  .ct_1_tx_1:before { 
    content : ""; 
    position: absolute; 
    left : 50%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 3px solid #fff; 
  }
/*CONTAINER1*/

/*CONTAINER2*/

  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .sv_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .sv_title_1{
    font-size: 1.7em;
    font-family: 'Patua One', cursive;
    color: #ffffff;
  }
  .sv_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 20%;
    bottom: 0;
    width : 60%; /* or 78px */ 
    border-bottom: 2px solid #ffa500; 
  }
  .sv_ct_1{
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #ID_Servicios{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .card-title{
    font-weight: 650;
    font-size: 1.1em;
  }
  .card-body{
    font-size: 0.9em;
  }
  .sv_ct_1_1{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .sv_ct_1_3{
    margin: 0;
    padding: 0;
  }
  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .card-img-top{
    height: 60%;
  }
  .sv_card{
    float: left;
    height: 23em;
    margin-top: 2em;
    padding: 0.5em;
    width: 80%;
    margin-left:10%;
  }
/*CONTAINER2*/


/*CONTAINER3*/

  .ct_3_container{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  #ID_Galeria{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .ct_3{
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .show_paginator{
    margin-top: 3em;
  }
  .ct3_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .carousel_GY{
    width : 90%;
  }
  .ct3_title_1{
    font-size: 2.5em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #0983ab;
  }
  .ct3_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 25%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 4px solid #014665; 
  }
  #cargarContenidoBox{
    margin-top: 1.5em;
  }
  .gy_img{
    margin-top: 1em;
    border: solid 1px #0983ab;
  }
  .ct3_ct_title_2{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .ct3_title_2{
    font-size: 1.5em;
    font-family: 'Roboto Slab', serif;
    color: #323232;
  }
  .gy_icon_2{
    font-size: 1.5em;
    color: #014665;
  }
  .gy_icon_3{
    justify-content: left;
  }
  .gy_icon_4{
    width: 5%;
  }
  .btn_gy{
    color: #424242;
    background-color: rgba(255,255,255,0.7);
    border-left: solid 2px #f5f5f5;
    border-right: solid 2px #f5f5f5;
    transition: border-left 400ms,border-right 400ms;
    font-family: 'Raleway', sans-serif;
    padding: 2px;
  }
  .btn_gy:hover{
    cursor: pointer;
    color: #000000;
    background-color: rgba(255,255,255,1);
    border-left: solid 2px #333333;
    border-right: solid 2px #333333;
  }
  .ct3_tittle{
    color: #ffffff;
  }
  #GalleryCarousel{
    margin-top: 1.5em;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .by_ct_01 img{
    box-shadow: 2px 2px 10px 2px #202020;
  }
  .gy_icon_1{
    font-size: 0.8em;
    color: #424242;
    margin-top: 0.2em;
    margin-right: 0.1em;
  }
/*CONTAINER3*/


/*CONTAINER4*/
  .ct_4{
    background-color: #ffffff;
  }
  #ID_Clientes{
    overflow: hidden;
  }
  .Ct_ct4_tittle{
    margin-top: 3em;
    padding-bottom: 0.8em;
    transform: translate(0%, 0%);
  }
  .Ct_ct4_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct4_tittle{
    font-size: 1.8em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .ClientCarousel{
    margin-top: 3em;
    margin-bottom: 3em;
  }
/*CONTAINER4*/

/*CONTAINER5*/
  .ct_5{
    background-color: #f6f6f6;
  }
  #ID_Proyectos{
    overflow: hidden;
  }
  .ct_5_sub_1{
    padding-bottom: 2em;
  }
  .Ct_ct5_tittle{
    padding-top: 3em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    transform: translate(0%, 0%);
  }
  .Ct_ct5_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #fac333; 
  }
  .ct5_tittle{
    font-size: 2em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .LP_Btn_1{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.3em;
    line-height: 1.8em;
    font-family: 'Raleway', sans-serif;
  }
  .PY_icon_1{
    margin-right: 0.3em;
    font-size: 1.5em;
    color: #fac333;
  }
  .Py_ct_2 .btn:focus,.Py_ct_2  .btn.focus{
    box-shadow: none;
  }
/*CONTAINER5*/

/*CONTAINER6*/

#ID_Contact{
  overflow: hidden;
}
.Ct_ct6_tittle{
    width: 100%;
    padding-top: 3em;
    padding-bottom: 1em;
    margin-bottom: 3em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct6_tittle{
    font-size: 2em;
    font-family: 'Patua One', cursive;
    color: #626262;
    text-align: center;
  }
  .Ct_ct6_tittle_2{
    width: 100%;
    padding-bottom: 0.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle_2:before { 
    content : ""; 
    position: absolute; 
    left : 0;
    bottom: 0;
    width : 22%; /* or 78px */ 
    border-bottom: 2px solid #fac333; 
  }
  .ct6_tittle_2{
    font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
    color: #0983ab;
  }
  #InputName, #InputEmail, #InputAsunto, #FormControlMsg, #BtnSubmit{
    font-size: 0.7em;
  }
  .CT_txt_1{
    font-size: 1.1em;
  }
  .CT_txt_2{
    font-size: 0.7em;
  }
  .CT_ct6_2{
    padding-top: 4em;
    padding-bottom: 7em;
  }
  .CT_ct6_3{
    font-size: 1.2em;
    margin-bottom: 0.3em;
    font-family: 'Raleway', sans-serif;
  }

  .CT_ct6_4{
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
  }
  .container_maps{
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .Google_maps{
    height: 300px;
  }
  .Google_maps_maps{
    width: 100%;
    height: 100%;
  }
  #ID_Contact{
    overflow: hidden;
  }
  .form-group{
    margin-top: 2em; 
  }
/*CONTAINER6*/

/*CONTAINER7*/
  .Ct_Footer{
    border-top: solid 5px #fac333;
    background-color: #252525;
    padding-top: 3em;
    padding-bottom: 2em; 
    overflow: hidden;
  }
  .ft_Logo{
    width: 80px;
    height: 80px;
    margin-left: 37%;
  }
  .CT_ft_1{
    font-size: 0.8em;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
  }
  .CT_ft_2{
    font-size: 0.8em;
    color: #ffffff;
    margin-top: 1.5em;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
  }
/*CONTAINER7*/

/*MODAL*/
  #Modal_Carga_Ajax{
    position: absolute;
    background-color: #f6f6f6; 
  }
  
  
/*MODAL*/

}

/* SM Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 

/*NAV*/
  .Translate_ES, .Translate_EN{
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .navbar-border-bottom{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #ffa500 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    background-color: #343a40;
    color: #ffffff;
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
    .ct_nav{
      margin: 0;
      padding: 0;
    position: fixed;
    z-index: 8000;
  }
  .navbar-border-bottom_Light{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #d6d6d6 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #ffffff;
    color: rgba(0,0,0,0.5);
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
  .navbar-toggler_Dark {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler_Light {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .NV_Icon_Dark {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .NV_Icon_Light {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .Nav-Bottom-text-1{
    font-size: 1.2em;
    cursor: pointer;
    font-family: 'Roboto', serif;
  }
  .logoRQ{
    width:45px;
    height:45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .logoRQ_1{
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
/*NAV*/

/*SLIDER*/
  .slider_box_op{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon{
    width: 35px;
    border-radius: 5px;
    height: 35px;
  }
  /*IMG 1*/
  .slider_box_text_1{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
  }
  .slider_img_1_text_1{
    /* animation-iteration-count: infinite; */
    animation-delay: 2.5s;    
    animation-duration: 1.2s;
    font-size: 1.5em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_1_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 20%; 
    bottom : 0;
    width : 60%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_1_text_2{
    margin-top: 1em;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 3s;
    animation-duration: 1.2s;
  }
  .slider_img_1_btn{
    margin-top: 1em;
    border: solid 2px #000;
    background-color: rgb(255,255,255);
    color: #000;
    font-weight: bold;
    padding: 0.8em 3em;
    font-size: 0.6em;
    animation-delay: 3.5s;
    animation-duration: 1.2s;
  }

  .slider_img_1_btn:hover{
    background-color: rgb(62,62,62);
    color: #FFF;
  }
  /*IMG 1*/

  /*IMG 2*/
  .slider_box_text_2{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
  }
  .slider_img_2_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 1.5em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_2_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_2_text_2{
    margin-top: 1em;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 2*/

  /*IMG 3*/
  .slider_box_text_3{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
  }
  .slider_img_3_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 1.5em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_3_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 38%; 
    bottom : 0;
    width : 25%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_3_text_2{
    margin-top: 1em;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 3*/

/*SLIDER*/


/*CONTAINER1*/

  .ct_1{
    background-color: rgb(250, 195, 51);
    padding: 1.5em 6% 0.5em 6%;
  }
  .ct_1_tx_1{
    color: #343a40;
    font-family: 'Roboto', serif;
    font-size: 1.2em;
    font-weight: 900;
    transform: translate(0%, 0%);
  }
  .ct_1_tx_1:before { 
    content : ""; 
    position: absolute; 
    left : 50%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 3px solid #fff; 
  }
/*CONTAINER1*/

/*CONTAINER2*/

  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .card-img-top{
    width: 100%;
    height: 60%;
  }
  .sv_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .sv_title_1{
    font-size: 2.5em;
    font-family: 'Patua One', cursive;
    color: #ffffff;
  }
  .sv_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 20%;
    bottom: 0;
    width : 60%; /* or 78px */ 
    border-bottom: 2px solid #ffa500; 
  }
  .sv_ct_1{
    padding-top: 2em;
    padding-bottom: 2em;
  }
  #ID_Servicios{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .card-title{
    font-weight: 650;
    font-size: 1.2em;
  }
  .card-body{
    font-size: 0.9em;
  }
  .sv_ct_1_1{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .sv_ct_1_3{
    margin: 0;
    padding: 0;
  }
  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .card-img-top{
    width: 100%;
  }
  .sv_card{
    float: left;
    height: 25em;
    margin-top: 2.5em;
    padding: 0.5em;
    width: 47%;
    margin-left:1.7%;
  }
/*CONTAINER2*/


/*CONTAINER3*/

  .ct_3_container{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  #ID_Galeria{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .ct_3{
    padding-top: 5em;
    padding-bottom: 3em;
  }
  .show_paginator{
    margin-top: 3em;
  }
  .ct3_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .carousel_GY{
    width : 90%;
  }
  .ct3_title_1{
    font-size: 3.2em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #0983ab;
  }
  .ct3_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 25%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 4px solid #014665; 
  }
  #cargarContenidoBox{
    margin-top: 3em;
  }
  .gy_img{
    margin-top: 1em;
    border: solid 1px #0983ab;
  }
  .ct3_ct_title_2{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .ct3_title_2{
    font-size: 1.9em;
    font-family: 'Roboto Slab', serif;
    color: #323232;
  }
  .gy_icon_2{
    font-size: 1.5em;
    color: #014665;
  }
  .gy_icon_3{
    justify-content: left;
  }
  .gy_icon_4{
    width: 5%;
  }
  .btn_gy{
    color: #424242;
    background-color: rgba(255,255,255,0.7);
    border-left: solid 2px #f5f5f5;
    border-right: solid 2px #f5f5f5;
    transition: border-left 400ms,border-right 400ms;
    font-family: 'Raleway', sans-serif;
    padding: 2px;
  }
  .btn_gy:hover{
    cursor: pointer;
    color: #000000;
    background-color: rgba(255,255,255,1);
    border-left: solid 2px #333333;
    border-right: solid 2px #333333;
  }
  .ct3_tittle{
    color: #ffffff;
  }
  #GalleryCarousel{
    margin-top: 3em;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .by_ct_01 img{
    box-shadow: 2px 2px 10px 2px #202020;
  }
  .gy_icon_1{
    font-size: 0.5em;
    color: #424242;
    margin-top: 0.2em;
    margin-right: 0.1em;
  }
/*CONTAINER3*/


/*CONTAINER4*/
  .ct_4{
    background-color: #ffffff;
  }

  .Ct_ct4_tittle{
    margin-top: 7em;
    padding-bottom: 1.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct4_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 45%;
    bottom: 0;
    width : 10%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct4_tittle{
    font-size: 2.4em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .ClientCarousel{
    margin-top: 4em;
    margin-bottom: 7em;
  }
/*CONTAINER4*/

/*CONTAINER5*/
  .ct_5{
    background-color: #f6f6f6;
  }
  .ct_5_sub_1{
    padding-bottom: 7em;
  }
  .Ct_ct5_tittle{
    padding-top: 7em;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct5_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #fac333; 
  }
  .ct5_tittle{
    font-size: 2.9em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .LP_Btn_1{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.8em;
    font-family: 'Raleway', sans-serif;
  }
  .PY_icon_1{
    margin-right: 0.3em;
    font-size: 1.8em;
    color: #fac333;
  }
  .Py_ct_2 .btn:focus,.Py_ct_2  .btn.focus{
    box-shadow: none;
  }
/*CONTAINER5*/

/*CONTAINER6*/

#ID_Contact{
  overflow: hidden;
}
.Ct_ct6_tittle{
    width: 100%;
    padding-top: 7em;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct6_tittle{
    font-size: 2.9em;
    font-family: 'Patua One', cursive;
    color: #626262;
    text-align: center;
  }
  .Ct_ct6_tittle_2{
    width: 100%;
    padding-bottom: 0.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle_2:before { 
    content : ""; 
    position: absolute; 
    left : 0;
    bottom: 0;
    width : 22%; /* or 78px */ 
    border-bottom: 2px solid #fac333; 
  }
  .ct6_tittle_2{
    font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
    color: #0983ab;
  }
  #InputName, #InputEmail, #InputAsunto, #FormControlMsg, #BtnSubmit{
    font-size: 0.8em;
  }
  .CT_txt_1{
    font-size: 1.2em;
  }
  .CT_txt_2{
    font-size: 0.8em;
  }
  .CT_ct6_2{
    padding-top: 4em;
    padding-bottom: 7em;
  }
  .CT_ct6_3{
    font-size: 1.2em;
    margin-bottom: 0.3em;
    font-family: 'Raleway', sans-serif;
  }

  .CT_ct6_4{
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
  }
  .container_maps{
    width: 100%;
    padding: 0;
  }
  .Google_maps{
    height: 300px;
  }
  .Google_maps_maps{
    width: 100%;
    height: 100%;
  }
  #ID_Contact{
    overflow: hidden;
  }
/*CONTAINER6*/

/*CONTAINER7*/
  .Ct_Footer{
    border-top: solid 5px #fac333;
    background-color: #252525;
    padding-top: 3em;
    padding-bottom: 2em; 
  }
  .ft_Logo{
    width: 100px;
    height: 100px;
    margin-left: 2.5em;
  }
  .CT_ft_1{
    font-size: 0.8em;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
  }
  .CT_ft_2{
    font-size: 0.8em;
    color: #ffffff;
    margin-top: 1.5em;
    font-family: 'Raleway', sans-serif;
  }
/*CONTAINER7*/

/*MODAL*/
  #Modal_Carga_Ajax{
    position: absolute;
    background-color: #f6f6f6; 
  }
  
  
/*MODAL*/

}

/* MD Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

/*NAV*/
  .Translate_ES, .Translate_EN{
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .navbar-border-bottom{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #ffa500 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
    background-color: #343a40;
    color: #ffffff;
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
    .ct_nav{
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 8000;
  }
  .navbar-border-bottom_Light{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #d6d6d6 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #ffffff;
    color: rgba(0,0,0,0.5);
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
  .navbar-toggler_Dark {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler_Light {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .NV_Icon_Dark {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .NV_Icon_Light {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .Nav-Bottom-text-1{
    font-size: 1em;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
    margin-left: 1em;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
    font-family: 'Roboto', serif;
  }

  .Nav-Bottom-text-1:after, .Nav-Bottom-text-1:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 0.3s;
  }
  .Nav-Bottom-text-1:after {
    top: 0px;
    left: 0px;
    border-top: 2px solid #ffa500;
    border-left: 2px solid #ffa500;
  }
  .Nav-Bottom-text-1:before {
    bottom: 0px;
    right: 0px;
    border-bottom: 2px solid #ffa500;
    border-right: 2px solid #ffa500;
  }
  .Nav-Bottom-text-1:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .Nav-Bottom-text-1:hover:before, .Nav-Bottom-text-1:hover:after {
    width: 100%;
    height: 100%;
  }
  .logoRQ{
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .logoRQ_1{
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
/*NAV*/

/*SLIDER*/
  .slider_box_op{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon{
    width: 40px;
    border-radius: 5px;
    height: 40px;
  }
  /*IMG 1*/
  .slider_box_text_1{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .slider_img_1_text_1{
    /* animation-iteration-count: infinite; */
    animation-delay: 2.5s;    
    animation-duration: 1.2s;
    font-size: 1.9em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_1_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_1_text_2{
    margin-top: 2em;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 3s;
    animation-duration: 1.2s;
  }
  .slider_img_1_btn{
    margin-top: 3em;
    border: solid 2px #000;
    background-color: rgb(255,255,255);
    color: #000;
    font-weight: bold;
    padding: 0.8em 3em;
    font-size: 0.8em;
    animation-delay: 3.5s;
    animation-duration: 1.2s;
  }

  .slider_img_1_btn:hover{
    background-color: rgb(62,62,62);
    color: #FFF;
  }
  /*IMG 1*/

  /*IMG 2*/
  .slider_box_text_2{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .slider_img_2_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 1.9em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_2_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_2_text_2{
    margin-top: 2em;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 2*/

  /*IMG 3*/
  .slider_box_text_3{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
  }
  .slider_img_3_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 1.9em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_3_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_3_text_2{
    margin-top: 2em;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 3*/

/*SLIDER*/


/*CONTAINER1*/

  .ct_1{
    background-color: rgb(250, 195, 51);
    padding: 1.2em 6% 0.4em 6%;
  }
  .ct_1_tx_1{
    color: #343a40;
    font-family: 'Roboto', serif;
    font-size: 1.2em;
    font-weight: 900;
    transform: translate(0%, 0%);
  }
  .ct_1_tx_1:before { 
    content : ""; 
    position: absolute; 
    left : 50%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 3px solid #fff; 
  }
/*CONTAINER1*/

/*CONTAINER2*/

  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .card-img-top{
    width: 100%;
    height: 60%;
  }
  .sv_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .sv_title_1{
    font-size: 2.2em;
    font-family: 'Patua One', cursive;
    color: #ffffff;
  }
  .sv_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 20%;
    bottom: 0;
    width : 60%; /* or 78px */ 
    border-bottom: 2px solid #ffa500; 
  }
  .sv_ct_1{
    padding-top: 4em;
    padding-bottom: 4em;
  }
  #ID_Servicios{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .card-title{
    font-weight: 600;
    font-size: 1.2em;
  }
  .card-body{
    font-size: 0.9em;
  }
  .sv_ct_1_1{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .sv_ct_1_3{
    margin: 0;
    padding: 0;
  }
  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .sv_card{
    float: left;
    height: 25em;
    margin-top: 2.5em;
    padding: 0.5em;
    width: 40%;
    margin-left:7%;
  }
/*CONTAINER2*/


/*CONTAINER3*/

  .ct_3_container{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  #ID_Galeria{
    margin: 0;
    padding: 0;
  }
  .ct_3{
    padding-top: 5em;
    padding-bottom: 3em;
  }
  .show_paginator{
    margin-top: 3em;
  }
  .ct3_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .carousel_GY{
    width : 80%;
  }
  .ct3_title_1{
    font-size: 3.2em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #0983ab;
  }
  .ct3_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 25%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 4px solid #014665; 
  }
  #cargarContenidoBox{
    margin-top: 3em;
  }
  .gy_img{
    margin-top: 1em;
    border: solid 1px #0983ab;
  }
  .ct3_ct_title_2{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .ct3_title_2{
    font-size: 1.9em;
    font-family: 'Roboto Slab', serif;
    color: #323232;
  }
  .gy_icon_2{
    font-size: 3em;
    color: #014665;
  }
  .btn_gy{
    color: #424242;
    background-color: rgba(255,255,255,0.7);
    border-left: solid 2px #f5f5f5;
    border-right: solid 2px #f5f5f5;
    transition: border-left 400ms,border-right 400ms;
    font-family: 'Raleway', sans-serif;
  }
  .btn_gy:hover{
    cursor: pointer;
    color: #000000;
    background-color: rgba(255,255,255,1);
    border-left: solid 2px #333333;
    border-right: solid 2px #333333;
  }
  .ct3_tittle{
    color: #ffffff;
  }
  #GalleryCarousel{
    margin-top: 3em;
  }
  .by_ct_01 img{
    box-shadow: 2px 2px 10px 2px #202020;
  }
  .gy_icon_1{
    font-size: 0.7em;
    color: #424242;
    margin-top: 0.2em;
    margin-right: 0.1em;
  }
/*CONTAINER3*/


/*CONTAINER4*/
  .ct_4{
    background-color: #ffffff;
  }

  .Ct_ct4_tittle{
    margin-top: 7em;
    padding-bottom: 1.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct4_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 45%;
    bottom: 0;
    width : 10%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct4_tittle{
    font-size: 2.4em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .ClientCarousel{
    margin-top: 4em;
    margin-bottom: 7em;
  }
/*CONTAINER4*/

/*CONTAINER5*/
  .ct_5{
    background-color: #f6f6f6;
  }
  .ct_5_sub_1{
    padding-bottom: 7em;
  }
  .Ct_ct5_tittle{
    padding-top: 7em;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct5_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #fac333; 
  }
  .ct5_tittle{
    font-size: 3.2em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .LP_Btn_1{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.8em;
    font-family: 'Raleway', sans-serif;
  }
  .PY_icon_1{
    margin-right: 0.3em;
    font-size: 1.8em;
    color: #fac333;
  }
  .Py_ct_2 .btn:focus,.Py_ct_2  .btn.focus{
    box-shadow: none;
  }
/*CONTAINER5*/

/*CONTAINER6*/

#ID_Contact{
  overflow: hidden;
}
.Ct_ct6_tittle{
    width: 100%;
    padding-top: 7em;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct6_tittle{
    font-size: 3em;
    font-family: 'Patua One', cursive;
    color: #626262;
    text-align: center;
  }
  .Ct_ct6_tittle_2{
    width: 100%;
    padding-bottom: 0.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle_2:before { 
    content : ""; 
    position: absolute; 
    left : 0;
    bottom: 0;
    width : 22%; /* or 78px */ 
    border-bottom: 2px solid #fac333; 
  }
  .ct6_tittle_2{
    font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
    color: #0983ab;
  }
  #InputName, #InputEmail, #InputAsunto, #FormControlMsg, #BtnSubmit{
    font-size: 0.8em;
  }
  .CT_txt_1{
    font-size: 1.2em;
  }
  .CT_txt_2{
    font-size: 0.8em;
  }
  .CT_ct6_2{
    padding-top: 4em;
    padding-bottom: 7em;
  }
  .CT_ct6_3{
    font-size: 1.2em;
    margin-bottom: 0.3em;
    font-family: 'Raleway', sans-serif;
  }

  .CT_ct6_4{
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
  }
  .container_maps{
    width: 100%;
    padding: 0;
  }
  .Google_maps{
    height: 300px;
  }
  .Google_maps_maps{
    width: 100%;
    height: 100%;
  }
  #ID_Contact{
    overflow: hidden;
  }
/*CONTAINER6*/

/*CONTAINER7*/
  .Ct_Footer{
    border-top: solid 5px #fac333;
    background-color: #252525;
    padding-top: 3em;
    padding-bottom: 2em; 
  }
  .ft_Logo{
    width: 100px;
    height: 100px;
    margin-left: 2.5em;
  }
  .CT_ft_1{
    font-size: 0.8em;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
  }
  .CT_ft_2{
    font-size: 0.8em;
    color: #ffffff;
    margin-top: 1.5em;
    font-family: 'Raleway', sans-serif;
  }
/*CONTAINER7*/

/*MODAL*/
  #Modal_Carga_Ajax{
    position: absolute;
    background-color: #f6f6f6; 
  }
  
  
/*MODAL*/

}

/* LG Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 

/*NAV*/
  .Translate_ES, .Translate_EN{
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .navbar-border-bottom{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #ffa500 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
    background-color: #343a40;
    color: #ffffff;
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
    .ct_nav{
      margin: 0;
      padding: 0;
    position: fixed;
    z-index: 8000;
  }
  .navbar-border-bottom_Light{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #d6d6d6 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #ffffff;
    color: rgba(0,0,0,0.5);
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
  .navbar-toggler_Dark {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler_Light {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(255, 255, 255, 0.5);
  }

  .NV_Icon_Dark {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .NV_Icon_Light {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .Nav-Bottom-text-1{
    font-size: 1em;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
    font-family: 'Roboto', serif;
  }
  .Nav-Bottom-text-1:after, .Nav-Bottom-text-1:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 0.3s;
  }
  .Nav-Bottom-text-1:after {
    top: 0px;
    left: 0px;
    border-top: 2px solid #ffa500;
    border-left: 2px solid #ffa500;
  }
  .Nav-Bottom-text-1:before {
    bottom: 0px;
    right: 0px;
    border-bottom: 2px solid #ffa500;
    border-right: 2px solid #ffa500;
  }
  .Nav-Bottom-text-1:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .Nav-Bottom-text-1:hover:before, .Nav-Bottom-text-1:hover:after {
    width: 100%;
    height: 100%;
  }
  .logoRQ{
    width:70px;
    height:70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .logoRQ_1{
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
/*NAV*/

/*SLIDER*/
  
  .slider_box_op{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon{
    width: 40px;
    border-radius: 5px;
    height: 40px;
  }
  /*IMG 1*/
  .slider_box_text_1{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  .slider_img_1_text_1{
    /* animation-iteration-count: infinite; */
    animation-delay: 2.5s;    
    animation-duration: 1.2s;
    font-size: 2em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_1_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_1_text_2{
    margin-top: 2em;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 3s;
    animation-duration: 1.2s;
  }
  .slider_img_1_btn{
    margin-top: 3em;
    border: solid 2px #000;
    background-color: rgb(255,255,255);
    color: #000;
    font-weight: bold;
    padding: 0.4em 1.2em;
    font-size: 1em;
    animation-delay: 3.5s;
    animation-duration: 1.2s;
  }

  .slider_img_1_btn:hover{
    background-color: rgb(62,62,62);
    color: #FFF;
  }
  /*IMG 1*/

  /*IMG 2*/
  .slider_box_text_2{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  .slider_img_2_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 2em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_2_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_2_text_2{
    margin-top: 2em;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 2*/

  /*IMG 3*/
  .slider_box_text_3{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
  }
  .slider_img_3_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 2em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_3_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_3_text_2{
    margin-top: 2em;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 3*/

/*SLIDER*/


/*CONTAINER1*/

  .ct_1{
    background-color: rgb(250, 195, 51);
    padding: 3em 12% 2em 12%;
  }
  .ct_1_tx_1{
    color: #343a40;
    font-family: 'Roboto', serif;
    font-size: 1.5em;
    font-weight: 900;
    transform: translate(0%, 0%);
  }
  .ct_1_tx_1:before { 
    content : ""; 
    position: absolute; 
    left : 50%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 3px solid #fff; 
  }
/*CONTAINER1*/

/*CONTAINER2*/

  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .card-img-top{
    width: 100%;
  }
  .sv_card{
    float: left;
    height: 26em;
    margin-top: 2.5em;
    padding: 0.5em;
    width: 23%;
    margin-left:2%;
  }
  .sv_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .sv_title_1{
    font-size: 3em;
    font-family: 'Patua One', cursive;
    color: #ffffff;
  }
  .sv_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 20%;
    bottom: 0;
    width : 60%; /* or 78px */ 
    border-bottom: 2px solid #ffa500; 
  }
  .sv_ct_1{
    padding-top: 2em;
    padding-bottom: 2em;
  }

  #ID_Servicios{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .card-title{
    font-weight: 650;
    font-size: 1.2em;
  }
  .card-body{
    font-size: 1em;
  }
  .sv_ct_1_1{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .sv_ct_1_3{
    margin: 0;
    padding: 0;
  }
  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .card-img-top{
    width: 100%;
  }
  .sv_card_1{
    margin-left: 1%;
  }
/*CONTAINER2*/


/*CONTAINER3*/

  .ct_3_container{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  #ID_Galeria{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .ct_3{
    padding-top: 5em;
    padding-bottom: 3em;
  }
  .show_paginator{
    margin-top: 3em;
  }
  .ct3_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .carousel_GY{
    width : 80%;
  }
  .ct3_title_1{
    font-size: 3em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #0983ab;
  }
  .ct3_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 25%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 4px solid #014665; 
  }
  #cargarContenidoBox{
    margin-top: 3em;
  }
  .gy_img{
    width: 60%;
    margin-top: 2em;
    border: solid 1px #0983ab;
  }
  .ct3_ct_title_2{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .ct3_title_2{
    font-size: 2em;
    font-family: 'Roboto Slab', serif;
    color: #323232;
  }
  .gy_icon_2{
    font-size: 3em;
    color: #014665;
  }
  .btn_gy{
    color: #424242;
    background-color: rgba(255,255,255,0.7);
    border-left: solid 2px #f5f5f5;
    border-right: solid 2px #f5f5f5;
    transition: border-left 400ms,border-right 400ms;
    font-family: 'Raleway', sans-serif;
  }
  .btn_gy:hover{
    cursor: pointer;
    color: #000000;
    background-color: rgba(255,255,255,1);
    border-left: solid 2px #333333;
    border-right: solid 2px #333333;
  }
  .ct3_tittle{
    color: #ffffff;
  }
  #GalleryCarousel{
    margin-top: 3em;
  }
  .by_ct_01 img{
    box-shadow: 2px 2px 10px 2px #202020;
  }
  .gy_icon_1{
    font-size: 1em;
    color: #424242;
    margin-top: 0.2em;
    margin-right: 0.1em;
  }
/*CONTAINER3*/


/*CONTAINER4*/
  .ct_4{
    background-color: #ffffff;
  }

  .Ct_ct4_tittle{
    margin-top: 7em;
    padding-bottom: 1.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct4_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 45%;
    bottom: 0;
    width : 10%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct4_tittle{
    font-size: 3em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .ClientCarousel{
    margin-top: 4em;
    margin-bottom: 7em;
  }
/*CONTAINER4*/

/*CONTAINER5*/
  .ct_5{
    background-color: #f6f6f6;
  }
  .ct_5_sub_1{
    padding-bottom: 7em;
  }
  .Ct_ct5_tittle{
    padding-top: 7em;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct5_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #fac333; 
  }
  .ct5_tittle{
    font-size: 3em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .LP_Btn_1{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.8em;
    font-family: 'Raleway', sans-serif;
  }
  .PY_icon_1{
    margin-right: 0.3em;
    font-size: 1.8em;
    color: #fac333;
  }
  .Py_ct_2 .btn:focus,.Py_ct_2  .btn.focus{
    box-shadow: none;
  }
/*CONTAINER5*/

/*CONTAINER6*/

#ID_Contact{
  overflow: hidden;
}
.Ct_ct6_tittle{
    width: 100%;
    padding-top: 7em;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct6_tittle{
    font-size: 3em;
    font-family: 'Patua One', cursive;
    color: #626262;
    text-align: center;
  }
  .Ct_ct6_tittle_2{
    width: 100%;
    padding-bottom: 0.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle_2:before { 
    content : ""; 
    position: absolute; 
    left : 0;
    bottom: 0;
    width : 22%; /* or 78px */ 
    border-bottom: 2px solid #fac333; 
  }
  .ct6_tittle_2{
    font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
    color: #0983ab;
  }
  #InputName, #InputEmail, #InputAsunto, #FormControlMsg, #BtnSubmit{
    font-size: 0.8em;
  }
  .CT_txt_1{
    font-size: 1.2em;
  }
  .CT_txt_2{
    font-size: 0.8em;
  }
  .CT_ct6_2{
    padding-top: 4em;
    padding-bottom: 7em;
  }
  .CT_ct6_3{
    font-size: 1.2em;
    margin-bottom: 0.3em;
    font-family: 'Raleway', sans-serif;
  }

  .CT_ct6_4{
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
  }
  .container_maps{
    width: 100%;
    padding: 0;
  }
  .Google_maps{
    height: 400px;
  }
  .Google_maps_maps{
    width: 100%;
    height: 100%;
  }
  #ID_Contact{
    overflow: hidden;
  }
/*CONTAINER6*/

/*CONTAINER7*/
  .Ct_Footer{
    border-top: solid 5px #fac333;
    background-color: #252525;
    padding-top: 3em;
    padding-bottom: 2em; 
  }
  .ft_Logo{
    width: 100px;
    height: 100px;
    margin-left: 2.5em;
  }
  .CT_ft_1{
    font-size: 0.8em;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
  }
  .CT_ft_2{
    font-size: 0.8em;
    color: #ffffff;
    margin-top: 1.5em;
    font-family: 'Raleway', sans-serif;
  }
/*CONTAINER7*/

/*MODAL*/
  #Modal_Carga_Ajax{
    position: absolute;
    background-color: #f6f6f6; 
  }
  
  
/*MODAL*/

}

/* XL Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){ 

/*NAV*/
  .Translate_ES, .Translate_EN{
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .navbar-border-bottom{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  	border-bottom: solid #ffa500 0.1em;
    box-shadow: 3px 3px 20px #404040;
  	padding-top: 0.2em;
  	padding-bottom: 0.2em;
    background-color: #343a40;
    color: #ffffff;
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
  .ct_nav{
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 8000;
  }
.navbar-border-bottom_Light{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: solid #d6d6d6 0.1em;
    box-shadow: 3px 3px 20px #828282;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #ffffff;
    color: rgba(0,0,0,0.5);
    /*Mantener nav fijo*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*Mantener nav fijo*/
  }
  .navbar-toggler_Dark {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-toggler_Light {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: rgba(255,25525255, 255550.5);
  }

  .NV_Icon_Dark {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .NV_Icon_Light {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .Nav-Bottom-text-1{
    font-size: 1.2em;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
    font-family: 'Roboto', serif;
  }
  .Nav-Bottom-text-1:after, .Nav-Bottom-text-1:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 0.3s;
  }
  .Nav-Bottom-text-1:after {
    top: 0px;
    left: 0px;
    border-top: 2px solid #ffa500;
    border-left: 2px solid #ffa500;
  }
  .Nav-Bottom-text-1:before {
    bottom: 0px;
    right: 0px;
    border-bottom: 2px solid #ffa500;
    border-right: 2px solid #ffa500;
  }
  .Nav-Bottom-text-1:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .Nav-Bottom-text-1:hover:before, .Nav-Bottom-text-1:hover:after {
    width: 100%;
    height: 100%;
  }
  .logoRQ{
    width:75px;
    height:75px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .logoRQ_1{
    width: 65px;
    height: 65px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
/*NAV*/

/*SLIDER*/
  .slider_box_op{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon{
    width: 45px;
    border-radius: 5px;
    height: 45px;
  }
  /*IMG 1*/
  .slider_box_text_1{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
  .slider_img_1_text_1{
    /* animation-iteration-count: infinite; */
    animation-delay: 2.5s;    
    animation-duration: 1.2s;
    font-size: 3.5em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_1_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 15%; 
    bottom : 0;
    width : 70%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_1_text_2{
    margin-top: 2em;
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 3s;
    animation-duration: 1.2s;
  }
  .slider_img_1_btn{
    margin-top: 3em;
    border: solid 2px #000;
    background-color: rgb(255,255,255);
    color: #000;
    font-weight: bold;
    padding: 0.8em 3em;
    font-size: 1.4em;
    animation-delay: 3.5s;
    animation-duration: 1.2s;
  }

  .slider_img_1_btn:hover{
    background-color: rgb(62,62,62);
    color: #FFF;
  }
  /*IMG 1*/

  /*IMG 2*/
  .slider_box_text_2{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
  .slider_img_2_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 3.5em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_2_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 11%; 
    bottom : 0;
    width : 78%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_2_text_2{
    margin-top: 2em;
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 2*/

  /*IMG 3*/
  .slider_box_text_3{
    z-index: 6;
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
  .slider_img_3_text_1{
    animation-delay: 0.1s;    
    animation-duration: 1.2s;
    font-size: 3.5em;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: 'Roboto Slab', serif;
  }
  .slider_img_3_text_1:before { 
    content : ""; 
    position: absolute; 
    left : 30%; 
    bottom : 0;
    width : 40%; /* or 100px */ 
    border-bottom:1px solid #ffa500; 
  }
  .slider_img_3_text_2{
    margin-top: 2em;
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    animation-delay: 0.8s;
    animation-duration: 1.2s;
  }
  /*IMG 3*/

/*SLIDER*/


/*CONTAINER1*/

  .ct_1{
    background-color: rgb(250, 195, 51);
    padding: 3em 12% 2em 12%;
  }
  .ct_1_tx_1{
    color: #343a40;
    font-family: 'Roboto', serif;
    font-size: 2.3em;
    font-weight: 900;
    transform: translate(0%, 0%);
  }
  .ct_1_tx_1:before { 
    content : ""; 
    position: absolute; 
    left : 50%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 3px solid #fff; 
  }
/*CONTAINER1*/

/*CONTAINER2*/

  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .card-img-top{
    width: 100%;
  }
  .sv_card{
    float: left;
    height: 30em;
    margin-top: 2.5em;
    padding: 0.5em;
    width: 23%;
    margin-left:2%;
  }
  .sv_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .sv_title_1{
    font-size: 4em;
    font-family: 'Patua One', cursive;
    color: #ffffff;
  }
  .sv_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 20%;
    bottom: 0;
    width : 60%; /* or 78px */ 
    border-bottom: 2px solid #ffa500; 
  }
  .sv_ct_1{
    padding-top: 4em;
    padding-bottom: 4em;
    width: 90%;
    margin-left: 5%;
  }

  #ID_Servicios{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .card-body{
    font-size: 1em;
  }
  .card-title{
    font-weight: 650;
    font-size: 1.3em;
  }
  .sv_ct_1_1{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  .sv_ct_1_3{
    margin: 0;
    padding: 0;
  }
  /*Servicios*/
  .card-body{
    overflow-y: auto;
  }
  .sv_card_1{
    margin-left: 0;
  }
/*CONTAINER2*/


/*CONTAINER3*/

  .ct_3_container{
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
  }
  #ID_Galeria{
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .ct_3{
    padding-top: 5em;
    padding-bottom: 3em;
  }
  .show_paginator{
    margin-top: 3em;
  }
  .ct3_ct_title{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .carousel_GY{
    width : 80%;
  }
  .ct3_title_1{
    font-size: 4.5em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #0983ab;
  }
  .ct3_title_1:before { 
    content : ""; 
    position: absolute; 
    left : 25%;
    bottom: 0;
    width : 50%; /* or 78px */ 
    border-bottom: 4px solid #014665; 
  }
  #cargarContenidoBox{
    margin-top: 3em;
  }
  .gy_img{
    width: 60%;
    margin-top: 2em;
    border: solid 1px #0983ab;
  }
  .ct3_ct_title_2{
    width: 100%;    
    transform: translate(0%, 0%);
  }
  .ct3_title_2{
    font-size: 3em;
    font-family: 'Roboto Slab', serif;
    color: #323232;
  }
  .gy_icon_2{
    font-size: 3em;
    color: #014665;
  }
  .btn_gy{
    color: #424242;
    background-color: rgba(255,255,255,0.7);
    border-left: solid 2px #f5f5f5;
    border-right: solid 2px #f5f5f5;
    transition: border-left 400ms,border-right 400ms;
    font-family: 'Raleway', sans-serif;
  }
  .btn_gy:hover{
    cursor: pointer;
    color: #000000;
    background-color: rgba(255,255,255,1);
    border-left: solid 2px #333333;
    border-right: solid 2px #333333;
  }
  .ct3_tittle{
    color: #ffffff;
  }
  #GalleryCarousel{
    margin-top: 3em;
  }
  .by_ct_01 img{
    box-shadow: 2px 2px 10px 2px #202020;
  }
  .gy_icon_1{
    font-size: 1em;
    color: #424242;
    margin-top: 0.2em;
    margin-right: 0.1em;
  }
/*CONTAINER3*/


/*CONTAINER4*/
  .ct_4{
    background-color: #ffffff;
  }

  .Ct_ct4_tittle{
    margin-top: 7em;
    padding-bottom: 1.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct4_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 45%;
    bottom: 0;
    width : 10%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct4_tittle{
    font-size: 4em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .ClientCarousel{
    margin-top: 4em;
    margin-bottom: 7em;
  }
/*CONTAINER4*/

/*CONTAINER5*/
  .ct_5{
    background-color: #f6f6f6;
  }
  .ct_5_sub_1{
    padding-bottom: 7em;
  }
  .Ct_ct5_tittle{
    padding-top: 7em;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct5_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #fac333; 
  }
  .ct5_tittle{
    font-size: 4em;
    font-family: 'Patua One', cursive;
    font-weight: 550;
    color: #626262;
  }
  .LP_Btn_1{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.8em;
    line-height: 1.8em;
    font-family: 'Raleway', sans-serif;
  }
  .PY_icon_1{
    margin-right: 0.3em;
    font-size: 2em;
    color: #fac333;
  }
  .Py_ct_2 .btn:focus,.Py_ct_2  .btn.focus{
    box-shadow: none;
  }
/*CONTAINER5*/

/*CONTAINER6*/
  #ID_Contact{
    overflow: hidden;
  }
.Ct_ct6_tittle{
    width: 100%;
    padding-top: 7em;
    padding-bottom: 1.5em;
    margin-bottom: 5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle:before { 
    content : ""; 
    position: absolute; 
    left : 35%;
    bottom: 0;
    width : 30%; /* or 78px */ 
    border-bottom: 5px solid #424242; 
  }
  .ct6_tittle{
    font-size: 4em;
    font-family: 'Patua One', cursive;
    color: #626262;
    text-align: center;
  }
  .Ct_ct6_tittle_2{
    width: 100%;
    padding-bottom: 0.5em;
    transform: translate(0%, 0%);
  }
  .Ct_ct6_tittle_2:before { 
    content : ""; 
    position: absolute; 
    left : 0;
    bottom: 0;
    width : 22%; /* or 78px */ 
    border-bottom: 2px solid #fac333; 
  }
  .ct6_tittle_2{
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    color: #0983ab;
  }
  #InputName, #InputEmail, #InputAsunto, #FormControlMsg, #BtnSubmit{
    font-size: 1em;
  }
  .CT_txt_1{
    font-size: 1.5em;
  }
  .CT_txt_2{
    font-size: 1em;
  }
  .CT_ct6_2{
    padding-top: 4em;
    padding-bottom: 7em;
  }
  .CT_ct6_3{
    font-size: 1.6em;
    margin-bottom: 0.3em;
    font-family: 'Raleway', sans-serif;
  }

  .CT_ct6_4{
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
  }
  .container_maps{
    width: 100%;
    padding: 0;
  }
  .Google_maps{
    height: 400px;
  }
  .Google_maps_maps{
    width: 100%;
    height: 100%;
  }
/*CONTAINER6*/

/*CONTAINER7*/
  .Ct_Footer{
    border-top: solid 5px #fac333;
    background-color: #252525;
    padding-top: 3em;
    padding-bottom: 2em; 
  }
  .ft_Logo{
    width: 100px;
    height: 100px;
    margin-left: 2.5em;
  }
  .CT_ft_1{
    font-size: 1em;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
  }
  .CT_ft_2{
    font-size: 1em;
    color: #ffffff;
    margin-top: 1.5em;
    font-family: 'Raleway', sans-serif;
  }
/*CONTAINER7*/

/*MODAL*/
  #Modal_Carga_Ajax{
    position: absolute;
    background-color: #f6f6f6; 
  }
  
  
/*MODAL*/

}