body,html{
    font-size: 16px;
}

/*----------------------------------------
	header
----------------------------------------*/
.header-one {
    height: 70px;
}
.bg-header{
    background: #364b85;
}

.navbar{
    padding: 0;
}

.nav-link {
    display: block;
    padding: 1.1rem 1.1rem;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffffff;
}

.dropdown-toggle::after {
    color: #f58634;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #2b4983;
}

.navbar-light .navbar-nav .cart {
    background-color: #f58634;
    width: 72px;
    height: 80px;
}

.navbar-light .navbar-nav .cart i {
    font-size: 1.7rem;
    color: #ffffff;
    display: block;
    text-align: center;
}

.navbar-light .navbar-nav .cart p {
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-nav .cart span {
    position: relative;
}

.navbar-light .navbar-nav .cart span small {
    position: relative;
    top: -37px;
    right: -53px;
    padding: 2px 6px;
    line-height: 0;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 700;
    font-size: 11px;
    background: #f32938;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.dropdown-item {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #3a5b99;
    background-clip: padding-box;
    border-radius: 0;
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
}

.container-fluid {
    max-width: 1366px;
}


.gl-logo{
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
}

.logo-grande{
    position: fixed;
    z-index: 9999999;
    top: 6px;
}





.transitions {
    -moz-transition: opacity 1s;     /* NO NEED TO TRANSFORM */
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
    opacity:1;
}

.notransition {
    -webkit-transition: opacity 1s !important;
    -moz-transition: opacity 1s !important;
    -o-transition: opacity 1s !important;
    -ms-transition: opacity 1s !important;
    transition: opacity 1s !important;
    opacity:0;
}



/*=======================================================
  /*			SEARCH
/*========================================================*/

.stylish-input-group .input-group-addon{
    background: #ffffff;
    border-color: #ffffff;
}
.stylish-input-group .form-control{
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ffffff;
    height: 30px;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.stylish-input-group i {
    display: block;
    margin-top: 8px;
    color: #f58634;
}

.stylish-input-group button {
    cursor: pointer;
}



/*----------------------------------------
	Slider
----------------------------------------*/
.nivo-directionNav a {
    background: transparent none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    color: #e5ca6f;
    cursor: pointer;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    margin-top: -37px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 33px;
    z-index: 9;
}

.nivo-directionNav a:hover {background: transparent;}

.nivo-directionNav a.nivo-nextNav {
    border-radius: 5px 0 0 5px;
}
/******************************************************/





#estacion{
    background: url(../images/bg-01.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 3%;
    padding-bottom: 3%;
}


#estacion h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    color: #FFFFFF;
}

#estacion p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    text-align: justify;
    margin-top: 30px;
}


#estacion .btn-about-us {
    background: none;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 15px 50px;
    width: auto;
    height: auto;
    line-height: normal;
    margin: 40px 0 0 0;
}


#estacion .content-btn a{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color:#fff;
}


/*----------------------------------------
	Catalogo
----------------------------------------*/
#carousel-catalogo {
    background-color: #FFFFFF;
    padding-top: 4%;
    padding-bottom: 4%;
}

#carousel-catalogo h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    color: #364b85;
}

#carousel-catalogo p {
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: center;
    color: #616161;
}

#carousel-catalogo #owl-catalogo {
    margin-top: 15px;
}

#carousel-catalogo #owl-catalogo .item{
    margin: 15px;
}
#carousel-catalogo #owl-catalogo .item img{
    border: 1px solid #364b85;
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

#carousel-catalogo #owl-catalogo .owl-pagination{
    display: none;
}

#carousel-catalogo #owl-catalogo .owl-prev {
    background-color: transparent;
    left: -5%;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 40px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
#carousel-catalogo #owl-catalogo .owl-next {
    background-color: transparent;
    right: -5%;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 40px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

#carousel-catalogo #owl-catalogo .card {
    border: 0;
    border-radius: 0;
    background-color: #FFFFFF;
}

#carousel-catalogo .card-body {
    padding: 1.25rem 0 0 0;
}

#carousel-catalogo .btn-registro {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: #f58634;
    width: 50%;
    margin-bottom: 10px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

/*----------------------------------------
	Producto index
----------------------------------------*/
#carousel-productos {
    background-color: #FFFFFF;
    padding-top: 4%;
    padding-bottom: 4%;
}

#carousel-productos h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    color: #364b85;
}

