h1{
    font-size:21px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 18px 0px 0px;
    
}






.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgb(255 255 255)!important;
}


.form-control{
    font-family: "Poppins", sans-serif;
}

.btn-primarys{
    font-size: 21px;
    background-color: #4D4D4D;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
}

.btn-primarys:hover{
    font-size: 21px;
    background-color: #1264a7;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold !important;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.menu-mobiles{
    display: none;
}

.rectangulos:hover{
    background-color: #fff;
    border-radius: 12px;
    padding: 5px;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.21);
-moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.21);
box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.21);
margin: 0px 0px 15px 0px;
opacity: 1;
}
.rectangulos{
    background-color: #fff;
    border-radius: 12px;
    padding: 5px;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.21);
-moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.21);
box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.21);
margin: 0px 0px 15px 0px;
opacity: 0.5;
}

#form {
    width: 250px;
    margin: 0 auto;
    height: 50px;
  }

  #btnReview {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    margin-top: 0px;
    font-size: 23px;
    border-radius: 33px;
    padding: 7px 22px;
}
  
  #form p {
    text-align: center;
  }
  
  #form label {
    font-size: 20px;
  }
  
  input[type="radio"] {
    display: none;
  }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type = "radio"]:checked ~ label{color:orange;}

.clasificacion{
    direction: rtl;/* right to left */
    unicode-bidi: bidi-override;/* bidi de bidireccional */
    font-size: 39px;
}
label{ color:grey;}
input[type = "radio"]{ display:none;}

label:hover{color:orange;}
label:hover ~ label{color:orange;}
.fa-star:before {
    content: "\f005";
}
.reviewsContain a {
    font-size: 38px;
    margin-left: 15px;
    color: #4D4D4D;
}
.tanks{
    text-align: center;
    padding: 10px;
}

.img-logo{
    width: 60%;
    margin: 0px 0px 10px 0px;
   }

h4{
    color: #fff;
    text-align: center;
    font-size: 31px!important;
    padding: 0px;
    margin: 0px;
      text-transform: uppercase;
          font-weight: lighter;
}

.servicie{
    background-color: #4D4D4D;
    margin: 20px 0px;
    padding: 10px 0px;
    border: solid 1px rgb(211, 210, 210);
    width: 100%;
}


.vcard_btn:hover {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 5px 8px;
    border-radius: 100px;
    color: #4D4D4D;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #fff;
    margin-right: 20px;
    box-shadow: 0px 1px 0px #888888;
}

b, strong {
    font-weight: bold;
}

.vcard_btn {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 5px 8px;
    border-radius: 100px;
    color: #fff;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #4D4D4D;
    margin-right: 20px;
    box-shadow: 0px 1px 0px #888888;
}

.btn:hover {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.vcard_btn_social {
    display: block;
    border-radius: 100%;
    border: 1px solid #999;
    color: #999;
    height: 26px;
    width: 26px;
    float: right;
    background-color: #fff;
    margin-right: 5px;
    text-align: center;
    padding: 0px;
}

.icono_btn {
    margin-top: 6px;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.navbar-light .navbar-toggler {
    color: rgb(110 12 12 / 93%);
    border-color: rgba(0,0,0,.1);
    height: 36px;
    width: 48px;
    background-color: #ffffff7d;
}


.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h2{
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: arial,sans-serif;
    background-color: #4D4D4D;
    background-image: url(img/bg1625615482.jpg);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    position: relative;
}

.modal{
    z-index: 99999;
}

.titulares{
font-size: 28px;
text-align: center;
font-weight: 600;

}


.recuadro1{
    padding:23px 23px;
    margin: 15px 9px 15px 9px;
    background-color: #f2f2f2;
    border-radius: 8px;
    border: 1px solid #dddcdc;
    width: 100%;
}

.formulario-text{
    font-size: 13px;
}
.form-control{
    font-size: 14px!important;


}
.input-group-addon {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.control-modal{
    margin: 0px 0px 10px 0px;
    font-family: "Poppins", sans-serif;
    font-weight: lighter;
    font-size: 16px !important;
}

h5{
    font-family: "Poppins", sans-serif;
}

.espacio-right{
    margin-right: 30px;
}
p{font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: lighter;}

.cargo{
    font-size: 18px;
    font-style: italic;
    text-align: center;
    font-weight: 500;
}

.light{
    font-weight: 400;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 12px;
}

a {
    color: #4D4D4D;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
}

.gerencia{
    padding-top: 0px;
    font-weight: 300;
    padding-bottom: 0px;
}

.recuadro-sombra{
    margin: 40px 8%;
    -webkit-box-shadow: 4px -1px 5px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 4px -1px 5px 4px rgba(0,0,0,0.2);
box-shadow: 4px -1px 5px 4px rgba(0,0,0,0.2);
border-radius: 15px;
background-color: #fff;
}
.container-shop {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 99999;
    display: none;
}
.img_share {
    position: absolute;
    top: -42px;
    left: -88px;
    width: 100px;
}

.boton_share_contain {
    position: fixed;
    top: 101px;
    right: 10px;
    z-index: 99999;
}


.nav{
    width: 103.5%;
    position: relative;
    left: -30px;
    background-color: #f2f2f2;
    border-radius: 0px 15px 0px 0px;
}

.espacio-formulario{
    margin: 10px; margin-bottom: -16px;
}

@media (max-width: 1024px){
    .recuadro-sombra {
    margin: 40px 4%;
  
}
.nav {
    width: 104.8%;
    position: relative;
    left: -30px;
    background-color: #f2f2f2;
    border-radius: 0px 15px 0px 0px;
}
}
@media (max-width: 768px) {

   
    .img-logo{
        width: 50%;
        margin: 10px 0px;
    }
.nav-mobile{
    display: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.6rem;
}
.img_share{
    display: none;
}

.vcard_btn{
    width: 100%;
    margin: 0px 0px 10px;
}

.menu-mobiles{
    display: block;
    position: fixed;
    top: 0px;
    z-index: 9000;

}

.nav-item{
    border-bottom: 0.5px solid;
    font-size: 19px;
}

.navbar {
background-color: #4D4D4D!important;
    justify-content: end;
   color: #fff!important;
   width: 100%;
   position: fixed;
   z-index: 9000;
   top: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: lighter;
    font-family: "Poppins", sans-serif;
}


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

.navbar-light .navbar-nav .nav-link:visited {
    color: #fff;
    font-weight: lighter;
    font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover {
     color: rgb(255 170 3);
    font-weight: light;
    font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .nav-link:active {
     color: rgb(255 170 3);
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

}


@media (max-width: 475px) {
   .recuadro-sombra {
    margin: 60px 0;
}


.tamano-video {
    width: 347px;
    height: 226px;
}




.btn{
    font-size: 13px;
}

.espacio-formulario{
    margin: 0px;
}

.recuadro1{
    padding: 23px 10px;
    margin: 15px 5px 15px 5px;
}

.formulario-text {
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 0rem;
}

   h1{
    padding: 10px 10px 0px; 
   }

   .vcard_btn_social{
    width: 40px;
    height: 40px;
   }
   .fa-brans, .fa-instagram {
    font-size: 28px;
    padding-top: 0px;
}

 .fa-brans, .fa-facebook {
    font-size: 26px;
    padding-top: 0px;
}
}