<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#map{
  margin-top: 90px;
}
#Contacts{
  margin-top: 30px;
}
#Contacts h1{
  position: absolute;
  height: 90px;
  line-height: 90px;
  font-size: 19pt;
  text-transform: uppercase;
  text-align: center;
  color: white;
  //background-image: url('/public/images/titleseccion.jpg');
  background: #009e72;
  border-bottom: 0px;
  width: 100%;
  left: 0;
  margin-top: -124px;
}
#slider-content{
    display: none;
}
li.emailcontact{
    /*margin-top: 40px;*/
}
i.fa_map{ font-size: 23px !important; margin-right: 26px !important; }
i.fa_phone { margin-right: 20px !important;}
i.fa_fax{ margin-right:11px;}
i.fa_mobile{ font-size: 30px !important;  margin-right: 27px !important;}
i.fa_phone{ font-size: 24px !important;}
i.fa_envelope{margin-right:14px;}
/*
a.company-contact{
    text-decoration: none;
    color:#666;
}
a.company-contact:hover{
    color:#009e72;
}*/
#inner-content{
    //padding-top: 74px;
}
#slider-content{
    height: 0px;
}
#outter-content{
    margin-top: 0px;
}
#contact_wrap{
  overflow: auto;
  width: 80%;
  font-size: 0;
  padding-bottom: 40px;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
}

#contact_wrap h2{
  margin-top: 30px;
	/*font-family: Arial, sans-serif;*/
	font-size: 16px;
	margin-bottom: 10px;
}

#topinfo{
	width: 100%;
}

#topinfo img#logo_original {
	width: 200px;
	height: auto;
}



.watermark {	
	color: #aaa;	
}

#leftinfo {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 0%;
    margin-right: 3%;
    //margin-top: 70px;
}

#rightinfo {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 2%;
	
}

#leftinfo ul, #rightinfo ul{	
	margin: 0px;
	padding:0px;
	width:100%;
	list-style-type: none;
}

#leftinfo ul li img, #rightinfo ul li img {
	height: 20px;
	width: auto;
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
}

#leftinfo ul li span, #rightinfo ul li span {
	vertical-align: top;
	display: inline-block;
        width: 80%;
}

#leftinfo ul li, #rightinfo ul li{
	margin-bottom: 10px;
	color: #666;	
	display:block;
	/*font-family: arial;*/
	font-size: 12px;
}

#leftinfo input[type="text"], textarea{
	margin-bottom: 20px;
	padding: 0 2%;
	width:95%;
	height:30px;
	border:1px solid #CCC;
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-size: 11px;
    color: rgb(136, 136, 136);
}

#leftinfo textarea{
	padding-top: 5px;
	height: 250px;
	resize:none;
}

#leftinfo input[type="submit"], input[type="reset"]{
	height: 40px;
	border:none;
	background-color:#393b3d;	
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	padding:5px 16px;
	margin:0 5px;
	cursor: pointer;
}

#leftinfo input[type="submit"]:hover, input[type="reset"]:hover{
	background-color:#4D4D4D;
}
.contact-logo{  
    margin-top: 10px;
    width: 300px;
}
.qrcode{
  width: 150px;
  //margin-top: 23px;
}
#contact_wrap i.fa{
  font-size: 20px;
  margin-right: 18px;
  margin-left: 5px;
  color:#666;
}

@media screen and (max-width: 980px){
	#leftinfo, #rightinfo{
		width: 90%;
		margin: 0 5%;
		padding: 25px 0;
	}
        #slider-content {
            height: 66px;
        }
        #map {
            margin-top: 0px;
          }
}
@media screen and (max-width: 860px){
}

@media screen and (max-width: 500px){
    #map {
        display: none;
      }
    #inner-content {
        margin-top: 130px;
      }
      #contact_wrap {
        width: 99%;
      }
      #Contacts h1{  
        margin-top: -104px;
      }
}
@media screen and (max-width: 320px){
	
	#leftinfo ul li{
		width: 100%;
		margin-top: 10px;
	}

	#rightinfo h2 {
		display: none;
	}
}</pre></body></html>