/*

 * UnderConstructionPage

 * Plain Text theme CSS

 * (c) WebFactory Ltd, 2015 - 2023

 */





body {

    font-weight: 400;

    font-size: 1.25rem;

    line-height: 1.65em;

    color: #4d4d4d;

   position: relative;

    text-rendering: optimizeLegibility;

}

body:before{
	content: "";
	background: url(https://consabordehuerta.com/wp-content/uploads/2018/04/banner-superior7.jpg);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}


.container {

 /* background-color: #f7f7f7;*/

}

.normal-logo{ width: 210px;  margin-top: 10em;}

header {

 /* background-color: #f7f7f7;

  border-top: 12px solid #ffffff;*/

  text-align: center;

}



#logo {

  background-color: #ffffff;

  max-width: 50px;

  -webkit-transition: -webkit-transform 1s ease-in;

  transition: transform 1s ease-out;

}



#logo:hover {

  -webkit-transform: rotate(360deg);

  transform: rotate(360deg);

}



#logo-wrap {

  padding: 25px;

  background-color: #ffffff;

  display: inline-block;

}

a{ color: #c1000a; display: inline-block;}
a:hover{ color: #c1000a;}

h1 {

  font-size: 6rem;

  color: #7eb612;

  font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "san-serif";

  font-weight: 700;

  letter-spacing: 0;

  text-transform: none;

  padding: 0;

  margin: 3.875rem 0 1.5rem 0;

  text-align: center;

}


.content {
    text-align: center;
    font-size: 2.3rem;
    color: #0d0d0d;
    letter-spacing: 1px;
    margin-top: 60px;
    font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "sans-serif";
    line-height: 1.3;
}



#social {

  text-align: center;

  margin-top: 3rem;

}



#social a i {

  color: #23272a;

  margin: 10px;

  box-sizing: content-box;

}



#social a:hover i {

  color: #de2a13;

}



@media(max-width:767px){

  h1 {

     font-size: 4rem;

     margin: 7rem 0 1.5rem 0;

  }

}

