



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Raleway-Black;
  src: url('../raleway/Raleway-Black.ttf'); 
}

@font-face {
  font-family: Raleway-Bold;
  src: url('../raleway/Raleway-Bold.ttf'); 
}

@font-face {
  font-family: Raleway-ExtraLight;
  src: url('../raleway/Raleway-ExtraLight.ttf'); 
}

@font-face {
  font-family: Raleway-Light;
  src: url('../raleway/Raleway-Light.ttf'); 
}

@font-face {
  font-family: Raleway-Regular;
  src: url('../raleway/Raleway-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Myriadpro-semibold;
  src: url('../montserrat/MYRIADPRO-SEMIBOLD.OTF'); 
}

@font-face {
  font-family: Myriadpro-regular;
  src: url('../montserrat/Myriad-pro-regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-Black;
  src: url('../montserrat/Montserrat-Black.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../montserrat/Montserrat-Medium.ttf'); 
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
  box-sizing: border-box;
}

body, html {
	/*height: 100%;*/
	font-family: Poppins-Regular, sans-serif;
}



#lblCbox1{
  font-family: Raleway-Regular;
  font-size: 12px;
  color: #ffffff;
}


::-webkit-input-placeholder { /* Safari y Chrome */
  color: #4679BD;
}

:-moz-placeholder { /* Firefox hasta v18 */
  color: #4679BD;  
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #4679BD;  
}

:-ms-input-placeholder {  /* IE 10+´*/
  color: #4679BD;  
}

body {
 margin: 0;
 font-family: Arial, Helvetica, sans-serif;
}

.topnav {
 overflow: hidden;

}
/*
.valor{
  font-size: 20px;
}*/

.topnav a {
 float: left;
 display: block;
 color: #f2f2f2;
 text-align: center;
 padding: 8.5px 16px;
 text-decoration: none;
 /*font-size: 17px;*/
}

.topnav a:hover {
 color: #ddd;
}

.topnav a.active {
 background-color: #4CAF50;
 color: white;
}

.topnav .icon {
 display: none;
}





/*
#img-formulario{
  margin-bottom: -19%;
  max-width: 52%;
}*/


/*#form-textInfo{

  margin-top:3%;
}*/

#tbodyCotizaDental{
  margin-top:5%;
}
/*
#title-info{
  font-family: Raleway-Extralight;
  color: #1b2733;
  font-size: 17px;
  margin-bottom:-1%;
}*/

/*
#subtitle-info
{
  color: #1b2733;
  font-family: Raleway-Black;
  font-size: 19px;
}
*/


#divBase{

  background-color: #2687c0;
}

/*---------------------------------------------*/
/*
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}*/

/*SI*/
 /* #title-formulario{
    font-family: Raleway-black;
      color: white;
      font-size: 21px;
      margin-left:-5%;
  }*/

  /*SI*/
  #asistencia{
    color: white;
    font-family: Raleway-Black;
  }
  /*#sub-title{
    color: white;
    font-family: Raleway-Black;
    font-size: 37px;
    margin-left: -5%;
  }*/
   


