/* CONSTRUCCIÓN */
.htmlUnderConstruction{
    height: 100%;
}

.bodyConstruction{
    background: rgba(98,125,77,1);
    background: -moz-linear-gradient(top, rgba(98,125,77,1) 73%, rgba(31,59,8,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(73%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
    background: -webkit-linear-gradient(top, rgba(98,125,77,1) 73%, rgba(31,59,8,1) 100%);
    background: -o-linear-gradient(top, rgba(98,125,77,1) 73%, rgba(31,59,8,1) 100%);
    background: -ms-linear-gradient(top, rgba(98,125,77,1) 73%, rgba(31,59,8,1) 100%);
    background: linear-gradient(to bottom, rgba(98,125,77,1) 73%, rgba(31,59,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0 );
    margin: 0;
    height: 100%;
}

.underConstruction{
    display:flex;
    align-items: center;
    justify-content: center;
}

.containerUc {
    width: 75%;
    height: 80vh;
    border: 1px solid black;
    border-radius: 1%;
    margin: 5% 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.img_uc_cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

.text_uc_cont {
    text-align: center;
    margin: 3% 0;
}

.text_uc_cont p{
    color: white;
    font: 'Roboto';
    font-size: 3vw;
}

#img-logoUc{
    width: 40%;
    height: auto;
}

#img-logoCanUc{
    width: 25%;
    height: auto;
    margin-bottom: 3%;
}

.location_uc span {
    color: white;
}

.location_uc_text {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.location_uc_text p{
    color: white;
    font: 'Roboto';
    margin-left: 2%;
}

/***************/

body{
    font-family: 'Roboto', sans-serif;
}

.icon-header-banner{
    font-size: 12px;
    margin-right: 0.5%;
}

header a{
    text-decoration: underline;
    color: black;
}

#img-logo{
    width: 18%;
    position: absolute;
    top: 20px;
    margin-left: 2%;
}

.footer{
    background-color: #E4E7D8;
    width: 100%;
    height: 210px;
    margin: 0;
}

#footer_redes {
    display: flex;
    flex-direction: column;
}

#footer_redes p, #footer_info p, #footer_ubicacion p{
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 6%;
    text-align: center;
}

.icons_redes{
    display:flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
    padding-left: 34%;
}

#facebook_logo {
    background-image: url("../img/logo_fb_min.png");
    width: 45px;
    height: 45px;
    margin-left: 10%;
}

#instagram_logo {
    background-image: url("../img/logo_inst_min.png");
    width: 45px;
    height: 45px;
    margin-left: 30%;
}

#footer_info {
    display: flex;
    flex-direction: column;
}

.footer_menues {
    padding-left: 36%;
}

.footer_menues li {
    list-style-type: none;
    cursor: pointer;
}

.footer_menues li a {
    color: rgb(150, 150, 150);
    font-weight: bold;
}

.footer_ubicaciones, .footer_telefono, .footer_mail {
    display: flex;
    flex-direction: row;
}

.ubi_icon_content, .tel_icon_content, .mail_icon_content {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 17%;
}

#ubi_icon {
    background-image: url("../img/icon_ubi_min.png");
    width: 15px;
    height: 15px;
}

.footer_ubi_direc{
    flex-direction: column;
    width: 100%;
}

.footer_ubi_direc p, .footer_nro p, .footer_correo p{
    font-size: 1em !important;
    margin: 0 !important;
    text-align: left !important;
    padding-left: 1%;
}

#tel_icon {
    background-image: url("../img/icon_tel_min.png");
    width: 10px;
    height: 13px;
}

.footer_nro, .footer_correo {
    width: 100%;
    padding-top: 1%;
}

#mail_icon{
    background-image: url("../img/icon_mail_min.png");
    width: 12px;
    height: 12px;
}


.whatsapp_contact{
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
}

#chat_whatsapp{
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.whatsapp_contact a{
	text-decoration: none;
}

