.d_none {
    display: none!important;
}
@font-face {
    font-family: gothamPro-Bold;
    src: url(../fonts/GothamPro-Black.woff)
  }
@font-face {
    font-family: gothamPro;
    src: url(../fonts/GothamPro.woff)
}
@font-face {
    font-family: opensans;
    src: url(../fonts/OpenSans-Regular.woff)
}
@font-face {
    font-family: opensansMid;
    src: url(../fonts/OpenSans-SemiBold.woff)
}
@font-face {
    font-family: opensansBold;
    src: url(../fonts/OpenSans-Bold.woff)
}
@font-face {
    font-family: opensansMidItalid;
    src: url(../fonts/OpenSans-SemiBoldItalic.woff)
}
@font-face {
    font-family: opensansBoldItalid;
    src: url(../fonts/OpenSans-BoldItalic.woff)
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.woff)
}
@font-face {
    font-family: LatoHeavy;
    src: url(../fonts/Lato-Heavy.woff)
}

html {
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
}
/*success page*/
.col-head-success {
    display: flex;
    flex-direction: column;
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding: 0 80px 100px 80px;
}
.col-head-success h1 {
    color: #FB5F46;
    font-size: 40px;
    font-family: "Lato";
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    width: 60%;
}
.col-head-success p {
    color: #FFFFFF;
    font-size: 32px;
    font-family: "Lato";
    font-weight: 400;
}
.col-head-success img {
    display: block;
    position: relative;
    top: -120px;
}
/*top btn rrss*/
.wrapper-rss-mobile {
    display: flex;
    position: fixed;
    right: 0;
    top: 190px;
    z-index: 99;
}
.col-rss-mobile {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.col-rss-mobile a {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 2px 0;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
    height: 90px;
}

.sticky + .content {
    padding-top: 102px;
}
.sticky-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 100;
    height: 90px;
}

.sticky-mobile + .content {
    padding-top: 102px;
}
.wrapper-btn-menu {
    display: none;
}
.container {
    display: flex;
}
.container-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  /*  background-image: url("../img/back-bombero-1_uDwYoHLX.jpg");*/
    background-image: url("../../imagenes/2023/04/bombero-equipado-desk.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-head-left {
    width: 45%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        padding-top: 4rem;
    padding-bottom: 4rem;
}
.col-head-right {
    display: none;
    width: 100%;
	height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 101;
}
.col-head-left img{
    max-width: 200px;
}
.title-head-white {
    color: #FFFFFF;
    font-size: 132px;
    line-height: 0.9;
    margin: 0 auto;
    font-family: "gothamPro-Bold";

}
.title-head-white-line {
    color: transparent;
    font-size: 132px;
    line-height: 0.9;
    margin: 0 auto;
    font-family: "gothamPro-Bold";
    -webkit-text-stroke: 1px #FFFFFF; /* width and color */

}
.subtitle-head-white {
    color: #FFFFFF;
    font-size: 46px;
    line-height:2;
    margin: 0 auto;
    font-family: "gothamPro";
    letter-spacing: 6.9px;

}
.p-subtitle-head {
    color: #FFFFFF;
    font-size: 18px;
    line-height:2;
    margin: 0 auto;
    font-family: "gothamPro";
    letter-spacing: 2.7px;
}
.btn-socio-red {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    height: 38px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: "gothamPro-Bold";
    background-color: #E74026;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 40px;
    font-weight: 600;
}
.logo-mobile {
    display: none;
}
.col-yt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.col-yt a {
    position: absolute;
    top: 30%;
    left: 42%;
}
/*Formulario*/
.form-container {
    width: 320px;
    height: auto;
    background-color: #F8F8F8;
    position: fixed;
    right: 0;
    top: 110px;
    padding: 0 0 25px 0;
    box-shadow: -10px 8px 5px -4px rgba(0,0,0,0.33);
    -webkit-box-shadow: -10px 8px 5px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: -10px 8px 5px -4px rgba(0,0,0,0.33);
}
.col-close-form {
    display: flex;
}
.col-close-form a{
    background-color: #FB5F46;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 25px;
    position: absolute;
    right: 280px;
    top: -15px;
}