/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}



ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}
/*
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }*/
/*
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #6f6b6b;}
input:-moz-placeholder { color: #6f6b6b;}
input::-moz-placeholder { color: #6f6b6b;}
input:-ms-input-placeholder { color: #6f6b6b;}

textarea::-webkit-input-placeholder { color: #6f6b6b;}
textarea:-moz-placeholder { color: #6f6b6b;}
textarea::-moz-placeholder { color: #6f6b6b;}
textarea:-ms-input-placeholder { color: #6f6b6b;}*/

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {background-color: #fff;}
.bg1 {background-color: #f7f7f7;}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

/*.formulario-principal {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;*/
  /*background: #e6e6e6;*/
 /* border: #b2b2b2 1px solid;*/
  
/*}*/

/*
.formulario-preguntas {
  width: 100%;  
  min-height: 61vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
 /* margin-top: -4%;*/
/*
}*/

/*
.formulario-emision {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* background: #e6e6e6; */
  /* border: #b2b2b2 1px solid; *//*
}*/


.formulario-ofertas {
  /*width: 900px;*/
  background: #fff;
  /*border-radius: 10px;*/
  overflow: hidden;
  padding: 32px 20px 90px 30px;
  margin-top:5%;
  border: #b2b2b2 1px solid;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
}

.formulario-datosAseg {
  width: 900px;
  background: #fff;
  /*border-radius: 10px;*/
  overflow: hidden;
  padding: 32px 20px 90px 30px;
  margin-top:5%;
  border: #b2b2b2 1px solid;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);

}

.formulario-datosVehiculos {
  width: 900px;
  background: #fff;
  /*border-radius: 10px;*/
  overflow: hidden;
  padding: 32px 20px 90px 30px;
  margin-top:5%;
  border: #b2b2b2 1px solid;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);

}
.formulario-datosPago {
  width: 900px;
  background: #fff;
  /*border-radius: 10px;*/
  overflow: hidden;
  padding: 32px 20px 90px 30px;
  margin-top:5%;
  border: #b2b2b2 1px solid;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);
box-shadow: 10px 10px 5px 0px rgba(170,170,170,1);

}/*
.formulario-emision {

  width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;

}*/



.vacio input, .vacio select, .vacio textarea {
  border: 1px solid red;
}


.lleno input, .lleno select, .lleno textarea {
  border: 1px solid blue;
}

.select__field {

  /*display: block; */
  content: "▼";
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6f6b6b;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none;
}

/* remove default caret for ie */

.select__field::-ms-expand {
  display: none;
}

.select__field:focus:invalid {
  border-color: #FD6347;
}

.select__field:required:valid {
  border-color: #006400;
}


/*------------------------------------------------------------------
[  ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}




.ofertas {
  display: block;
  width: 100%;
  font-family: Myriadpro-semibold;
  font-size: 16px;
  color: #3d5f9e;
  text-align: center;
 /* margin-left: 54%;*/
 padding-top: 1%;

}

.tittle-car {
  display: block;
  width: 100%;
  font-family: Myriadpro-semibold;
  font-size: 15px;
  color: #777;
  /*text-align: center;*/
 /* margin-left: 54%;*/
 padding-top: 1%;

}
.cotizAuto{
  width: 100%;
  font-family: Myriadpro-semibold;
  font-size: 16px;
  color: #3d5f9e;
  /*text-align: center;*/
 /* margin-left: 54%;*/
 padding-top: 1%;

}



/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: Montserrat-SemiBold;
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 100%;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-radius: 25px;

  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #00ad5f;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }

}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 62px 15px 90px 15px;
  }

  .wrap-input100 {
    padding: 10px 10px 9px 10px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #f29100;
  line-height: 1.2;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #f29100;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}


/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::before {
  content: '\f312';
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #555555;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  left: -24px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .select2-container--open .select2-dropdown {
    left: -12px;
  }
}

.select2-dropdown--above {top: -38px;}
.select2-dropdown--below {top: 10px;}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

@media (max-width: 576px) {
  .select2-container .select2-results__option[aria-selected] {
    padding-left: 12px;
  }
}

.select2-container .select2-results__option[aria-selected="true"] {
  background: #00ad5f;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #00ad5f;
  color: white;
}

.select2-results__options {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
  width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
  width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
  width: 100%;
  padding: 15px 25px 0 25px;
}

.contact100-form-radio {
  padding-bottom: 5px;
}

.input-radio100 {
  display: none;
}

.label-radio100 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
}

.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #00ad5f;
  -moz-background-clip: padding;     
  -webkit-background-clip: padding;  
  background-clip: padding-box; 
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;

}

.input-radio100:checked + .label-radio100::after {
  display: block;
}


/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 57px 25px;
}

.contact100-form-range-value {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}

.contact100-form-range-value input {
  display: none;
}

#filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #00ad5f;
  box-shadow: none;
}
#filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}

#filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
  display: none;
}

@media (max-width: 576px) {
  .wrap-contact100-form-range {
    padding: 20px 0px 57px 0px;
  }

  .wrap-contact100-form-radio {
    padding: 15px 0px 0 0px;
  }
}
/*
.btn{

  display: inline-block;
  padding: 1px 11px;
  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-primary {
  color: #fff;
  background-color: #337ab7;*/
  /*border-color: #2e6da4;*/
