/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.oculto{
    display: none;
}
.wpcf7-form .cn-contactform-input, .wpcf7-form .cn-contactform-row{
	padding-bottom:10px;
}
.wpcf7-form .cn-contactform-input span input,.wpcf7-form .cn-contactform-input span textarea {
    color: #181E20;
    background: #F5F5F5;
    border-radius: 15px;
    border: none;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px
}

.wpcf7-form .cn-contactform-input  p span.desc{
    font-size: 12px;
    font-weight: 300;
}
.wpcf7-form .cn-contactform-input span textarea {
    border-radius: 15px;
    padding-left: 30px
}

.wpcf7-form .cn-contactform-btn .tp-btn-black-md {
    background: #181E20;
    border-radius: 50px;
    font-family: "Inter", Sans-serif;
	border:none;
	width:100%;
	padding:20px;
}

.wpcf7-form .cn-contactform-btn .tp-btn-black-md:hover {
    background: #333F48;
    color:#FFF;
    border-color: #333F48;
}

.vacantes-form .wpcf7-form .cn-contactform-input span input,.vacantes-form .wpcf7-form .cn-contactform-input span textarea {
    background: #F2F4F8
}

.cf7-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / .6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #002544
}

.cf7-loader.active {
    display: flex
}

.cn-contactform-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.cn-contactform-input {
    flex: 1;
    min-width: 200px
}

.cn-contactform-input label {
    display: block;
    margin-bottom: 5px;
	font-family: "Inter", Sans-serif;
    font-size: 16px;
	color:#486284;
    font-weight: 400;	
}
.cn-contactform-input textarea {
    resize: none;
    height: 100px;
}

.custom-file-upload {
    opacity: 0;
    position: absolute;
    width: .1px;
    height: .1px;
    z-index: -1
}

.file-upload-wrapper {
    position: relative;
    width: 100%
}

.file-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 45px;
    padding: 10px 16px;
    background: #F5F5F5 !important;
    border-radius: 50px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    color: #0c344d;
    transition: all 0.3s ease;
    text-align: center
}

.file-upload-label:hover {
    background: #e0e4eb
}

.file-upload-label svg {
    width: 20px;
    height: 20px
}

.file-name {
    margin-left: 8px;
    color: #486284;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px
}

.select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 12px;
  border: none;
  padding: 6px 12px;
  display: flex;
  align-items: center;
	background:#F5F5F5;
}

.tp-btn-black-md{
	background:#181E20;
	color:#FFFFFF;
	border:none;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow {*/
    
/*    top: 10px !important;
    right: 6px !important;*/
    
/*}*/

.select2-container--default .select2-selection--single {
  position: relative;
  padding-right: 40px; /* espacio para el ícono */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; /* oculta la flecha default */
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}
.select2-container--open 
.select2-selection--single 
.select2-selection__arrow::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform .2s ease;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#556E76 !important ;
}

@media (max-width: 767.98px) {
    .wpcf7-form .cn-contactform-btn .tp-btn-black-md{
        font-size: 14px;    
    }
}
/****
 * 
 * Style proyectos home
 * **/

.proyectos-tabs.elementor-widget-n-tabs .e-n-tab-title{
    gap: 20px;
}

.proyectos-tabs.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{
    margin-left: auto;
}

/****
 * 
 * End Style proyectos home
 * **/




 /****
  * 
  * Style Contacto home
  * */
a#contacto-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Onda alrededor */
a#contacto-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px solid rgba(85, 110, 118, 0.3); 
  z-index: -1;
  background: #556E76;

  animation: pulseWave 1.8s infinite;
}

/* Animación tipo onda */
@keyframes pulseWave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

  /**
   * 
   * End Style Contact home
   * */