.col-close-form-2 {
    background-color: #FB5F46;
    width: 20px;
    height: 21px;
    padding: 10px;
    border-radius: 25px;
    position: absolute;
    z-index: 1300;
}
.col-close-form-2 a i::before {
    font-size: 20px;
    position: relative;
    left: 2px;
    color: white;
}
.col-close-form a i {
    color: #FFFFFF;
}
.col-close-form a i::before {
    font-size: 20px;
    position: relative;
    left: 2px;
}
.title-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.title-form-container h1 {
    color: #000;
    font-family: "gothamPro-Bold";
    font-size: 28px;
    font-weight: 600;
    margin: 19px 0 0 0;
}
.title-form-container h1 span {
    color: transparent;
    font-family: "gothamPro-Bold";
    font-size: 28px;
    font-weight: 600;
    -webkit-text-stroke: 2px #000; /* width and color */
  
}
.title-form-container p {
    color: #000;
    font-size: 13px;
    line-height: 14px;
    font-family: "gothamPro";
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: 600;
}
#cyber {
    padding-top: 100px;
    background-image: url("../img/cyber2024.png");
    background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  height: 500px;
display: none;
  }
.cyber-2023{
	display: flex;
	justify-content:center;
	padding: 10px 0px;
}
#primer-div-cyber{
	/*background-image: url("../img/cyber2024.png");*/
		  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
 
	width: 20%;
	padding-left: 10px;
} 
#segundo-div-cyber2{
		/*background-image: url("https://imagenes.ayudabomberos.cl/Toolkit_2025_SELLO.jpg");*/
		/*background-image: url("https://imagenes.chiledar.cl/2024/blackfriday.png");*/
			  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
	
  height: 280px;
	width: 100%;
}