/*}*/
/*
.btn-primary {
  font-family: Raleway-Bold;
  font-size: 11.64px;
  color: #ffffff;
  background-color: #f29100;
}*/

.btn-comprar {
  color: #fff;
  background-color: #337ab7;
  /*border-color: #2e6da4;*/
}

.btn-comprar {
  font-family: Myriadpro-semibold;
 /* font-size: 15px;*/
  color: #ffffff;
  background-color: #f77904;

   /* display: inline-block; */
   padding: 4px 7px;
   /* margin-bottom: 0; */
   font-size: 67%;
   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 tr transparent;
   border-radius: 4px;

   box-shadow: 5px 5px 3px 0px rgb(160, 68, 6);
}



.head{
  background: white;
  color: RGB(225,66,0);
  padding: 10px 70px;
  font-family: sans-serif;
  font-size: 30px;
  border-top:10px solid #fbb03b;	
}



.nav{
  background: #fbb03b;
  text-align: center;
}

.main-menu>li{
   display: inline-block;
   /*width: 150px;*/
   padding: 0px 0px;
   margin-left: 30px;
   text-align: center;
   color: #5d5d5b;
   font-size: 20px;
   border-left: 1px solid#5d5d5b;
   transition: .4s;
   cursor: pointer;
   box-sizing: border-box;
   padding-left:35px;

}

.navbar-nav>li{
  
   border-left: 1px solid#fff;
   
   

}

.main-menu li:hover .sub-menu{
    display: block;
}

.sub-menu{
   display: none;
   position: absolute;
   padding: 0px;
   margin-top: 30px;
   margin-left: -10px;	
   float: left;
   width: 300px; 
   text-align: left;
   box-sizing: border-box;
   border: 5px solid white;
   box-shadow: 1px 1px 1px grey;
   

}

.sub-menu:before{
       content:"";
       width: 0px;
       height:0px;
       border-left:20px solid transparent;
       border-right:20px solid transparent;
       border-bottom:30px solid white;
       position: absolute;
       margin:-30px 0px 0px 60px;
}

.sub-menu li{
   list-style-type: none;
   padding: 10px;
   color: white;
   font-size: 20px;
   background: #5d5d5b;
}
.main-menu>li:hover, .sub-menu>li:hover{
   background: #f2f2f2;
}

.menu{
  border:none;
  border:0px;
  margin:0px;
  padding:0px;
  font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  }
