* {
  box-sizing: border-box;
} 
  
body {
	margin: 0;
	padding: 0;
	padding-top: 120px;

}

::-webkit-scrollbar {
  display: none;
}

#main-header {
	background-color: #f2f2f2;
	color: white;
	/* height: 90px;	 */
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
  border-top: 5px solid #e34c0e;
}

.img-usuario{
  padding: 10px;
  color: #104d8d;
  font-weight: 700;
}

.dropdown-item{
  color: #104d8d;
  font-weight: 700;
  font-size: 16px;
}

.dropdown-item:hover{
  color: red;
  font-weight: 700;
  font-size: 16px;
}

.text-home{
  font-size: 10px;
  color: #969ca1;
}

.text-calidad{
  font-size: 1.6vh;
  text-align: justify;
}

.text-calidad-concreto{
  font-size: 1.8vh;
  text-align: justify;
  font-weight: 600;
}

.border-calida{
  background-color: #104d8d;
  font-weight: 600;
  color: #fff;
  font-style: italic;
}

.text-home:hover{
  color: #e34c0e;
  font-weight: 600;
}

span{
  font-size: 10px;
  color: #104d8d;
  font-weight: 600;
  text-transform: none;
}

.span-text{
  font-size: 30px;
  color: #e34c0e;
}

.text-title{
  text-align: center;
  font-size: 30px;
  color: #104d8d;
}

.text-nosotros{
  text-align: center;
  font-size: 30px;
  color: #104d8d;
}

a{
  text-decoration: none;
}

a:hover{
  color: #e34c0e;
}

.line-color-list{
  border-bottom: 1px solid #104d8d;
}

.text-line-icon{
  font-size: 16px;
  margin-left: 10px;
}

.text-title-categoria{
  padding-top: 6px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #104d8d;
  color: #fff;
  font-size: 15px;
}

.text-title-consultadas{
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #104d8d;
  color: #fff;
  font-size: 15px;
}

.text-card{
  margin-top: -6px;
  color: #e34c0e;
  font-weight: 600;
}

.text-title-card{
  font-size: 20px;
  font-weight: 700;
  color: #104d8d;
  line-height: 22px;
}

.content-text{
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 400;
  text-align: justify;
}

.text-arrows{
  color: #e34c0e;
  font-weight: 600;
}

.text-arrows:hover{
  color: #104d8d;
}

/******************/
.line-card{
  background-color:#104d8d; 
  border: 1px solid #104d8d;
}
.title-card{
  text-align: left; 
  font-size: 20px;
}
.span-title-card{
  font-size: 20px;
  color: #e34c0e;
}
.text-comentarios{
  font-size: 20px; color:#104d8d;  
  font-weight: 600;
}
.option-menu{
  color: #104d8d;
}
.txt-title-modal{
  font-size:3vh; 
  color: #e34c0e;
  font-family:'Lato', sans-serif;
  font-weight: 500;
}
.container-form-modal{
  padding: 10px 10px 10px 10px;
  font-family:'Lato', sans-serif;
}

.text-label{
  font-size: 18px;
  color: #104d8d;
  font-weight: 700;
}
.container-form-modal input{
  border-bottom: 2px solid #104d8d;
  border-top: none;
  border-left: none;
  border-right: none;
}
.btn-form-modal{
  background-color: #e34c0e;
  color: #fff;
  font-size: 15px;
  font-family:'Lato', sans-serif;
}
.btn-form-modal:hover{
  background-color: #cc3300;
  color: #fff;
}

.btn-modal {
  color: #104d8d;
  font-weight: 600;
  font-size: 20px;
}

.btn-modal:hover {
  color: #104d8d;
  transition: 0s;
}

.fa-facebook {
  color: #104d8d;
  font-size: 20px;
}

.fa-youtube {
  color: #104d8d;
  font-size: 20px;
}

.fa-instagram {
  color: #104d8d;
  font-size: 20px;
}
.select-sexo{
  border-bottom: 2px solid #104d8d;
  border-top: none;
  border-left: none;
  border-right: none; 
}

.sesion-text{
  color: #104d8d;
  font-weight: 700;
}

.btn-cerrar-sesion{
  background-color: #e34c0e;
  color: #fff;
  padding: 5px 100px 5px 100px;
  border-radius: 10px;
}

.btn-cerrar-sesion:hover{
  background-color: #cc3300;
  color: #fff;
}

.footer{
  padding: 30px 0 15px 0;
  background-color: #104d8d;
  color: #fff;
  width: 100%;
  margin-top: 50px;
}

.icons-blog{
  color: #fff;
}

.icons-blog:hover{
  color: #fff;
}

.icons{
  letter-spacing: 30px;
}

.privacidad-blog{
  font-size: 10px;
  font-weight: 600;
}

.container-card{
  padding: 100px;
}

.btn-enviar{
  background-color: #104d8d;
  color: #fff;
}

.text-validar{
  font-size: 16px;
  color: #104d8d;
  font-weight: 600;
  padding: 50px;
}

.icon-messages{
  font-size: 50px;
  font-weight: 100;
}

.form{
  background-color:#f2f2f2;
  border-radius: 10px;
}

.btn-sent{
  background-color: #f2f2f2;
  border-radius: 10px;
}

.icon{
  color: #104d8d;
  font-size: 25px;
}

.textarea{
  text-align: left;
  border-radius: 20px;
}

.span-user{
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .img-blog{
    width: 40px;
  }
  .btn-modal{
    font-size: 16px;
  }
  
  .iframe-fb{
    width: 100%;
  }

  .img-blog-l{
    width: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .img-blog{
    width: 50px;
  }
  .btn-canvas{
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .img-blog{
    width: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .img-blog{
    width: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .img-blog{
    width: 60px;
  }
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  width: 100%;
}

.img-slogan{
  width: 100%;
  height: 100;
}

@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}