@font-face{
	font-family: themillion;
	src: url(imagenes/Futura.ttc);
  }
  
  h1 {
	font-family: themillion;
	color: white;
	font-size: 1.5vw;
  }

  #left h1{
      text-align: left;
      font-size: 2.5vw;
      padding: 2% 2% 2% 8%;
  }

  /* Centered texts in each section
  * --------------------------------------- */
  /*.section.container{
    display: flex;
    align-items: center;
  }*/
  .container{
    vertical-align: middle;
  }

	.section{
    text-align:center;
  }
  
  /* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
	}
	.slide{
		background-size: cover;
  }
  
  /*Adding background for the slides
	* --------------------------------------- */
	#slide1{
		padding: 6% 0 0 0;
	}
	#slide2{
		padding: 6% 0 0 0;
  }
  
  .logos-2{
    display: none;
  }
  
  .container {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon {
    width: 25%;
    height: auto;
    margin: 0 auto;
    /*padding-top: 10%;*/
  }
      
  .icon2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 3%;
    background: transparent;
  }
      
  .icon3 {
    width: 35%;
    height: auto;
    margin: 0 auto;
    margin-top: 6%;
  }
      
  #left {
    width: 50%;
    color: white;
  }
      
  #right {
    /*padding-top: 5%;*/
    width: 50%;
    color: white;
    font-size: 50%;
    margin-left: 100px;
  }

  input, select, textarea {
    width: 100%;
    padding: 12px;
    border: none;
    resize: vertical;
    color: white;
    background-color: rgb(71, 71, 71);
  }
        
  ::placeholder { 
    color: #EEEEEE;
    opacity: 1; 
  }
      
        
  input[type=submit] {
    background-color: rgb(134, 134, 134);
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
        
  input[type=submit]:hover {
    background-color: #45a049;
  }
        
  button{
    width:60px;
    margin-top: 2vh;
    padding: 4px 10px 4px 10px;
    color: white;
    background: #676767;
    border: none;
  }
        
  .col-25 {
    width: 25%;
    margin-top: 6px;
  }
        
  .col-75 {
    width: 75%;
    margin-top: 6px;
  }
        
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  #section1{
    display: none;
  }
        
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
      width: 93%;
      margin-top: 0;
    }
  }

  /*Codigo ATENCION CLIENTE!!!*/
  @font-face {
  font-family: regularLetter;
  src: url(imagenes/DINPro-Regular.otf);
  }
  
  #txtMessage{
    height:80px
  }
  
  .wrapper {
    text-align: center;
    width: 100%;
  }
    
  .text-style {
    color: white;
    font-family: regularLetter;
    font-size: 1.5vw;
    text-align: left;
    margin-left: 0%;
  }
    
  .text {
    color: white;
    font-family: themillion;
    font-size: 2vw;
    text-align: center;
    margin-bottom: 0px;
  }
    
  .images {
    text-align: left;
    padding-right: 1vw;
  }
    
  #telef {
    width: 6%;
  }

  .container1 {
    width: 60%;
    margin: 0 auto;
    /*display: inline-block;*/
    text-align: left;
    
  }
  
  
    
  .containa {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
  }
    
  @media screen and (max-width: 975px){ 
    #telef {
      width: 7%;
    }
  }
         
  @media screen and (max-width: 600px) {
      
      
    .container {
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center center;
      width: 80vw;
      height: 100%;
      display: inline-block;
      align-items: center;
      justify-content: center;
      }
      
      .icon {
        width: 15%;
      }
      
      #left h1{
        text-align: center;
        font-size: 3vw;
        padding:0px;
      }
      input, select, textarea {
        width: 95%;
      }
      #txtMessage{
        height:40px
      }
      .text {
        margin-top: 15px;
        font-size: 3vw;
        text-align: center;
      }
      
      .text-style {
        font-size: 3vw;
        text-align: left;
        margin-left: 0%;
      }
      #telef {
        width: 7%;
      }
    /*-------------------------------*/
    

      #right{
        width: 100%;
        margin-left: 0px;
      }
      #left {
        width: 100%;
        }
        
      #section1{
        display: table;
      }
      h1 {
      font-size: 2vw;
      }
      textarea,input{
        margin-bottom: 8px;
        font-size: 1.8vw;
      }
      .logos-1{
        display: none;
      }
      .logos-2{
        display: block;
      }

  }