@charset "utf-8";


/* CSS Document */

* {
	margin:0;
	text-align:center;
	font-family: 'exo', 'sans-serif', 'Meta-Normal';
}

#contenedor2 {
	align-content: center;
	display: inline-block;
	width:80%;
}

.contenedor {
	width:100%;
}

.text {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	float: right;
}

#logo
	{
		width:30%;
	}


h3{
	color: #fff;
	text-align: left;
	margin: 15px;
	font-size: 22px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.naranja {
	width:100%;
	height:5px;
	background-color: #cf9835;
}

.menu {
	background-color: #ac1f2f;
	width: 100%;
	height: 75px;
	overflow: hidden
}

ul{
	list-style: none;
	display: flex;
	float: right;
	height: 100%;
}


menu a{
    text-decoration: none;
    
}
menu > ul >li {
	margin-top: 15px;
    
}

.menu li a {
	display: block;
	margin-top: 16px;
	}



h1 {
	color: #ac1f2f;
	font-size: 32px;
	text-align: center;
	padding:5px;
}


.banner {
	width: 100%;
}

#contactos {
	width:100%;
	height:450px;
	background-color:#ac1f2f;
	margin-top:65px;
	
}

/* Slider */
#c-slider{
    margin-left:0px;
    width: 100%;
    max-width: 100%;
    position:relative;
    overflow: hidden;
    }

#slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
	display: -o-flex;
    display: flex;
    width: 400%;
    
    }
#slider section{
       width:100%;
  }

#slider img {
    display:block;
    width:100%;
    height:100%
}

#btn-prev, #btn-next {
    width:60px;
    height: 60px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: translatey(-50%);
    line-height: 50px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    border-radius:50%;
    font-family: monospace;
    cursor:pointer;   
   
}

#btn-prev:hover, #btn-next:hover {
    background: rgba(255, 255, 255, 1);
}
    
#btn-prev{
    left:50px;
   }

#btn-next{
    right:50px;
    }
/*--------------------------quehacemos--------------------------*/
.quehacemos{
	top:50px;
	position:relative;
	width:100%;
	height:370px;
	margin-top:20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.logoder{
	float:right;
	width:50%;
}

#logoder1 {
	margin-top:3%;
	width:60%;
}


#texto2{
	width:50%;
	float: left;
	margin-bottom:10px;
}
/*------servicios-----*/

.servicios{
	width:100%;
	height:400px;
	margin-top:170px !important;
}

#paginasweb{
	width:31%;
	margin-top:50px;
	height:auto;
	background-color:#FFF;
	display:inline-block;
	vertical-align: bottom;
	margin-right:1.5%;
	border-radius:5%;
	border:solid 3px #707070;
}

#community{
	width:31%;
	margin-top:50px;
	height:auto;
	background-color:#fff;
	display:inline-block;
	vertical-align: bottom;
	border-radius:5%;
	margin-right:1.5%;
	border:solid 3px #707070;
}

#videos{
	margin-top:50px;
	width:31%;
	height:auto;
	background-color:#fff;
	display:inline-block;
	vertical-align: bottom;
	border-radius:5%;
	border:solid 3px #707070;
}

#masinfo{
	width:50%;
	background-color:#ac1f2f;
	display:inline-block;
	vertical-align: bottom;
	margin-right:1.5%;
	border-radius:10px;
	padding:10px;
	margin-bottom:-20px; 
	border:solid 2px #ac1f2f;
	}

#masinfo:hover{
	border:solid 2px #000000;
	background-color:#5B0A0B;	
} 

#fotoa{
	position:relative;
	width:100%;
	border-radius:5% 5% 0px 0px;
}




/*--------------------------FORM--------------------------*/

input,textarea{
    width: 97%;
    margin-bottom: 20px;
    padding: 7px;
    font-size: 17px;
	text-align:left;
	border-radius: 10px;      
} 

form{
	width: 100%;
	margin-top: 3px;
	margin-bottom: auto;
	float:left;
	left:5%;
	}

h4{
    color: #ac1f2f;
    text-align: center;
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
	text-align:left;
}


#boton{
	background-color: rgba(0,0,0,0.60);
	color: #fff;
	padding: 7px;
	max-width: 200px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	text-align: center;
	clear: both;
}

#boton:hover{
	cursor: pointer;
	background: #fff;
	color: #c9354a;
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
}
#info {
	background:#c2262b;
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0px ;
     }