.title-cyber h1 {
    color: #000;
    font-family: "gothamPro-Bold";
    font-size: 40px;
    font-weight: 600;
    margin: 19px 0 0 0;
}
.title-cyber p {
    color: #000;
    font-family: "gothamPro-Bold";
    font-size: 18px;
    font-weight: lighter;
    margin: 19px 0 0 0;
}
.body-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.body-form-container form {
   /* max-width: 240px;*/
}
.step-form-control {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.container-head .col-step-form label {
    margin-top: 8px;
}
.container-head .col-step-form .ipc-title{
    top: 0;
}
.col-btn-socio {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.col-btn-socio a {
    padding: 0 10px;
}
.step-form {
    font-size: 15px;
    color: #FFFFFF;
    width: 98%;
    /* height: 32px; */
    background-color: #FB5F46;
    opacity: 0.2;
    text-decoration: none;
    font-family: "gothamPro";
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 700;
    border: 2px solid #F8F8F8;
    cursor: default;
}
.step-form-active {
    background-color: #FB5F46 !important;
    font-family: "gothamPro-Bold";
    opacity: 1 !important;
}
.step-form-active:hover {
    background-color: #E74026;
}
.col-step-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.col-step-form label {
    font-size: 13px;
    font-family: "opensansBold";
    margin-top: 10px;
    
}
.col-step-form input {         
    background-color: transparent;
    border: 1.5px solid #000;
    border-radius: 15px;
    padding: 5px 10px;
}
.col-step-form input::-webkit-input-placeholder {
    font-family: "opensansMidItalid";
    font-weight: 200;
    font-size: 12px;
    color: #000;
    opacity: 30%;
}
.col-step-form select {   
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */ 
    appearance: none;    
    background-color: transparent;
    border: 1.5px solid #000;
    border-radius: 15px;
    padding: 5px 10px;
    font-family: "opensansMidItalid";
    font-weight: 200;
    font-size: 12px;
    color: #868e96;    
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.col-step-form option {
    color:#000;
    font-family: "opensansMid";
}
.step-button-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.step-button-top .step-form {
    width: 140px;
}
.step-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.step-button button {
    width: 160px;  
    font-size: 16px;
    cursor: pointer;
}
.form-container  form {
    width: 100%;
}
/*Switch toogle*/
.switch {
    display: block;   
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 28px;
    padding: 3px;
    background-color: white;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    cursor: pointer;
    margin-top: -4px !important;




}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background:#FFFFFF;
    border: 1.5px solid #000000;
	-moz-border-radius: inherit;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background border;
	-moz-transition-property: opacity background border;
	-o-transition-property: opacity background border;
	transition-property: opacity background border;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  font-size:14px;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  font-family: "opensansMidItalid";
  font-weight: 200;
  font-size: 12px;
  color: #000;
  opacity: 30%;
  text-transform: capitalize;
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #FB5F46;
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 18px;
	height: 18px;
	background: #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

   
}
.switch-input:checked ~ .switch-handle {
	background:#cccccc;
	left: 45px;
	-moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~	.switch-handle:before{
	background:#cccccc;
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #cccccc;
}
.row-tarjeta {
        margin-top: 15px;
}
.col-tarjeta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.col-tarjeta select {
    width: 48%;
}
.step-button-top-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px; 
}
.step-button-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    position: relative;
    bottom: 68px;
    left: 30px;
}
.step-button-2 button {
    width: 48%;
    cursor: pointer;
}
  /*Menu mobile*/
  .wrapper-menu-mobile {
    display: none;
  }
  /*Menu principal*/
  .wrapper-menu {
    display: flex;
    justify-content: flex-end;
  }
  .wrapper-menu ul {
    position: absolute;
    display: flex;
    flex-direction: row;
    margin-right: 40px;
    margin-top: 40px;
  }
  .wrapper-menu ul li {
    list-style: none;
    margin: 0 0 0 20px;
  }
  .wrapper-menu ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: "gothamPro-Bold";
    font-size: 14px;
  }
  .btn-active {
    background-color: #E74026;
    padding: 12px 18px;
    border-radius: 8px;
  }
  /*data section*/
  .row-data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 300px;
  }
  .item-data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .num-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0  30px;
    min-width: 200px;
  }
  .num-data h1 {
    line-height: 0;
    font-size: 51px;
    font-family: "gothamPro-Bold";
    color: #FB5F46;
  }
  .num-data h3 {
    max-width: 50%;
    font-size: 16px;
    font-family: "gothamPro-Bold";
    color: #75716E;
  }

