/*
Theme Name: Culinaria Group in OceanWP
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



h2:after{
    display: none;
}

.btnform{
	color: white;
    display: grid;
    border: none;
    font-size: 16px;
    border-style: solid;
	border-style: none;
    border-radius: 7px 7px 7px 7px;
    padding: 12px 16px 12px 16px;
    width: 100%;
	margin-top: 23px;
}

.formsuscripft input{
	padding: 5px 10px !important;
  border-radius: 5px !important;
}

.sencdhdlogo{
display:none;
}

.elementor-sticky--active .sencdhdlogo{
display:block;
}

.hdphonebtn{
display:none;
}

.elementor-sticky--active .hdphonebtn{
display:block;
}

.hdlangopt{
    display:none;
}

.elementor-sticky--active .hdlangopt{
    display:block;
}

.cpel-switcher--layout-dropdown .cpel-switcher__nav a{
	padding-right: 20px;
}

.wtsappchat{
    position: fixed;
    bottom: 9.5%;
    right: 1%;
    z-index: 9999;
}

.wtsappchat img{
	width:55px;
}

.listinfotecnica{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    border: 1px solid #273468;
    padding: 10px 0px;
    border-radius: 5px;
}

.listinfotecnica .lititem{
    width: 100%;
    display: flex;
    padding: 10px 10px;
}

.listinfotecnica .lititem figure{
    width: 12%;
}

.listinfotecnica .lititem .text{
    width: 88%;
    padding: 0px 10px;
    line-height: 19px;
}

.prodlistdescrip{
 list-style: none;
 margin: 0px;
}

.prodlistdescrip li{
    border-bottom: 1px solid #ddd;
    padding: 8px 0px;
}

.prodlistdescrip li i{
    margin-right: 8px;
}

.prodlistdescrip li i:before{
    color: #273468;
}

.formcotiza{
	border-bottom:5px solid #D7222B;
}

.formcotiza .wpcf7 form>p {
    margin-bottom: 4px !important;
}

.formcotiza .inptform{
    padding: 0px 10px !important;
    color: #273468  !important;
    background: white !important;
    border-radius: 5px !important;
}

.formcotiza .wpcf7-not-valid-tip{
    font-size: 12px !important;
}

.formcotiza .btnenvicotza{
    padding: 13px 15px !important;
    font-size: 14px !important;
    width: 100%;
}

.formcotiza .wpcf7 form .wpcf7-response-output{
    margin: -0.9em 0.5em 1em I !important;
}

.formcotiza .wpcf7 label{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
}