.whatsapp_contact p{
	background-color: #46b353;
	color: white;
	padding: 5px 10px;
	margin-top: 0px;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

/* MENU */

.content_menu{
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: row;
}

.navbarContent {
    width: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}

.bar_menu{
    width: 70%;
    height: 61px;
    background-color: #E4E7D8;
    margin-top: 3%;
}

.bar_menu:after {
    content: "";
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 63px 63px 0;
    border-style: solid;
    border-color: transparent transparent white transparent;
    position: absolute;
}

.bar_menu ul {
    display: flex;
    list-style: none;
    padding-left: 8%;
}

.bar_menu ul li {
    height: 60px;
    width: 120px;
    padding: 2px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.bar_menu ul li:first-child {
    background-color: #7F9D3A;
}

.carritoIcon {
    margin-right: 6%;
}

.bar_menu ul li:first-child > a {
    color: white;
    font-weight: bold;
    width: 86%;
}

.bar_menu ul li:first-child > a:hover{
    color: white;
    border-bottom: 2px solid white;
}

.bar_menu ul li a {
    text-decoration: none;
    font-size: 15px;
    color: black;
}

.bar_menu ul li a:hover, .bar_menu ul li a:focus {
    border-bottom: 2px solid #52658C;
    color: #52658C;
    font-weight: bold;
    cursor: pointer;
}

#menu-icon{
	display: hidden;
	width: 40px;
	height: 40px;
	background: url(../img/btnmenu.png) center;
}

/* QUIENES SOMOS */

.sectionContent{
    width: 100%;
    height: 600px;
}

#banner-qs{
    width: 100%;
    height: 190px;
}

.textoContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.textoContent span {
    font-size: 1.5vw;
    text-align: justify;
    background-color: #E4E7D8;
    padding: 4%;
    border: 1px solid #E4E7D8;
    border-radius: 10px;
}

/* MEDIOS DE PAGO */
/* https://www.mercadopago.com.ar/developers/es/guides/banners/all/ */

.mediosPagoContent, .enviosContent {
    display: flex;
    flex-direction: column;
    background-color: #E4E7D8;
    border: 1px solid #E4E7D8;
    border-radius: 10px;
    width: 97.6%;
    height: 380px;
    margin: 1.2%;
    align-items: center;
    justify-content: center;
}

.mediosPagoIconos{
    display: flex;
    flex-direction: row;
}

.mpContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.medioPagoImg {
    height: 100px;
    width: 100px;
}

.logoMp{
	height: 92px;
	width: 130px;
}

.medioPagoSpan {
    font-size: 1.5vw;
    text-align: center;
    margin: 2% 0;
}

.mercPagoPromosContent{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}

.mercadoPagoPromos {
    content:url("https://imgmp.mlstatic.com/org-img/banners/ar/medios/785X40.jpg");
    height: 40px;
    width: 785px;
}


/* ENVIOS */

.enviosContent span{
    font-size: 1.3vw;
    text-align: center;
}

.sectionEnvioContent{
	height: 740px !important;
}

.enviosContent{
	height: 510px !important;
}

/* PREGUNTAS */
.secPregContent{
    height: 1030px;
}

#accordion{
    margin-top: 9%;
}

.preguntasContent{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}


/* CONTACTO */

.sectionContactoContent {
    width: 100%;
    height: 1340px;
}

.locationsContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 380px;
}

.direccionesContainer, .mapaContainer {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
}

#map {
    height: 100%;
  }

#mapa {
    padding: 2% 1%;
    height: 96%;
    width: 98%;
}

.direccionesContainer {
    /* align-items: center; */
    justify-content: center;
}

.direccionesContainer h2, .direccionesContainer h5 {
    margin-left: 7%;
}

.direccionesContainer h5{
    margin-top: 0px;
}

.direccionesContainer ul {
    width: 100%;
}