#formulario {
	height: 429px;
	width: 50%;
	padding-bottom: 7px;
	margin-top: 3px;
	float:left;
	display: inline-block;
	margin-bottom: 15px;
}

#ubicanos {
	color: #fff;
	text-align: right;
	width: 40%;
	font-size: 20px;
	line-height : 45px;
	float:right;
	margin-top:42px;
	}

.boton {
	background-color: #932331;
	color: #fff;
	padding: 15px 5px;
	font-size: 20px;
	border-radius: 10px;
	align-content: center;
	display: inline-block;
	margin-top: 7px;
	width: 85%;
}

.borde {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}


.logo-menu {
	float: left;
	margin-top:7px;
}
.contenedor2 {
	align-content: center;
	width: 80%;
	display: inline-block;
}


/*----------menu-------*/

#btn-menu{
	display:none;
}

header label{
	display:none;
	width:30px;
	height:30px;
	padding:10px;
}

header label:hover{
	cursor:pointer;
	background: rgba(0,0,0,0.3);
}

/*--------------------------Galeria--------------------------*/

#galeria{
	margin-top:300px;
}

#fotob{
	margin-top:50px;
	margin-left:1%;
	margin-right:1%;
	width:30%;
	height:auto;
	display:inline-block;
	border-radius:5%;
	border:solid 3px #932331;
	opacity:0.7;
}

#fotob:hover{
		opacity:1;
		
}

#fotoc{
	margin-top:50px;
	margin-left:1%;
	margin-right:1%;
	width:30%;
	height:auto;
	display:inline-block;
	border-radius:5%;
	border:solid 3px #932331;
	opacity:0.7;
}



#fotoc:hover{
		opacity:1;
		
}

@media screen and (max-width:1250px) {


ubicanos {
	text-align: left;
	width: 35%;
	float:right;
		}
		
#formulario {
		width: 52%;
		margin-left:3%;
	}
	
.contenedor2 {
	align-content: center;
	width: 75%;
	display: inline-block;
}

.servicios{
	margin-top:35px;
}
#galeria{
	margin-top:90px;
	}


/*------slider--------*/

#btn-prev, #btn-next {
    width:40px;
    height: 40px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: translatey(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius:50%;
    font-family: monospace;
    cursor:pointer;   
   }

    
#btn-prev{
    left:30px;
   }

#btn-next{
    right:30px;
    }
	
/*------que hacemos-----*/
h1{
	font-size:22px;
	text-align:center;
}
#texto2{
	font-size:14px;
}
#logoder1{
	width:90%;
	margin:0 auto;
	}
.quehacemos{
	height:315px;
}
#ubicanos{
	font-size:15px;
}
}

@media screen and (max-width:936px) {
#formulario {
	width: 90%;
	padding-bottom: 7px;
	margin-top: 3px;
	margin-bottom: 15px;
	float:none;
	display:block;
	margin-right:auto;
	margin-left:auto;
	}

#ubicanos {
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 20px;
	line-height : 45px;
	margin-top:42px;
	display: inline-block;
	}

.contenedor2{
	width:95%;
	}

#contenedor2{
	width:90%;
	}
	

/*------menu-------*/

header label{
	display:block;
	float:right;
	width:50px;
	height:auto;
	padding:10px;
}

#ubicanos{
	margin:0;
}
.menu1{
	position:absolute;
	background:#932432;
	width:120px;
	margin-right:10px;
	right:-151px;
	transition: all 0.5s;
	z-index:1;
}

.menu1 li{
	border-bottom: 1px dashed #fff;
	padding-bottom:10px;
}

.menu1 ul{
	flex-direction:column;
}
#btn-menu:checked ~ .menu1 {
	right:13%;
}

#contactos{
	height:100%;
	}

/*------que hacemos-----*/
h1{
	font-size:18px;
	width:100%;
}
#texto2{
	width:100%;
	font-size:12px;
}
#logoder1{
	width:70%;
	margin:0 auto;
}
.quehacemos{
	margin-top:0px;
}
.logoder{
	width:100%;

}
.quehacemos{
	height:420px;

}
.servicios{
	margin-top:100px;
	height:auto;
	}
#paginasweb{
	width:100%;
}
#videos{
	width:100%;
}
#community{
	width:100%;
}
#fotob{
	width:100%;
}
#fotoc{
	display:none;
}
}