.row-data-mob{
    display: none   ;
}
/*Somos*/
.row-somos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    min-height: 750px;
    margin: 0 auto;
    background-image: url("../img/back-somos-1.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-somos {
    display: flex;
    width: 46%;
}
.text-somos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 150px;
}
.text-somos h1 {
    font-size: 76px;
}
.text-somos p {
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Lato";
    text-align: center;
}
.text-somos p span {
    color: #FB5F46;
    font-weight: 700;
}
/*Necesitamos*/
.row-necesitamos {
    min-height: 987px;
    background-color: #5F5F5F;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.text-necesitamos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-necesitamos h1 {
    font-size: 60px;
}
.text-necesitamos p {
    max-width: 60%;
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Lato";
    text-align: center;
    text-align: center;
    margin-bottom: 0;
    margin-top: 35px;
}
.text-necesitamos h2 {
    max-width: 800px;
    color: #FFFFFF;
    font-size: 28px;
    font-family: "LatoHeavy";
    text-align: center;
    line-height: 0.6;
}
.items-necesitamos {
    display: flex;
    flex-direction: row;    
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
}
.item-necesitamos {
    background-color: #323232;
    width: 211px;
    min-height: 416px;
    margin: 0 10px;
}
.item-necesitamos h1 {
    font-size: 109px;
    font-family: "gothamPro-Bold";
    color: #B2B2B2;
    opacity: 20%;
    line-height: 0.4;
}
.item-necesitamos h3 {
    font-size: 14px;
    font-family: "gothamPro-Bold";
    color: #FFFFFF;
    max-width: 60%;
    text-align: left;
    margin-left: 15px;
}
.item-necesitamos h3 span {
    color: #FB5F46;
}
.item-necesitamos .col-img {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
/*Costos*/
.row-costos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    min-height: 100vh;
    margin: 0 auto;
    background-image: url("../img/back-costos-1.gif");
    background-position:50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-costos {
    display: flex;
    width: 46%;
}
.col-costos-mob {
    display: none;
}
.text-costos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 150px;
}
.text-costos h1 {
    font-size: 50px;
}
.text-costos p {
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Lato";
    text-align: center;
}
.text-costos p span {
    color: #FB5F46;
    font-weight: 700;
}
.img-costos {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.item-img-costos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    opacity: 0.8;
    cursor: pointer;
}
.item-img-costos:hover {
    opacity: 1;
}
.item-img-costos h3 {
    font-size: 22px;
    font-family: "Lato";
    color: #FFFFFF;
}
/*Formulario 2*/
.row-formulario2  {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.body-form2 {
    min-width: 650px;
}
.row-formulario2 .title-form-container h1 {
    font-size: 76px;
}
.row-formulario2 .title-form-container span {
    font-size: 76px;
}
.row-formulario2 .title-form-container p {
    font-size: 22px;
}
.row-formulario2 .col-step-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.row-formulario2  .step-form{    
    width: 160px;
    margin-left: 10px;
    
}
.ipc-title {
    position: relative;
    top: -2px;
}
.step-button-form1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 58px;
}
.step-button-form1 span {
    font-size: 13px;
    font-family: "opensansBoldItalid";
    font-weight: 700;
    margin-right: 5px;
}
.step-button-form2 span {
    font-size: 13px;
    font-family: "opensansBoldItalid";
    font-weight: 700;
    margin-right: 5px;
}
.col-form2, .col-form3, .col-form4 {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.step-form2 {
    font-size: 15px;
    color: #FFFFFF;
    width: 120px;
    /* height: 32px; */
    background-color: #FB5F46;
    opacity: 0.2;
    text-decoration: none;
    font-family: "gothamPro-Bold";
    border-radius: 8px;
    padding: 3px 16px;
    font-weight: 700;
    border: 2px solid #F8F8F8;
    cursor: default;
    text-align: center;
}
#col-step-form2-1 {
    min-height: 200px;
}
.col-step-form2-2 {
    min-height: 230px;
    min-width: 1050px;
}
/*conocenos*/
.row-conocenos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    min-height: 770px;
    margin: 0 auto;
    background-image: url("../../back-conocenos-1.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-conocenos-left {
    width: 30%;  
}
.col-conocenos-right {
    width: 70%;
    display: flex;
    flex-direction: column;   
}
.col-conocenos-right h1 {
    font-size: 76px;
    font-family: "gothamPro-Bold";
    color: #FB5F46;
    line-height: 1;
    margin: 0 auto;
    margin-top: 30px;
}
.col-conocenos-right h2 {
    font-size: 76px;
    font-family: "gothamPro-Bold";
    color: transparent;
    -webkit-text-stroke: 1px #FB5F46; /* width and color */
    line-height: 1;
    margin: 0 auto;
}
.row-item-conocenos {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.item-conocenos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 30px;
    width: 24%;
}
.item-conocenos h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Lato";
    text-align: center;
}
.item-conocenos p {
    color: #FFFFFF;
    font-size: 19px;
    font-family: "Lato";
    text-align: center;
}
.item-conocenos p span {
    color: #FB5F46;
    font-weight: 700;
}
/*prefooter*/
.row-prefooter {
    min-height: 150px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    background-color: #171717;
    padding-top: 50px;
   
  
}
.col-container-prefooter {
    width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
}
.col-prefooter h3 {
    font-size: 17px;
    color: #FFFFFF;
    font-family: "Lato";   
    line-height: 0.5;
}
.col-prefooter h3::before {
    content: "\2022";
    color: #FB5F46;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.col-prefooter p {
    font-size: 15px;
    color: #FFFFFF;
    font-family: "Lato";
    line-height: 0.3;
}
.rrss-bomberos {
    text-decoration: none;
}
.rrss-bomberos img{
    margin-top: 10px;
    margin-left: 10px;
}
.divisor-prefooter {
    height: 80px;
    border-left: 1px solid #FB5F46;
}
.logo-footer img {
    position: relative;
    bottom: 20px;

}
/*footer*/
.footer {
    min-height: 120px;
    background-color: #000;
   
}
.row-copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.row-copyright p{
    color: #FFFFFF;
    font-size: 15px;
    font-family: "Lato";
}
.row-btngroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
}
.col-btngroup-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.col-btngroup-left {
    margin-left: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-btngroup-right {
    margin-right: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-btngroup-left a {
    font-size: 13px;
    font-family: "gothamPro-Bold";
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 5px;
    border-radius: 20px;
    padding: 5px 10px;
}
.col-btngroup-right a {
    font-size: 13px;
    font-family: "gothamPro-Bold";
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    margin-right: 5px;
    border-radius: 20px;
    padding: 5px 10px;
}
.bg-red {
    background-color: #DC2929;
}
.bg-orange {
    background-color: #D47B00;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

@media only screen and (max-width: 1079px){
	.cyber-2023{
	display: flex;
	flex-direction: column;
	justify-content:center;
		align-items: center;
}
#primer-div-cyber{
padding-left: 0px;
  height: 60px;
	width: 50%;
} 
#segundo-div-cyber{

	
 
	width: 100%;
}
}

@media only screen and (max-width: 640px) {
    .wrapper-menu {
        display: none;
    }
     /*Menu mobile*/
    .wrapper-menu-mobile {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        display: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }
    .wrapper-menu-mobile ul {
        width: 370px;
        height: 530px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #000000;
        box-shadow: -9px 7px 5px -2px rgba(0,0,0,0.48);
        -webkit-box-shadow: -9px 7px 5px -2px rgba(0,0,0,0.48);
        -moz-box-shadow: -9px 7px 5px -2px rgba(0,0,0,0.48);
        position: relative;
        bottom: 70px;
    }
    .wrapper-menu-mobile ul li {
        list-style: none;
        margin: 15px 0;
    }
    .wrapper-menu-mobile ul li a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 18px;
        font-family: "gothamPro-Bold";
    }
    .close-menu {
        position: absolute;
        top: 35px;
        right: 25px;
        z-index: 100;
    }
    .close-menu i {
        color: #FB5F46;
    }
    .close-menu i::before {
        font-size: 45px;
    }
    .wrapper-btn-menu {
        display: flex;
    }
    .logo-mobile-menu {
        display: block;
        position: relative;
        top: 15px;
        left: 30px;
    }
    /*fin menu mobile*/
    .form-container {
        display: flex  ;
        flex-direction: column;
        position: initial;
        padding: 0;
    }
    .col-close-form {
        display: block;
    }
    .col-close-form a{
        background-color: #FB5F46;
        width: 20px;
        height: 20px;
        padding: 10px;
        border-radius: 25px;
        position: absolute;
        right: -15px;
        top: -15px;

    }
    .col-close-form a i {
        color: #FFFFFF;
    }
    .col-close-form a i::before {
        font-size: 20px;
        position: relative;
        left: 2px;
    }
    .col-head-left {
        width: 85%;
        height: 318px;
        position: absolute;
        bottom: 20px;
        padding: 10px;
        left: 20px;
    }   
    .col-head-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: fixed;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,0.7);
        z-index: 101;
        display: none;
    
    }
    .title-head-white {
        font-size: 52px;
        line-height: 1.2;
    }
    .title-head-white-line {
        font-size: 52px;
        line-height: 1.2;
    }
    .subtitle-head-white {
        font-size: 21px;
    }
    .p-subtitle-head {
        font-size: 10px;
    }
    .btn-socio-red {
        display: none;
    }
    .col-head-left a {
        display: none;
    }
    .logo-mobile {
        display: block;
        position: absolute;
        top: 20px;
        left: 40px;
    }
    .col-yt a {
        bottom: -50px;
        left: 40%;
    }
    .row-somos {
        justify-content: center;
        align-items: center;
    }
    .col-somos {
        width: 100%;
       
    }
    .text-somos {
        margin: 0 auto;
        padding: 60px;
        position: relative;
        top: 0;
    }
    .text-somos p {
        font-size: 20px;
    }
    .text-somos h1 {
        font-size: 36px;
    }
    .text-necesitamos {
        padding: 0 0;
        margin-top: 30px;
    }
    .text-necesitamos h1 {
        font-size: 28px;
    }
    .text-necesitamos p {
        font-size: 17px;
    }
    .text-necesitamos h2 {
        font-size: 17px;
    }
    .row-costos {
        background-image: none;
    }
    .col-costos {
        display: none;
    }
    .col-costos-mob {
        display: flex;
        flex-direction: column  ;
    }
    .item-costos-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;    
        background-color: #000;    
        padding: 40px;
        text-align: center;
    }
    .item-costos-mob h1 {     
        font-size: 36px;        
    }
    .item-costos-mob p {
        color: #FFFFFF;
        font-family: "Lato";
        font-size: 18px;
        max-width: 80%;
    }
    .item-costos-mob span {
        color: #FB5F46;
        font-family: "Lato";
    }
    .item-necesitamos {
        min-height: 480px;
        /* width: 300px !important;
        margin: 0 16px; */
    }
    .item-necesitamos img {
        width: 230px;
    }
    .title-cyber h1{
        font-size: 24px;        
    }
    .title-cyber p{
        font-size: 14px;        
    }
    .divisor-prefooter {
        display: none !important;
    }
    .row-data {
        display: none;
        min-height: 200px;
    }
    .row-data-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .row-data-mob  .item-data .num-data{
        display: flex;
       flex-direction: column;
    }
    .row-data-mob  .item-data-bottom {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .row-data-mob .item-data-bottom .num-data {
        flex: 1 0 35%; /* explanation below */
        margin: 5px;
     
    }
    .row-data-mob  .num-data h1 {
        line-height: 0;
        font-size: 36px;
        font-family: "gothamPro-Bold";
        color: #FB5F46;
    }
    .row-data-mob  .num-data h3 {
        max-width: 50%;
        font-size: 12px;
        font-family: "gothamPro-Bold";
        color: #75716E;
        margin: 0;
    }
      /*row data mobile fin*/
    .item-data {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 80px;
        overflow: scroll;
       
    }
    .num-data {
        min-width: initial;
    }
    .num-data h1  {
        font-size: 36px;
    }
    .num-data h3 {
        font-size: 12px;
    }
    /*slick mobile*/
    .slick-dots li.slick-active button:before {
        color: #FFFFFF;
        opacity: 1;
    }
    .slick-dots li button:before {
        font-size: 20px;
        opacity: 1;
        color: transparent;
    }
    .slick-dots li button {
        color: transparent;
        -webkit-text-stroke: 1px #FFFFFF; /* width and color */
        opacity: 1;
    }
    /*Form 2 mobile*/
    .body-form2 {
        min-width: auto;
    }
    .row-formulario2 {
        min-height: 500px;
        height: auto;
    }
    .row-formulario2 .col-step-form {
        flex-direction: column;
    }
    .col-form2 {
        width: 100%;
        margin: 0;
    }
    #col-step-form2-1 {
        min-height: inherit;
    }
    .title-form-container {
        margin-top: 0;
    }
    .row-formulario2 .title-form-container h1 {
        font-size: 36px;
    }
    .row-formulario2 .title-form-container span {
        font-size: 36px;
    }
    .row-formulario2 .title-form-container p {
        font-size: 16px;
    }
    .step-button-form1 {
        bottom: 0;
        top: 20px;
        flex-direction: column;
    }
    .step-button-form1 span {
        font-size: 13px;
        font-family: "opensansBoldItalid";
        font-weight: 700;
        margin-right: 5px;
        position: relative;
        right: 88px;
    }
    .col-step-form input {
        padding: 10px;
        border-radius: 20px;
    }
    /*Conocenos mobile*/
    .col-conocenos-left {
        display: none;
    }
    .col-conocenos-right {
        width: 100%;
    }
    .col-conocenos-right h1 {
        font-size: 36px;   
    }
    .col-conocenos-right h2 {
        font-size: 28px;
    }
    .item-conocenos p {
        font-size: 18px;
    }
    .item-conocenos h3 {
        font-size: 18px;
    }
    .item-conocenos {
        display: flex !important;
    }/*prefooter mobile*/
    .row-prefooter {
        min-height: 380px;
        justify-content: flex-start;            
    }
    footer {
        margin-bottom: 130px;   
    }
    .col-container-prefooter {
        width: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 60px;
    }
    .logo-footer img {
        left: 50px;
    }
    .col-rrss {
        position: relative;
        right: 60px;
    }
    /*footer mobile*/
    .row-copyright p {
        text-align: center;
    }
    .float {
        bottom: 150px;
    }
    .row-btngroup {
        justify-content: center;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        background-color: #000000;
    }
    .col-btngroup-left {
        margin-left: 0;
        padding: 0 10px; 
    }
    .col-btngroup-left a {
        text-align: center;
        margin-left: 3px;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 27px;
    }
    .col-btngroup-right {
        margin-top: 0;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;   
        padding: 0 10px;   
    }
    .col-btngroup-right a {
        flex: 1 0 40%; /* explanation below */
        margin: 5px;
        height: auto;
        padding: 7px;
        font-size: 13px;
        text-align: center;
    }

    .container-head {
        background-position: 70%;
    }
    .col-head-success {
        display: flex;
        flex-direction: column;
        background-color: #000;
        justify-content: center;
        align-items: center;
        padding: 0;
        min-height: 70vh;
        padding: 40px;
    }
    .col-head-success img {
        display: none;
    }
    .col-head-success h1 {
        color: #FB5F46;
        font-size: 30px;
        font-family: "Lato";
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        width: 100%;
    }
    .col-head-success p {
        color: #FFFFFF;
        font-size: 22px;
        font-family: "Lato";
        font-weight: 400;
        text-align: center;
    }
    .container-head-success .logo-mobile {
        display: flex;
        position: absolute;
        top: 20px;
        left: 124px;
        justify-content: center;
        align-items: center;
    }
    .container-head {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100vh;
        padding: 0;
        margin: 0 auto;
       /* background-image: url("../img/back-bombero-mob.jpg");*/
            background-image: url("../../imagenes/2023/04/bombero-equipado-mob.png");

        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .row-somos {      
        background-position: 45%; 
        min-height: 680px;
        height: auto;
    }
    .row-somos .col-somos:nth-child(even) {
        display: none;
    }
    .row-costos {
        min-height: inherit;
    }
    .items-necesitamos {
        margin-bottom: 60px !important;
    }
    .item-necesitamos h3 {
        font-size: 18px;
        font-family: "gothamPro-Bold";
        color: #FFFFFF;
        max-width: 60%;
        text-align: left;
        margin-left: 25px;
    
    }
    #col-step-form2-2 {
        padding:0 20px;
        min-width: inherit;
    }
    .col-step-form select {
        padding: 10px;
        border-radius: 20px;
    }
    .step-button-form2 span {
        display: none;
    }
    .step-button-2 {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .row-conocenos {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items:center;
        min-height: 650px;
        margin: 0 auto;
        background-image: url("../../back-conocenos-mob.png");
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    

    
}


