/*
 Theme Name: EdR Tema Hijo 
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Description: Tema hijo EdR 
 Author: Emiliano del Rivero
 Author URI: http://www.emilianodelrivero.com		
 Template: Divi
 Version: 1.0
*/

/*-------------------------------MENU-------------------------------------*/
/*Logo mßs grande en dispositivos m¾viles*/
@media (max-width: 980px){
.et_header_style_left #logo {
   max-width: 100%;
   max-height: 90%;
}}

/*Borde superior tipo guarda*/
#main-header{ border-top: 5px solid #0A4335;}
/*Borde inferior tipo guarda*/
#main-header{ border-bottom: 5px solid #912c1d;}

/*Imagen de fondo*/
#main-header {background-image: url("http://postadeltorreon.com.ar/wp-content/uploads/2017/06/white_texture.png");}

/*Imagen de fondo repetida*/
#main-header {background-repeat: repeat;background-size: inherit;}

/*Men· activo OnePage*/
.et-fixed-header #top-menu .active a{color: #0A4335 !important;}
#top-menu .active a{color: #0A4335!important;}
#top-menu .active a:after{color: #0A4335 !important}



.anuncio-servicios .et_pb_blurb_container { padding-left: 5px !important;padding-top: 3px;}
.anuncio-servicios{ margin-bottom: 0px !important;}

.anuncio-servicios .et_pb_main_blurb_image img {
    max-height: 30px;width:auto;
}


.galeria img {
border-radius: 45% / 20%; /* Borde redondeado */
box-shadow: 0px 0px 15px #000; /* Sombra */
padding:0;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
.galeria img:hover {
border-radius: 0; /* Con esto eliminamos el borde redondeado */
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
cursor:pointer;
}



.et_pb_slider.et_pb_module .et_pb_slide .et_pb_slide_description .et_pb_slide_content { width: 70%;}
.et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title { width: 70%;}

/*Sepia tipo foto: toma color en hover*/
.imagen-sepia{
    -webkit-filter: sepia(75%);
    filter: sepia(75%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 4px;
	background-color: #fff;
	border: 1px solid #0A4335;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.imagen-sepia:hover{-webkit-filter: sepia(0%);filter: sepia(0%);}
/*-------------------------------FOOTER-------------------------------------*/
/*centrado*/
#footer-info { width: 100%; margin:0 auto; text-align: center !important; color: #c4c4c4;}
#footer-info a {color: #fff;}


@media (max-width: 479px){.cartel-ubicacion .et_pb_row .et_pb_column.et_pb_column_1_4 {margin: 0 0 0px 0;}}

.et_pb_gallery_grid .et_pb_gallery_image {  padding: 15px;}


.et_pb_contact .et_pb_contact_field_half {
    width: 50%;
}
.et_pb_contact .wpcf7-form-control{
    border: 2px solid #0a4335;
}
.et_pb_contact_field {
    padding: 0 0 0 3%;
}

.et_pb_contact .et_pb_button {
    position: relative;
    padding: 0.3em 1em !important;
    border: 2px solid #0a4335 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #0a4335 !important;
    letter-spacing: 1px;
    font-size: 16px;
    width:30% !important;
     float: right  !important;
}

.et_pb_button:before, .et_pb_button:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.et_pb_contact .et_pb_button:hover {
    color: #912c1d !important;
    border-color: #0a4335 !important;
    letter-spacing: 1px;
    padding-left: 0.7em;
    padding-right: 2em;
}

