/*
 Theme Name: Mar Azul
 Theme URI: http://www.global-mente.com
 Description: A FREE divi child theme for Divi 4.0+
 Author: Global Mente
 Author URI: https://www.global-mente.com
 Template: Divi
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#main-header {    
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0  #fff;
    box-shadow: 0 1px 0  #fff;
   
}

.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.boton-suscripcion .et_contact_bottom_container{width: 100%}
.boton-suscripcion .et_pb_button {
    width: 100%;
    margin-left: 3%;
    margin-top: 6px;
}

/* no sidebar for blog posts */
body.single div.container:before{width:0 !important}
body.single-post article{font-size:19px;line-height:28px}

.et_pb_scroll_top.et-pb-icon {  
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-left-radius: 50px;   
}