#carousel-productos h1 span{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 4px;
    background: #df270f;
    color: #FFFFFF;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}


#carousel-productos #owl-productos {
    margin-top: 15px;
}

#carousel-productos #owl-productos .item{
    margin: 15px;
}
#carousel-productos #owl-productos .item img{
    border: 1px solid #eaeaea;
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

#carousel-productos #owl-productos .item span{
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #595959;
    text-align: center;
    text-transform: capitalize;
    display: block;
}

#carousel-productos #owl-productos .owl-pagination{
    display: none;
}

#carousel-productos #owl-productos .owl-prev {
    background-color: transparent;
    left: -5%;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 40px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
#carousel-productos #owl-productos .owl-next {
    background-color: transparent;
    right: -5%;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 40px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

#carousel-productos #owl-productos .card {
    border: 0;
    border-radius: 0;
    background-color: #FFFFFF;
}

#carousel-productos .card-body {
    padding: 1.25rem 0 0 0;
}

#carousel-productos .btn-d-product {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: #f58634;
    width: 70%;
    margin-bottom: 10px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}


/*----------------------------------------
	TITLE FOOTER INDEX
----------------------------------------*/

#title-footer{
    background: url("../images/bg-footer.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

#title-footer h1{
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 2rem;
    text-align: center;
    color: #FFFFFF;
}


#title-footer a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
}

#title-footer a i {
    color: #f58634;
}

/*----------------------------------------
	Mapa INDEX
----------------------------------------*/

#g-map .map {
    position: relative;
    min-height: 500px;
}

#g-map #map, iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}


/*----------------------------------------
	Footer
----------------------------------------*/
#footer {
    background: url("../images/bg-footer.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

#footer h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#footer ul {
    list-style-type:none;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom: 20px;
}


.inner ul {
    list-style-type:none;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom: 0 !important;
}

#footer ul li{
    display:list-item;
    padding:5px 4px;
    margin:0 3px;
}
#footer ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #ffffff;
    text-decoration: none;
}
#footer ul li a i {
    color:#f58634;
    font-size:1rem;
}

#footer .form-group {
    margin-bottom: 0.5rem;
}

#footer .form-control {
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #344985;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#footer .btn-send {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 8px;
    background-color: #f58634;
    border: 1px solid #f58634;
    cursor: pointer;
}

#footer .successMsg p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #ffffff;
    padding: 0;
    margin-top: -30px;
    text-align: center;
}

#footer div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}

#footer #recaptchaFooter {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}


.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}



/*----------------------------------------
	Quienes somos
----------------------------------------*/

#quienes_somos {
    background-color: #FFFFFF;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}


#quienes_somos h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #364b85;
}


#quienes_somos p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

#quienes_somos h2 {
    color: #f58634;
}

#quienes_somos h3 {
    color: #f58634;
}

#quienes_somos ul {
    list-style-image: url('../images/icon-anzuelo.png');
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #1c1c1c;
    font-size: 0.9rem;
    line-height: 2;
}



/*----------------------------------------
	Catalogo
----------------------------------------*/


#catalogo {
    background-color: #FFFFFF;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}


#catalogo h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #364b85;
}

#catalogo h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center;
    color: #364b85;
}

#catalogo hr {
    border-top: 1px solid rgba(245,134,52,.9);
}


#catalogo h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    color: #595959;
}

#catalogo .card {
    border: 0;
}

#catalogo .card img {
    border: 1px solid #eaeaea;
}

#catalogo .btn-c-product {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: #f58634;
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}


#catalogo  .nav-header {
    display: block;
    padding: 3px 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #364b85 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}


#catalogo .nav-header2 {
    display: block;
    padding: 3px 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #364b85 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#catalogo .nav li + .nav-header {
    margin-top: 9px;
}

#catalogo .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column; 
}

#catalogo .nav-list > li > a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#catalogo .nav-list > li > a {
    padding: 3px 15px;
}

#catalogo .nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #f6e7cf;
    border-bottom: 1px solid #f6e7cf;
}

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f6f9fc;
    border: 1px solid #d9e3ff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #364b85;
}

.well .nav > li > a {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #df6c41;
    position: relative;
    display: block;
    padding: 0 15px;
}

.pagination {
    margin-top: 20%;
}

/*----------------------------------------
	Detalle Producto
----------------------------------------*/


#detail {
    background-color: #FFFFFF;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}