.direccionesContainer ul li {
    list-style: none;
    background-color: #52658C;
    color: white;
    cursor: pointer;
    font-size: 2.5vh;
    border: 1px solid black;
    margin: 1.5% 0;
    padding: 1.5% 1%;
    width: 70%;
}

.liSelected {
    background-color: #7F9D3A !important;
    transition: all 1s ease;
}

.liDeselected {
    background-color: #52658C !important;    
}

.formContent {
    height: 580px !important;
}

.formContainer h2{
    text-align: center;
}

.datoContainer label{
    width: 40%;
}

.btnContainer {
    display:flex;
    justify-content: center;
    align-items: center;
}

.btnContainer button {
    border: 1px solid black;
    height: 50px;
    width: 90px;
    color: white;
    background-color: #52658C;
    transition: all 1.5s ease;
}

.btnContainer button:hover {
    background-color: #7F9D3A;
    font-weight: bold;
}

textarea {
    resize: none;
}

@media handheld, screen and (max-width: 665px){	
	.header_mail{
		display:none;
	}
	
	.content_menu{
		height: 120px;
	}
	
	#img-logo{
		width: 35%;
		margin-top: 2%;
	}
	
	.bar_menu {
		background-color: white;
		width: 10%;
		height: 50px;
		border: none;
		margin-top: 6%;
	}
	
	.bar_menu:after{
		border:none;
	}
	
	.bar_menu ul li {
		width: 100%;
	}
	
	#menu-icon {
		float: right;	
		margin-right: 10px;
    }
	
	nav ul, nav:active ul {
	    display: none;
		position: absolute;
		padding: 20px;
		background: rgb(230,230,230);
		border: 1px solid white;
		top: 70px;
		width: 100%;
		right: 10px;
	}
	
	nav:hover ul {
		display: block !important;
	}
	
	#ul_botonera {
		width: 990%;
		padding: 0px;
		z-index: 99999;
		display: none;
		margin-top:-30px;
	}
	
	/* FOOTER */
	
	.footer {
		height: 460px;
	}
	
	#footer_redes p, #footer_info p, #footer_ubicacion p  {
		font-size: 1.1em ;
	}
	
	#facebook_logo {
		background-image: url(../img/logo_fb_min_s.png);
		width: 30px;
		height: 30px;
	}
	
	#instagram_logo {
		background-image: url(../img/logo_inst_min_s.png);
		width: 30px;
		height: 30px;
	}
	
	.icons_redes{
		padding-left: 42%;
	}
	
	#footer_info p, #footer_ubicacion p{
		margin-top: 0%;
	}
	
	.footer_menues {
		padding-left: 0;
		text-align: center;
	}
	
	.footer_menues li {
		font-size: 0.9em;
		padding: 1% 0px;
	}
	
	.footer_ubicaciones, .footer_telefono, .footer_mail {
		padding-left: 10%;
	}
	
	.footer_ubi_direc p, .footer_telefono p, .footer_mail p{
		font-size: 0.9em !important;
	}
	
	.footer_nro, .footer_correo {
		padding-top: 0;
	}
	
	/* **** */
	
	#banner-qs{
		height: 140px;
	}
	
	.textoContent {
		height: 440px;
	}
	
	.textoContent span {
		font-size: 1em;
	}
	
	.sectionContent{
		height: 575px;
	}
	

	
	.enviosContent {
		height: 580px !important;
	}
	
	.enviosContent span{
		font-size: 1em;
	}
	
	.enviosContent h2{
		text-align: center;
		margin-top: 10px;
	}
	
	.mercadoPagoPromos {
		width: 125px;
		height: 125px;
		content: url("https://imgmp.mlstatic.com/org-img/banners/ar/medios/125X125.jpg");
	}
	
	.logoMp {
		height: 72px;
		width: 110px;
		margin-top: 15px;
	}
	
	.mpSpan{
		margin-top: 14%;
	}
	
	.mpContent span{
		font-size: 1em;
	}
	
	.direccionesContainer ul li{
		font-size: 1em;
		width: 86%;
	}
}