.menu ul{
  background:#ff9900;
  height:35px;
  list-style:none;
  margin:0;
  padding:0;
  }
  .menu li{
          float:left;
          padding:0px;
          }
  .menu li a{
          background:#ff9900 url("") bottom right no-repeat;
          color:#cccccc;
          display:block;
          font-weight:normal;
          line-height:35px;
          margin:0px;
          padding:0px 25px;
          text-align:center;
          text-decoration:none;
          }
  .menu li a:hover, .menu ul li:hover a{
          background: #BA3606  bottom center no-repeat;
          color:#FFFFFF;
          text-decoration:none;
          }
  .menu li ul{
          background:#333333;
          display:none;
          height:auto;
          padding:0px;
          margin:0px;
          border:0px;
          position:absolute;
          width:225px;
          z-index:200;
          /*top:1em;
          /*left:0;*/
          }
  .menu li:hover ul{
          display:block;
          
          }

  .menu li:hover li a{
          background:none;
          
          }
  .menu li ul a{
          display:block;
          height:35px;
          font-size:12px;
          font-style:normal;
          margin:0px;
          padding:0px 10px 0px 15px;
          text-align:left;
          }
          .menu li ul a:hover, .menu li ul li:hover a{
                  background:#BA3606 center left no-repeat;
                  border:0px;
                  color:#ffffff;
                  text-decoration:none;
                  }
  .menu p{
          clear:left;
          }  


   /* header {
        width:100%; /* Establecemos que el header abarque el 100% del documento */
    /*    overflow:hidden; /* Eliminamos errores de float */
     /*   background:#ef8713;
        /*margin-bottom:20px;*/
     /*   position:fixed;
    }	*/
      
      
    table { 
        border-collapse: separate; 
    }

    tr td, th { 
        border-top-right-radius: 12px;               
        border-top-left-radius: 12px; 
        border-bottom-left-radius: 12px; 
        border-bottom-right-radius: 12px; 
    }

    th:first-child { 
        border-top-left-radius: 10px; 
      padding: 0.75rem;
      color:#21d2f1;
    }

    th:last-child {   
        border-top-right-radius: 10px; 
      color:#21d2f1;
    }

    tr:last-child td:first-child { 
        border-bottom-left-radius: 10px;
      
    }
    tr:last-child td:last-child { 
        border-bottom-right-radius: 10px; 
    }

    table { 
        border-spacing: 0; 
        width: 500px; 
    }
    
    .bordered { 
        border: solid #ccc 1px; 
        -moz-border-radius: 20px; 
        -webkit-border-radius: 20px; 
        border-radius: 20px; 
        -webkit-box-shadow: 0 3px #ccc; 
        -moz-box-shadow: 0 3px #ccc; 
        box-shadow: 0 3px #ccc; 
    }
    
    
    /*DESDE AQUI RESPONSIVE*/

    
    table {
      /*border: 1px solid #ccc;*/
      /*border-collapse: collapse;*/
      margin: 0;
      padding: 0;
      width: 100%;
      table-layout: fixed;
    }
    
    table caption {
      /* font-size: 1.5em;*/
      margin: .5em 0 .75em;
    }       
    
    /*SI*/
    table th,
    table #tdtext {
      /* padding: .625em;*/
      padding: 1.625em;
      text-align: center;
    }
    
    table th {
      font-size: .70em;
      /*letter-spacing: .1em;*/
      text-transform: uppercase;
    }

        /*@media (min-width: 1280px) {*/
    @media (min-width: 1280px) {

      #textoDental{
        font-size: 21px;
        color: #ffffff;
        display: block;
        width: 100%;
        font-family: Raleway-Light;
        text-align: center;
        padding-top: 1%;
      }
      
      .table {
        width: 960px;
        margin-bottom: 1rem;
        color: #777;
        margin-top:1%;
      
      }
      
      .table th,
      .table td {
        padding: 0.55rem;
        border-top: 1px solid #dee2e6;
        text-align: center;
      }

      #nav{
        margin-left: 33%
      }
      
      #btnCopiarDatosContratante {
        margin-left: 65%; 
        margin-top:1%;
      }
      
      #btnCopiarDatos {
        margin-left: 66%; 
        margin-top:1%;
      }

      .btn-emitir{

        position: relative; 
        right: 350px; 
        margin-top:5%;
      }

      #modalPolizaAutomotriz{

        margin-top: 2%;
      /* display: block;*/
        margin-left: 17%;
      }

      #vista_previa_pdf{

        margin-left: 13%;
      }

      #mandatoPdf{

        margin-top: 1%;

      }
    }


    
  header {
    /* background-color: #ec8816;*/
      color: #fff;
      z-index: 1000;
    }
  
    header a {
      color: #fff;
    }
  
    header::after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.02);
      position: absolute;
      left: 0;
      bottom: -20px;
    }
  
  .nav-link {
    /*font-family: "Rajdhani", sans-serif;*/
    text-transform: uppercase;
  }
  
  .contact {
    font-size: 12px;
  }
  
  .tel {
    margin-right: 30px;
  }
  
  .contact i {
    color: #ee1515;
    margin-right: 10px;
  }
  
  .login {
    padding: 10px 20px;
    font-size: 14px;
    margin-right: 25px;
    text-transform: uppercase;
  }
  
  .contact a:hover,
  .login:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  
  .login i {
    color: #ee1515;
    margin-right: 8px;
  }
  
  .navbar-brand h1 {
    margin: 0;
  }
  
  .social {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  
  .social li:not(:last-child) {
    margin-right: 20px;
  }
  
  .social a {
    font-size: 14px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ee1515;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
  }
  
  .social a:hover {
    color: #fff;
    background-color: #ee1515;
  }
  
  .navbar-brand img {
    width: 135px;
  }
  
  .navbar-collapse .search-form input[type="text"] {
    border: 1px solid #ced4da;
    color: #333;
    padding: 1.5625rem 0.625rem;
  }
  
  .navbar-collapse .search-form .btn {
    margin-top: 0;
    border-radius: 0;
    margin-left: -1px;
  }
  
  .navbar-collapse .nav-link {
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
  }
  
  .navbar-collapse .nav-link:hover {
    color: #ee1515;
  }
  
  .cart,
  .login-icon,
  .search-icon {
    color: #fff;
    font-size: 1.5rem;
  }
  
  .cart:hover,
  .login-icon:hover,
  .search-icon:hover {
    color: #ee1515;
  }
  
  .cart {
    margin-left: 20px;
  }
  
  
  /*-----------------------------------
      1 - Hero
  ------------------------------------*/
  .hero {
    /*background: url("../images/hero-bg.jpg") no-repeat center;*/
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  
  .hero .container {
    position: relative;
    z-index: 5;
  }
  
  .hero .slide-content {
    min-height: 600px;
    color: #fff;
  }
  
  .hero .slide-content span {
    color: #ee1515;
  }
  
  .hero .slide-content h1 {
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
    text-transform: uppercase;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
            transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    font-weight: bold;
  }
  
  .hero .slide-content p {
    color: #170936;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
            transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    padding: 35px 0 35px 30px;
    background-color: rgba(255, 255, 255, 0.51);
    border-top-right-radius: 100px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
  }
  
  .hero .slide-content .btn {
    margin-top: 50px;
  }
  
  .hero .slide-content .btn:last-child {
    margin-left: 30px;
  }
  
  .hero .arr-left,
  .hero .arr-right {
    font-size: 3rem;
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 85%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
  }
  
  .hero .arr-left:hover,
  .hero .arr-right:hover {
    cursor: pointer;
  }
  
  .hero .arr-right {
    right: 15px;
  }
  
  .hero .diag-bg {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 100%, 100% 0);
    background-color: rgba(240, 0, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .hero .texture {
    width: 100%;
    height: 100%;
    background: url("../images/fondo_intranet.png") no-repeat center;
    background-size: cover;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .hero::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 29%;
  }
  
  .hero::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 58%;
  }
  
  /*-----------------------------------
      1 - CTA
  ------------------------------------*/
  .cta-content {
    padding: 30px 0 90px;
    color: #fff;
    background-color: #ee1515;
    position: relative;
    z-index: 1;
  }
  
  .cta-content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(24, 9, 53, 0.77);
    position: absolute;
    top: -25px;
    left: -1px;
    z-index: -1;
    transition: all 0.2s ease-in-out;
  }
  
  .cta-content .subscribe-btn {
    align-self: flex-end;
    margin-right: 30px;
  }
  
  /*-----------------------------------
      1 - Services
  ------------------------------------*/
  .title {
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .title h6 {
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  
  .title h1 {
    font-size: 35px;
  }
  
  .title .title-blue {
    color: #26264b;
  }
  
  .title .title-primary {
    color: #ee1515;
  }
  
  .services {
    padding: 80px 0 50px;
  }
  
  .services .title {
    margin-bottom: 20px;
  }
  
  .services .media {
    margin: 40px 0;
  }
  
  .services h5 {
    color: #26264b;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  
  /*-----------------------------------
      1 - Featured
  ------------------------------------*/
  .featured {
    padding: 80px 0;
    background-color: #fafafa;
  }
  
  .featured p {
    margin: 35px 0 53px;
  }
  
  .featured .media i {
    font-size: 24px;
    color: #ee1515;
  }
  
  .featured .media h5 {
    text-transform: uppercase;
    color: #26264b;
  }
  
  .featured .btn {
    margin-top: 80px;
  }
  
  .featured-img {
    position: relative;
    height: 530px;
    margin-top: 60px;
  }
  
  .featured-big {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .featured-small {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 25px 0 0;
    background-color: #fff;
  }
  
  /*-----------------------------------
      1 - Recent Posts
  ------------------------------------*/
  .recent-posts {
    padding: 65px 0 100px;
  }
  
  .recent-posts .btn {
    margin-top: 60px;
  }
  
  .recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
    margin-top: 30px;
  }
  
  .recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
    margin-bottom: 30px;
  }
  
  .single-rpost {
    margin: 35px 0 0;
  }
  
  .post-thumb {
    flex: 0 0 273px;
  }
  
  .post-content {
    color: #ccc;
  }
  
  .post-content time {
    font-size: 14px;
    color: #ccc;
  }
  
  .post-content h3 {
    margin: 10px 0 2px;
  }
  
  .post-content h3 a {
    color: #26264b;
    font-weight: 600;
  }
  
  .post-content h3 a:hover {
    font-weight: 700;
    text-decoration: none;
  }
  
  .post-content a {
    color: #ccc;
  }
  
  .post-content a:hover {
    color: #26264b;
  }
  
  .post-content .post-btn {
    color: #6e6e6e;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background-color: whitesmoke;
  }
  
  .post-content .post-btn:hover {
    color: #fff;
    background-color: #ee1515;
  }
  
  /*-----------------------------------
      1 - Trust
  ------------------------------------*/
  .trust {
    padding: 75px 0;
    background-color: #26264b;
    color: #ddd;
    position: relative;
  }
  
  .trust .title {
    margin-bottom: 46px;
  }
  
  .trust h1 {
    color: #fff;
  }
  
  .trust h5 {
    font-size: 24px;
    color: #fefefe;
    margin: 28px 0 12px;
  }
  
  .trust ul {
    color: #fff;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  
  .trust li {
    margin-bottom: 15px;
  }
  
  .trust .gallery img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  
  .trust .gal-img {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  
  .trust .gal-img i {
    font-size: 72px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
  }
  
  .trust .gal-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  
  .trust .gal-img:hover {
    cursor: pointer;
  }
  
  .trust .gal-img:hover i {
    opacity: 1;
  }
  
  .trust .gal-img:hover::after {
    opacity: 1;
  }
  
  .trust .gal-img3 {
    top: -50%;
    left: 50%;
  }
  
  /*-----------------------------------
      1 - Pricing Table
  ------------------------------------*/
  .pricing-table {
    padding: 100px 0;
  }
  
  .single-pricing {
    padding: 65px 0 40px;
    margin-top: 23px;
    color: #fff;
    background: #26264b;
    border: 0px solid #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease-in-out;
  }
  
  .single-pricing span {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 15px;
    background-color: transparent;
    position: absolute;
    top: 28px;
    right: 6px;
    transition: all 0.2s ease-in-out;
  }
  
  .single-pricing h2 {
    margin-bottom: -5px;
  }
  
  .single-pricing .desc {
    color: #9d9d9d;
    padding-bottom: 30px;
    margin-bottom: 32px;
    border-bottom: 2px solid #2f2f2f;
    transition: all 0.2s ease-in-out;
  }
  
  .single-pricing .price {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  
  .single-pricing p {
    color: #ddd;
  }
  
  .single-pricing p:last-of-type {
    margin-bottom: 25px;
  }
  
  .single-pricing svg {
    width: 170px;
    position: absolute;
    top: -45px;
    right: -60px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
  }
  
  .single-pricing:hover {
    border: 4px solid #fff;
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
    margin: 19px 0 -4px;
  }
  
  .single-pricing:hover span {
    background-color: #26264b;
  }
  
  .single-pricing:hover .desc {
    color: #fff;
    border-bottom: 2px solid rgba(245, 245, 245, 0.322);
  }
  
  .single-pricing:hover svg {
    width: 500%;
    top: -200%;
    right: -50%;
  }
  
  .single-pricing:hover .btn {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  }
  
  /*-----------------------------------
      1 - Testimonials
  ------------------------------------*/
  .testimonial-and-clients {
    background: url(../images/test-clients-bg.png) center center/cover no-repeat #ee1515;
  }
  
  .testimonials {
    padding: 95px 0 85px;
    color: #fff;
    border-bottom: 1px solid #26264b;
  }
  
  .testimonials .test-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .testimonials .test-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 90px;
  }
  
  .testimonials h5 {
    color: #26264b;
    margin-top: 15px;
  }
  
  .testimonials span {
    color: #c4c4c4;
    display: inline-block;
    margin: 0 0 17px;
  }
  
  .testimonials p {
    font-size: 17px;
    line-height: 27px;
  }
  
  .test-pagination {
    text-align: center;
    margin-top: 8px;
  }
  
  .test-pagination span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #26264b;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
  }
  
  .test-pagination span:hover {
    cursor: pointer;
  }
  
  .test-pagination span:not(:last-child) {
    margin-right: 10px;
  }
  
  .test-pagination span.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: white;
  }
  
  /*-----------------------------------
      1 - Clients
  ------------------------------------*/
  .clients {
    padding: 70px 0;
  }
  
  .clients .swiper-wrapper {
    text-align: center;
  }
  
  /*-----------------------------------
      1 - CTA 2
  ------------------------------------*/
  .cta2 {
    margin: 50px 0 -30px;
  }
  
  /*-----------------------------------
      1 - Footer
  ------------------------------------*/
  footer {
    background: url('') center center/cover no-repeat #000000;
  }
  
  /*-----------------------------------
      1 - Footer Widgets
  ------------------------------------*/
  .footer-widgets {
    padding: 100px 0;
  }
  
  .footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
    margin: 40px 0 30px;
  }
  
  .single-widget {
    color: #aaa;
  }
  
  .single-widget .widget-tiltle {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 45px;
  }
  
  .single-widget i {
    color: #ee1515;
  }
  
  .single-widget h6 {
    color: #fff;
  }
  
  .single-widget .media {
    margin-bottom: 20px;
  }
  
  .contact-widget a {
    color: #aaa;
  }
  
  .contact-widget i {
    font-size: 22px;
  }
  
  .twitter-widget i,
  .twitter-widget h6 {
    color: #777;
  }
  
  /*span {
  /*  color: #fff;*/
  }*/
  
  .recent-post-widget .rcnt-img {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .recent-post-widget .rcnt-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .recent-post-widget a {
    color: #fff;
  }
  
  .recent-post-widget p {
    font-size: 13px;
  }
  
  .recent-post-widget i {
    margin-right: 10px;
  }
  
  .recent-post-widget i:last-of-type {
    margin-left: 15px;
  }
  
  .tags-widget {
    margin: -10px -10px 0 0;
  }
  
  .tags-widget a {
    color: #aaa;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 2px;
    background-color: #363636;
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    margin: 10px 10px 0 0;
  }
  
  .tags-widget a:hover {
    text-decoration: none;
    color: #26264b;
    background-color: #ee1515;
  }
  
  .subscribe-widget form {
    margin-bottom: 10px;
  }
  
  .subscribe-widget input {
    font-size: 14px;
    padding: 0px 10px;
    background-color: #444;
    border: none;
    line-height: 0;
    position: relative;
    z-index: 1;
  }
  
  .subscribe-widget input:focus {
    outline: none;
    box-shadow: none;
  }
  
  .subscribe-widget button {
    background: #ee1515;
    border: none;
    padding: 9px 14px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: -10px;
    position: relative;
    z-index: 5;
  }
  
  .subscribe-widget button i {
    color: #fff;
  }
  
  .subscribe-widget .social-nav {
    margin-top: 32px;
  }
  
  .subscribe-widget .social-nav a {
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: #ddd;
    background-color: #444;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 10px;
  }
  
  .subscribe-widget .social-nav a i {
    color: #ddd;
  }
  
  .subscribe-widget .social-nav a:hover {
    background-color: #ee1515;
  }
  
  /*-----------------------------------
      1 - Foot Note
  ------------------------------------*/
  .foot-note {
    padding: 35px 0;
    background-color: #ee1515;
    color: #26264b;
  }
  
  .foot-note a {
    color: #26264b;
  }
  
  .foot-note a:last-child {
    margin-left: 30px;
  }
  
  .foot-note a.fh5-link {
    margin-left: 0;
  }
  
        