#detail h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #364b85;
}

#detail hr {
    border-top: 1px solid rgba(245,134,52,.9);
}

#detail h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #595959;
}

#detail h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #595959;
}

#detail h4 span{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #595959;
}

#detail .detail-product-description p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

#detail .btn-detalle-producto {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    color: #ffffff;
    background-color: #f58634;
    width: 40%;
    padding: 10px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.right-sidebar-detail{
    padding: 10px 30px;
    background-color: #f6f9fc;
    border: 1px solid #d9e3ff;
}

#detail .right-sidebar-detail .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

#detail .right-sidebar-detail .thumbnail img{
    border: 1px solid #ffd2b0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

#detail .right-sidebar-detail hr {
    border-top: 1px solid rgba(217,227,255,.9);
}

#detail .right-sidebar-detail h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    color: #f58634;
}


#detail .right-sidebar-detail .thumbnail .caption {
    padding: 9px;
    color: #333;
}


#detail .right-sidebar-detail h3 a{
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #595959;
    display: block;
}


.breadcrumb {
    padding: .75rem 0rem;
    background-color: transparent;
}


.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #f58634;
}

/*----------------------------------------
	Contacto
----------------------------------------*/


#contacto {
    background-color: #FFFFFF;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#contacto a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #1c1c1c;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 30px;
}

#contacto a i {
    color: #f58634;
}

#contacto-links{
    background-color: #FFFFFF;
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
}

#contacto-links ul {
    list-style-type:none;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom: 20px;
}

#contacto-links ul li{
    display:list-item;
    padding:5px 10px;
    margin:0 3px;
}
#contacto-links ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #1c1c1c;
    text-decoration: none;
}
#contacto-links ul li a i {
    color:#f58634;
    font-size:1rem;
}

#contacto h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #364b85;
}


#pre-footer{
    background-color: #364b85;
    position: relative;
    padding-top: 0%;
    padding-bottom: 0%;
}



#contacto-links .form-group {
    margin-bottom: 0.5rem;
}

#contacto-links .form-control {
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #344985;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contacto-links .btn-send {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 8px;
    background-color: #f58634;
    border: 1px solid #f58634;
    cursor: pointer;
}

#contacto-links .successMsg p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #ffffff;
    padding: 0;
    margin-top: -30px;
    text-align: center;
}

#contacto-links div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}

#contacto-links #recaptchaFooter {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


/*----------------------------------------
	Modal Cart
----------------------------------------*/
.modal-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: #f58634;
}

.modal-header {
    padding: 1rem 0 0 1rem;
    border-bottom: 0;
}

.modal-body .card {
    margin-left: 13px;
    margin-right: 13px;
}

.card-header {
    background-color: #364b85;
}

.modal-header .close {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.8rem;
    background-color: #FFFFFF;
    color: #364b85;
    opacity: 1;
    position: absolute;
    right: 0;
    margin-right: 0;
}

.modal-footer {
    border-top: 0;
}


.close:focus, .close:hover {
    color: #364b85;
    opacity: 1;
}

#cart-content .card {
  border: 0;
}


#cart-content .card-header span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
}

#cart-content .card-body {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

#cart-content .card-body img {
    margin-bottom: 20px;
    border: 1px solid #f58634;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

#cart-content .card-body .bg-total {
    background-color: #eaf6f8;
    padding: 10px;
}

#cart-content .card-body p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #535353;
    padding: 0;
    margin: 0;
}

#cart-content .card-body p span {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #535353;
}

.modal-body .formas-pago {
    margin-top: 30px;
    /*margin-left: 60px;*/
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-top: 21px;
    padding: 10px;
}



/* The container */
.label-check {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.label-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.label-check {
    position: relative;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    border: 1px solid #f58634;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #0a0b0d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#contenido-form .form-control{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f58634;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#frmCot .form-control{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f58634;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


#contenido-form .btn-send {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 8px;
    background-color: #f58634;
    border: 1px solid #f58634;
    cursor: pointer;
}


.sr-result{
    background-color: #FFFFFF;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}


#result-search h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    color: #595959;
}

#result-search .card {
    border: 0;
}

#result-search .card img {
    border: 1px solid #eaeaea;
}

#result-search .btn-c-product {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: #f58634;
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}


/*----------------------------------------
	Agradecimiento
----------------------------------------*/


#gracias {
    background-color: #364b85;
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }
