/*
   Theme Name: Child GeneratePress
   Theme URI: https://generatepress.com
   Version: 1
   Description: Child Theme. Parent GeneratePress
   Author: Masrepro
   Author URI: https://www.masrepro.com
   Template: generatepress
*/
@import url("../generatepress/style.css");

.wpcf7
{
    color: #921c7d;  
    text-align: center;   
}

.copyright-bar

{
    display: none     
}

.footer-widgets {
    background-color: #ffbd4a;
}

.dripform
{
    color: #921c7d;  
    text-align: center; 
}

/*
  css para los formularios
*/

input[type=text], input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 10px;
    outline: none;
}


input[type=button], input[type=submit], input[type=reset] {
    background-color: #308AA1;
    border: none;
    color: white;
    border-radius: 10px;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
input[type=submit]:hover{   
    background-color: #FFBD4A; 
    color: black; 
    border-radius: 10px;

}


h1 {
    color: rgb(146, 28, 124);
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;

}
h2 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;

}

h3 {
	line-height: 1.3em;
	font-style: oblique;
	text-decoration: underline;

}

h4 {
	line-height: 1.3em;
	font-style: oblique;
}

h5 {
	line-height: 1em;
    text-decoration: underline;
}

p {
	font-size: 0.9em;
}

.Telefonomasrepro
{
    margin-left: 14%;

}

.menu-item-float-right
{
    font-size: 0.5em;
    margin: 0px 0px 0px -15px;
    
}

.tooltip {
    position: relative;
    display: inline-block;
    }

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.share-buttons {
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(25% - 1px);
    margin-right: 1px;
}

.share-buttons li:last-child {
    width: 25%;
    margin-right: 0;
}

.share-buttons svg {
    fill: white;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.share-googleplus svg {
    width: 20px;
    height: 16px;
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}

.share-buttons li:first-child a {
    border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
    border-radius: 0 3px 3px 0;
}

.share-twitter	{
    background: #1da1f2;
    color: white;

}

.share-facebook	{
    background: #3b5998;
    color: white;
}

.share-googleplus	{
    background: #db4437;
    color: white;
}

.share-pinterest	{
    background: #b5071a;
    color: white;
}



