/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

html body .nuevaForma:before {
    margin-top: 20px;
    text-align: center;
    content:"";
    display: block;
    background-color: #71C4BC;
    position: absolute;
    width: 100%;
    height: 170px;
    z-index: -1;
    border-radius: 100px 0em 0em 100px;
}

html body .nuevaForma {
    position: relative; 
}

html body .nuevaForma2:before {
    margin-top: 20px;
    text-align: center;
    content:"";
    display: block;
    background-color: #71C4BC;
    position: absolute;
    width: 100%;
    height: 170px;
    z-index: -1;
    border-radius: 0em 100px 100px 0em ;
}

html body .nuevaForma2 {
    position: relative; 
}

html body .alinearDerecha {
    text-align: right;
}

html body div .textoAire {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight:normal;
    margin-bottom: -3px;
}

html body div .textoAire2 {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight:bold;
    margin-bottom: -15px;
}

html body div .textoAire3 {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight:bold;
}

html body div .textoAire4 {   
    font-size: 21px; 
    
    font-weight: normal;       
}

html body div .textoAire5 {   
    font-size: 13px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: normal;    
    font-style: italic;   
    
}

html body div .botonCompra {
    width: 500px;
    height: 94px;        
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold!important;  
    font-size: 28px!important;      
 }

 html body iframe {
    left: 250px!important; 
    position: inherit;
 }

 html body .iconoPregunta {
     position:absolute;
     z-index: 2;
     margin-left:65px;
 }
 div.click-to-top span {
    display: none;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    transform: translateY(-100%);        
    -webkit-transform: translateY(-100%);        
  }
  
  div.click-to-top:hover span {
    display: block;
  }


 @media screen and (max-width:400px) {
    html body .responsiveText {
        font-weight: bold;
        font-size: 28px!important;
        color:red;     
        font-family: Arial, Helvetica, sans-serif;    
    }

    html body div .textoAire {     
        font-size: 20px;  
        margin-bottom: 0px;      
    }
    
    html body div .textoAire2 {       
        font-size: 20px;        
        margin-bottom: 0px;      
    }

    html body div .textoAire3 {        
        font-size: 20px;        
    }

    html body div .botonCompra {
        width: 250px;
        height: 94px;        
        text-align: center;
        font-family: Arial, Helvetica, sans-serif; 
        font-weight: bold!important;  
        font-size: 20px!important;         
     }
     
     html body iframe {
        margin-bottom: 20%;
        left: 0px!important; 
        position: inherit;
     }
  }
  html body .nuevoAire { 
    font-family: Arial, Helvetica, sans-serif; 
  }

 @media screen and (min-width:400px) {
    html body .responsiveText {
        font-size:58px!important;
        color:red;
        line-height: 60px!important;    
        font-family: Arial, Helvetica, sans-serif; 
    }
    html body .alignVideo{
        margin-left: -500px;
    }
    html body .nectar-button span {
        margin-top:15px;
     }
  }

/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */